white spaces in url

Hi,

I have a problem with a SunOne Web Server 6.1

When a url with a whitespace (urlencoded to %20) arrives at the server it urldecodes it and passes it to a weblogic server via weblogic plugin.

Is there any way to control how iplanet behaves about this whitespaces?

Because I need that it passes the url as it comes, this is urlencoded, and I can't manage to find the way

Thanks a lot.

[423 byte] By [aabella] at [2007-11-26 9:51:10]
# 1
Unfortunately, this is a problem with BEA's plugin. There is no Web Server setting to change the plugin's behaviour.Have you tried contacting BEA?
elving at 2007-7-7 1:03:35 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

If turn on debugin at the plugin it seems like the plugin is getting the url whith white spaces instead of %20.

I get the following:

Thu Sep 28 11:42:08 2006 ============================= new request ===============================

Thu Sep 28 11:42:08 2006 INFO: SSL is not configured

Thu Sep 28 11:42:08 2006 resolveRequest return code is [0]

Thu Sep 28 11:42:08 2006 URI=[/acnet/fichas/ficha_indice.acnet/indice/IBEX 35/indexId/IBX.html]

Thu Sep 28 11:42:08 2006 Parsing cookie ACNetSession=FbYWmV47n3q7BYpxKRLf3799rYJJTktJLn9hBp5xKJ4tVTQ0B2nF!-1779058630

Thu Sep 28 11:42:08 2006 getpreferredServersFromCookie: [-1779058630]

Thu Sep 28 11:42:08 2006 primaryJVMID: [-1779058630]

Thu Sep 28 11:42:08 2006 secondaryJVMID: []

Thu Sep 28 11:42:08 2006 list[0].jvmid: -1779058630

Thu Sep 28 11:42:08 2006 [Found Primary]: 128.2.254.206:17001:17001

Thu Sep 28 11:42:08 2006 list[1].jvmid: -1779058630

Thu Sep 28 11:42:08 2006 Found 1 servers

Thu Sep 28 11:42:08 2006 attempt #0 out of a max of 5

Thu Sep 28 11:42:08 2006 trying connect to PRIMARY '128.2.254.206'/17001 /17001 at line 1195 for '/acnet/fichas/ficha_indice.acnet/indice/IBEX 35/indexId/IBX.html'

Thu Sep 28 11:42:08 2006 INFO: New NON-SSL URL

Thu Sep 28 11:42:08 2006 WLS info : 128.2.254.206:17001 recycled? 0

Thu Sep 28 11:42:08 2006 INFO: sysSend 1177

Thu Sep 28 11:42:08 2006 parsed all headers OK

Thu Sep 28 11:42:08 2006 sendResponse() : uref_p->getStatus() = '302'

Thu Sep 28 11:42:08 2006 canRecycle: conn=1 status=302 isKA=0 clen=-1 isCTE=0

Thu Sep 28 11:42:08 2006 closeConnection in load_utils: deleting URL*

Thu Sep 28 11:42:08 2006 request [/acnet/fichas/ficha_indice.acnet/indice/IBEX 35/indexId/IBX.html] processed sucessfully..................

different login name but same person, sorry ;)

Message was edited by:

Viyullas

Viyullas at 2007-7-7 1:03:35 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
I think finally we have a solution.As you said is a WL plugin problem, but you can use an undocumented switch to solve it.You have to set URIContainsSpace="true" in the plugin configuration section inside the .obj file.
Viyullas at 2007-7-7 1:03:35 > top of Java-index,Web & Directory Servers,Web Servers...