Hi,
I'm running Apache 1.3 and Resin 3.1.6 on Ubuntu.
The problem is that slashed urls forwarded to the resin server are
decoded twice, first in apache and then in resin.
Requests are going to Apache and are forwarded to the Resin server
with the ProxyPassReverse command.
The rewrite is looking
I have
Client -> webserver (with weblogic plugin) -> weblogic app server
When the client sends a request to the webserver, eg:
GET /mid-tier/forms/test/ABC%3AIssue
I am watching the weblogic access log:
1) If the webserver is SunOne/iplanet, I see
GET /mid-tier/forms/test/ABC:Issue
2) If the