Dongqing Hu opened SPR-11738 and commented
String, Integer, Long, Boolean... Such typed value objects can be skipped from updating in ServletRequestAttributes#updateAccessedAttributes() , or skipped from being added to #sessionAttributesToUpdate via #getAttribute()
This is good optimization when the session is full of values. Do less serialization and I/O (sometimes none) in session management.
In which of the two methods is it better to place the "skip" logic?
No further details from SPR-11738