You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/04/13 05:59:09 UTC

[Bug 56406] New: VirtualDirContext.setExtraResourcePaths incorrect separator in example semicolon instead comma

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.stand@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56406] VirtualDirContext.setExtraResourcePaths incorrect separator in example semicolon instead comma

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56406

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Fixed by r1586972 and will be in 7.0.54.

TC 6 and 8 not affected, they do not have this feature.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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