https://issues.apache.org/bugzilla/show_bug.cgi?id=46690
Summary: handling of 302 redirects with invalid relative paths
Product: JMeter
Version: 2.3.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
When JMeter submits the following request:
http://www.website.edu/MasterIncludes/toaspnet.asp?dest=c_tmodule/tm_step1.aspx
And receives a response as follows (note the double "../../"):
HTTP/1.x 302 Object moved
Location:
../../wiscareers_net/tonet.axd?dest=c_tmodule/tm_step1.aspx&id=bbuI5wrZ12Y=&
And it's set to follow redirects, JMeter will follow up with a request
to the URL:
http://www.website.edu/../wiscareers_net/tonet.axd?dest=c_tmodule/tm_step1.aspx&id=bbuI5wrZ12Y=&
Which is an invalid URL.
Real browsers (Firefox, IE, Safari) will redirect to:
http://www.website.edu/wiscareers_net/tonet.axd?dest=c_tmodule/tm_step1.aspx&id=bbuI5wrZ12Y=&
This is an enhancement request such that JMeter will handle these relative URLs
in the same manner as the primary browsers handle them.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]