#658
Supressing URL rewriting for jesessionid from Lift
-
-
Created on:
Sat, Sep 25 2010 (over 1 year ago)
-
Reported by:
c.henkelmann
-
Assigned to:
dpp
-
Milestone:
-
-
Type:
Enhancement
-
Status:
Fixed
-
Priority:
Lowest (5)
-
Component:
Common
-
Estimate:
None/Small/Medium/Large
None
-
Required Documentation:
Example Code
-
-
Followers
dpp (Assigned To) , c.henkelmann
No file chosen
You have an empty file field. Please select or remove it.
Associations
| # |
Relation |
Summary |
Status |
Action |
| No tickets |
No associations
Time Expenditure
Loading
This mechanism however has a number of drawbacks listed here:
http://randomcoder.com/articles/jsessionid-considered-harmful
The above Link also contains an example of how to disable url rewriting using a servlet filter.
Switching url rewriting off in lift would be a nice feature for many Lift Users.
This could for example be achieved by adding the functionality described in the above link to the LiftFilter and
making it configurable in LiftRules, e.g. like this:
LiftRules.jsessionUrlRewriting = false