Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5
-
Fix Version/s: Release 1.5.1, Release 1.6
-
Component/s: ActionBean Dispatching
-
Labels:None
-
Environment:linux jetty
Description
i tried the clean/friendly url from stripes' trunk code. everything seems nice except when the user uses the application for the first time, when jsessionid is appended to the end of the link, it seems to cause some issues. further look at it seems like any link with extra ";something" in the end has trouble..
Issue Links
| Dependency | |||
|---|---|---|---|
|
|
|
||
by trouble i mean it would include the ";....." values as part of the parsed values and include it in the variable..
e.g... /a/myaction/{id}
/a/my/action/1234 <- works fine, id = 1234
/a/my/action/1234;jsessionid=..... <- fails, id = 1234;jsessiond=.... ?
i haven't double checked but it seems like it's behaving this way