File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
framework/src/play/server Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1919import play .Invoker .InvocationContext ;
2020import play .Logger ;
2121import play .Play ;
22- import play .data .binding .CachedBoundActionMethodArgs ;
2322import play .data .validation .Validation ;
2423import play .exceptions .PlayException ;
2524import play .exceptions .UnexpectedException ;
@@ -200,13 +199,6 @@ public boolean init() {
200199 Request .current .set (request );
201200 Response .current .set (response );
202201
203- Scope .Params .current .set (request .params );
204- Scope .RenderArgs .current .set (null );
205- Scope .RouteArgs .current .set (null );
206- Scope .Session .current .set (null );
207- Scope .Flash .current .set (null );
208- CachedBoundActionMethodArgs .init ();
209-
210202 try {
211203 if (Play .mode == Play .Mode .DEV ) {
212204 Router .detectChanges (Play .ctxPath );
You can’t perform that action at this time.
0 commit comments