DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44154>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44154 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2007-12-31 10:38 ------- You're creating an invalid expression. It works exactly the same way in Perl. If your foo and/or bar within /foo/bar/ contains /, either use a different character than / that isn't contained in foo and bar or escape all the /'s in foo and bar. You may find it more appropriate to use org.apache.oro.text.regex.Util.substitute, where you don't have to worry about the contents of the substitution and can scrub a dynamically generated pattern with Perl5Compiler.quotemeta before compiling it. You can get support via the oro-user mailing list first before reporting a bug through the issue tracking system. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
