Skip to content

Commit

Permalink
Fix the issue that meant the work-around for BZ 58660 would not work.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1716860 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Nov 27, 2015
1 parent d619b29 commit 58c09b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/org/apache/catalina/connector/MapperListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,8 @@ private void registerContext(Context context) {

mapper.addContextVersion(host.getName(), host, contextPath,
context.getWebappVersion(), context, welcomeFiles, resources,
wrappers);
wrappers, context.getMapperContextRootRedirectEnabled(),
context.getMapperDirectoryRedirectEnabled());

if(log.isDebugEnabled()) {
log.debug(sm.getString("mapperListener.registerContext",
Expand Down

0 comments on commit 58c09b6

Please # to comment.