DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15147>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15147 mod_rewrite has problems with [ \- ] Summary: mod_rewrite has problems with [ \- ] Product: Apache httpd-1.3 Version: 1.3.27 Platform: Sun OS/Version: FreeBSD Status: NEW Severity: Minor Priority: Other Component: mod_rewrite AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The following two regex are identical, but where the '._@' is placed causes the regex to compile or not compile. This doesn't compile RewriteRule ^/([EMAIL PROTECTED])$ /dothis.cgi?username=$1 This does compile. RewriteRule ^/([EMAIL PROTECTED])$ /dothis.cgi?username=$1 I think the problem has to do with the \- (the hypen is a valid character that I want). I think the problem has to do with "who does the un-escaping"... Thank you, Daniel Lo [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
