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

Udo Schnurpfeil <[email protected]> changed:

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

--- Comment #2 from Udo Schnurpfeil <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to