Skip to content

Commit

Permalink
[#2170] Restored action context initialisation during action resoluti…
Browse files Browse the repository at this point in the history
…on phase
  • Loading branch information
sant0s committed Apr 30, 2018
1 parent 749a212 commit cb1477e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/src/play/mvc/ActionInvoker.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public static void resolve(Http.Request request) {
return;
}

initActionContext(request, Http.Response.current.get());

// Route and resolve format if not already done
if (request.action == null) {
Play.pluginCollection.routeRequest(request);
Expand Down

0 comments on commit cb1477e

Please sign in to comment.