https://bz.apache.org/bugzilla/show_bug.cgi?id=62383

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|REOPENED                    |RESOLVED

--- Comment #4 from Mark Thomas <ma...@apache.org> ---
It is the same problem and the problem has been fixed.

The parser complains about the ':' because it sees the '-' in the final segment
and therefore expects a '.' followed by a purely alphabetic segment. Rather
than the alphabetic segment, it sees the ':' and complains.

To prove the point I've added a test case for this example and it passes.

*** This bug has been marked as a duplicate of bug 62371 ***

-- 
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

Reply via email to