-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------


Our company bought 9 licenses for JRun, and have been fighting with it ever
since.  Support was spotty before, and since they were purchased by
Allaire, it has basically dropped off the face of the earth.  (The
commercial support form has been replaced by a pseudo-newsgroup).

So, yesterday I decided to switch back to JServ.  I hit a minor bug that
'+' characters in cookies were replaced by ' ' in JServ 1.0.  So, in about
the
time it would take me to report the bug to a crappy commercial support
department, I edited JServUtils.java (parseCookieHeader, line 173) to
remove the URLDecode from the cookie value.  Other servlet engines don't
appear to URLDecode cookies, and it really screws up Base64 content, so I
think this is the right behavior.  Works like a charm.


In short:  JServ rocks.



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

Reply via email to