https://issues.apache.org/bugzilla/show_bug.cgi?id=56406
Bug ID: 56406 Summary: VirtualDirContext.setExtraResourcePaths incorrect separator in example semicolon instead comma Product: Tomcat 7 Version: 7.0.52 Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Documentation Assignee: dev@tomcat.apache.org Reporter: wider.st...@gmx.de The description and the code is using a comma to separate paths. The documentation is using a semicolon which results in a very hard to detect error when copying the example. * Example: <code> * /=/Users/slaurent/mywebapp/src/main/webapp;/pictures=/Users/slaurent/sharedpictures * </code> correct is: * Example: <code> * /=/Users/slaurent/mywebapp/src/main/webapp,/pictures=/Users/slaurent/sharedpictures * </code> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org