--

Hello,

Apache1.3.6, Jserv1.0, Solaris2.6, Sun Ultra5

Here is my problem:

I can't url-encode the cookie values because of some legacy issues
so they may contain characters like '+'. The problem is that JServ
(or Apache) assumes that they are url-encoded and the cookies end
up 'decoded' when I call Cookie.getValue().
So, for example, a cookie value returned from the client browser
of "blahblah+++blahblah" turns into "blahblah   blahblah".
Sun's JWS does not do this, so I'm wondering if its a config issue.

Any help on how to inhibit JServ from doing this would be
greatly appreciated.

Thanks,
- Claude

P.S. I apologize if this has come up before, but it wasn't in the FAQ...


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to