mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
419846 JDBCSessionManager doesn't determine dirty state correctly
This commit is contained in:
parent
61dc8e1eff
commit
ad64ca831a
@ -244,7 +244,7 @@ public class JDBCSessionManager extends AbstractSessionManager
|
||||
@Override
|
||||
public void setAttribute (String name, Object value)
|
||||
{
|
||||
_dirty=updateAttribute(name, value);
|
||||
_dirty = (updateAttribute(name, value) || _dirty);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user