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 webserver is Apache 2.0.55, I see
   GET /mid-tier/forms/test/ABC%AIssue

Looks like iplanet did a URL decoding while Apache didn't.
Is there a way that I can configure Apache to behave the same as iplanet?

Thanks!
Frank

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