I am trying to send a path as a pathInfo
<http://jmcnally.clearink.com/servlets/Turbine/template/%2fabout_us%2findex.
html>
and I get a 404 error.
If I change %2f to something meaningless %2e
<http://jmcnally.clearink.com/servlets/Turbine/template/%2eabout_us%2eindex.
html>
I get a Turbine response (of course its not what I want.)
Things also seem to work (I am still seeing a bug in my code, though) if I
use query data
<http://jmcnally.clearink.com/servlets/Turbine?template=%2fabout_us%2findex.
html>
Anyone know why Apache would care if %2f occurs in the pathInfo?
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]