|
As suggested by Matt, I entered an entry:
Description:
---------------------
I checked the behaviour of appfuse 1.9 (and 1.8)
when cookies are *disabled*:
url rewriting is correctly supported for links
written with tag <c:url /> (or <html:link />)
so by following these links, the user's session is still opened.
But there is no url rewriting for the links in the cool menu:
so when cookies are disabled
the user is logged off if he clicked on a link in the cool menu.
I have seen users who always disable cookies.
The container manages url rewriting without pain for the developper:
so it would be nice if there is a simple way
to activate url rewriting in the cool menu when cookies are disabled.
Matt's Reply:
-----------------------
Doing this would probably require changes to the Struts Menu code - so
URLs are encoded properly before they're written.
Matt
|