Closed
Bug 288629
Opened 20 years ago
Closed 20 years ago
jsessionid in url make duplicate requests to the server
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 288616
People
(Reporter: yoursoft, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7.2) Gecko/20040803
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu-HU; rv:1.7.6 and 1.7.5) Gecko/20050319
I'm programing in java. When I use e.g.
response.encodeUrl("Menu?lang=hu&code=myvc") this will result eg.:
"Menu;jsessionid=842278F53946A2B84BB052A866E088C9?lang=hu&code=myvc"
In html e.g: <a
href="Menu;jsessionid=842278F53946A2B84BB052A866E088C9?lang=hu&code=myvc">menu</a>
When I click on this link, in result will be 2 get; or if the link in form
action and method is post 2 get, and 1 post etc.
Reproducible: Always
Expected Results:
Only one call / click to the server.
This is not urgent problem, in my company my users use IE6, and IE6 works normal.
submitted twice
*** This bug has been marked as a duplicate of 288616 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•