https://issues.apache.org/bugzilla/show_bug.cgi?id=50286
Summary: URLRewritingModifier : extracted jsessionid value is
incorrect
Product: JMeter
Version: 2.4
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
When extracted from an XML document, the jsessionid value might contains extra
characters. For example, with this XML :
"<url>/some/path;jsessionid=123456789</url>", the extracted jsessionid is
"123456789</url".
The attached patch fixes the problem by excluding the "<" character from the
list of allowed characters for a jsessionid value.
--
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]