On 6/26/06, Michael Daly <[EMAIL PROTECTED]> wrote:
I'm trying to catch camelCase names.  The mod_rewrite log file shows:

RewriteCond: input='^/cgi-sys/cgiwrap/guille/wiki.pl/fooBar'
pattern='^/cgi-sys/cgiwrap/guille/wiki.pl/(.*)([a-z])([A-Z])(.*)'
=> not-matched

Testing at www.regular-expressions.info/javascriptexample.html
gives:
  %1=/cgi-sys/cgiwrap/guille/wiki.pl/fo
  %2=0
  %3=B
  %4=ar
Which is what I would expect.

Is this a bug?

I'm using Apache 2.0.55.

Can you show us the exact set of RewriteCond/RewriteRules you are using?

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to