See http://www.uskonnonvapaus.fi/apache-bug/3/one%20two

There is per-directory .htaccess that says

RewriteRule ^(.+)$ http://www.uskonnonvapaus.fi/apache-bug/1/foo.php?q=$1 [P]

and this gives $1 only part to first space. However, on

http://www.uskonnonvapaus.fi/apache-bug/2/one%20two

there is

RewriteRule ^(.+)$ http://www.uskonnonvapaus.fi/apache-bug/1/foo.php?q=$1 [R]

and it works. So it seems that when using [P] -directive and rewriting URL that contains space there is some bug. Or is this only feature, or should I do something special to get this working?

--
Jori Mäntysalo

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