Skip to content

Commit

Permalink
Fixes #3626 - Merge all RequestDispatcher related tests into one file (
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jan 15, 2024
1 parent 5bad863 commit 2fe25ca
Show file tree
Hide file tree
Showing 5 changed files with 663 additions and 678 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class DefaultWebApplicationRequestBuilder {
public DefaultWebApplicationRequest build() {
DefaultWebApplicationRequest request = new DefaultWebApplicationRequest();
request.setQueryString(queryString);
request.setServletPath(servletPath);
request.setServletPath(servletPath != null ? servletPath : "");
request.setWebApplication(webApplication);
return request;
}
Expand Down

0 comments on commit 2fe25ca

Please sign in to comment.