You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/30 22:28:51 UTC

svn commit: r1307597 - /tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java

Author: kkolinko
Date: Fri Mar 30 20:28:50 2012
New Revision: 1307597

URL: http://svn.apache.org/viewvc?rev=1307597&view=rev
Log:
Followup to https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
Remove wrong call. The tests pass for me with this call being removed.
If allowLinking feature is really needed, it should be configured explicitly.

Modified:
    tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java

Modified: tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java?rev=1307597&r1=1307596&r2=1307597&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java (original)
+++ tomcat/trunk/java/org/apache/naming/resources/VirtualDirContext.java Fri Mar 30 20:28:50 2012
@@ -114,9 +114,6 @@ public class VirtualDirContext extends F
                     mappedResourcePaths.put(path, resourcePaths);
                 }
                 resourcePaths.add(dir);
-
-                // Set allowLinking since there can be no canonical path
-                setAllowLinking(true);
             }
         }
         if (mappedResourcePaths.isEmpty()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org