13 Jun 2012 18:39
stateless resources vs. no cookies
Hi, I found this problem in Wicket 1.4.20: Let's have a browser without cookies enabled. We use stateless resources - there is no jsessionid rendered - it is always removed in WebRequestCodingStrategy#390 - this is OK, we want to cache it during the first request and we don't know the session is requestet via cookie or parameter). But when the browser makes a request to this resource, then there is requested a session, that doesn't exist. RequestLogger#229 (the method requestTime should work without usage of session in this case) WicketFilter#1197 (if the resource is cacheable then the session is obtained, why?) What is the reason for this? Has anybody idea how to fix it/workaround it? Thank you very much, Jan -- -- Jan Loose J2EE Team Leader / Senior J2EE Developer _____________________________________________ Cleverlance – CREATE IT člen Cleverlance Group www.cleverlance.com Dukelských hrdinů 34(Continue reading)
RSS Feed