Hi, We wanted to upgrade our NT4 + JRun 2.3 servers to use Java2 JDK 1.3, but found some problems with the Cookies returned from the http request. On JDK 1.2.2, the Cookies returned from request.getCookies() are fine, and the cookie.getName() and getValue() methods return the expected results (The same names and values as a manual inspection of the cookies show). BUT on JDK 1.3, the cookie.getValue() method returns "="+<expected value>, somehow an equal sign is added to the front of every value returned. I have tried both with and without HotSpot Server VM, the same symptoms occur. I have debugged this, and when I stepped into the Cookie source, I could see the difference between JDK 1.2.2 and 1.3 On Jdk 1.3, the value variable in Cookie contains an additional "=" in front of every value. But the error seems not to be in the Cookie class itself (a very simple class), but the class that constructs the Cookie, one of the JRun classes. I was unable to debug these (no source code), so this is all the info I have. Anyone else seen this? Is this a bug? And where is the bug, JDK 1.3 or JRun? Any known "workarounds"? What has changed in JDK 1.3 that could cause this? - Tormod Hystad Senior Developer CatalystOne, Inc ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
