Skip to content

Commit

Permalink
Revert #22079. The initial behaviour was correct after all.
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Apr 7, 2022
1 parent 0955542 commit 7c1b515
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1036,12 +1036,6 @@ private ServletRequest wrapRequest(State state) {
}
//END OF github/javaee/glassfish/issues/21846

//START OF github/javaee/glassfish/issues/22079
if (DispatcherType.ASYNC.equals(state.dispatcherType)) {
this.mappingForDispatch = hcurrent.getHttpServletMapping();
}
//END OF github/javaee/glassfish/issues/22079

wrapper = new ApplicationHttpRequest
(hcurrent, context, crossContext, mappingForDispatch, state.dispatcherType);
} else {
Expand Down

0 comments on commit 7c1b515

Please sign in to comment.