We recently upgraded from JRun 3.02a to 3.1.
I noticed a new behaviour regarding URL rewriting for cookieless session
management:

We use 

HttpServletResponse resp;
String originalURL;
String rewrittenURL;
rewrittenURL = resp.encodeURL(originalURL);

Given an originalURL, say "http://www.mydomain.com"; 3.0 would give
"http://www.mydomain.com?jsessionid=9999999999";
Since 3.1, however, the result is
"http://www.mydomain.com;jsessionid=9999999999"; (a semicolon instead of a
question mark). It still works, but it affects our logs, which will now
record each session to a page as different pages. Question: Does anyone know
whether this is intentional or not?

Regards,
Roar :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to