Author: kkolinko Date: Sun Apr 13 12:49:34 2014 New Revision: 1586972 URL: http://svn.apache.org/r1586972 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56406 Correct typo in example in VirtualDirContext javadoc.
Other documentation files (config/context.xml, config/resources.xml) are OK. Modified: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java?rev=1586972&r1=1586971&r2=1586972&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/naming/resources/VirtualDirContext.java Sun Apr 13 12:49:34 2014 @@ -69,7 +69,7 @@ public class VirtualDirContext extends F * must be separated by a comma. * </p> * Example: <code> - * /=/Users/slaurent/mywebapp/src/main/webapp;/pictures=/Users/slaurent/sharedpictures + * /=/Users/slaurent/mywebapp/src/main/webapp,/pictures=/Users/slaurent/sharedpictures * </code> * <p> * The path to the docBase must not be added here, otherwise resources would --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org