mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +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