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

Udo Schnurpfeil <lof...@apache.org> changed:

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

--- Comment #2 from Udo Schnurpfeil <lof...@apache.org> ---
Thanks for the quick response. I've just testet it with 8.0/trunk but it there
was an Exception:
The replaceAll need a regexp, and so the quoted backslash needs to be quoted
again:
replaceAll("\\\\", "") instead of replaceAll("\\", "")

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