On 3/28/07, Osmo Laitinen <[EMAIL PROTECTED]> wrote:

Hi!

I'm experiencing the following problem with Apache, mod_caucho and Resin
pro (3.0.18) combination:

If uri contains "%" character, mod_caucho doesn't seem to work correctly,
eg.

" http://www.server.tld/home/user%name<http://www.server.tld/home/user%25name>"
is encoded as

"http://www.server.tld/home/user%25name"; which won't work. But
"http://www.server.tld/home/user%2525name"; works.

If I replace "ResinConfigServer" with ProxyPass directives (configuring
Apache connect to
Resin's HTTP port), the uri
"http://www.server.tld/home/user%25name"; works fine.

Problem seem to be just with "%" character (which is a bit special), since

eg. "=" works fine.

I have also tested with Resin pro 3.0.23's mod_caucho with same result.


Regards,

Ossi



I'll try again with this one. Problem still exists and I  have filed a bug
http://bugs.caucho.com/view.php?id=1661


Regards,
Ossi
_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to