mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
do not reset Session itself on "clear()" in order to properly interact with Open Session in View (SPR-8909)
This commit is contained in:
-1
@@ -73,7 +73,6 @@ public class SessionHolder extends ResourceHolderSupport {
|
||||
@Override
|
||||
public void clear() {
|
||||
super.clear();
|
||||
this.session = null;
|
||||
this.transaction = null;
|
||||
this.previousFlushMode = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user