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: None
-
Labels:None
-
Environment:Jetty 6.1.3
Description
This error occurs only in Jetty 6.1.3. Tomcat seems to work.
First I disable cookies in firefox to activate URL Rewriting.
UrlBinding:
@UrlBinding("/review/create/{item.id}")
The parameter item.id is of type long and can be blank (not required).
If I browse following internal URL:
http://localhost:8080/review/create/;jsessionid=10g4wusw5whj6
I get an validation error, because the jsessionid is parsed as the item.id variable.
Issue Links
| Dependency | |||
|---|---|---|---|
|
|||
STS-404is relatedSTS-404is related