You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/08/20 20:01:48 UTC

[Bug 53746] New: The regular expression extractor interprets + as %2B, / as %2F and = as %3D

https://issues.apache.org/bugzilla/show_bug.cgi?id=53746

          Priority: P2
            Bug ID: 53746
          Assignee: issues@jmeter.apache.org
           Summary: The regular expression extractor interprets + as %2B,
                    / as %2F and = as %3D
          Severity: critical
    Classification: Unclassified
          Reporter: sharmila1.r@gmail.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Main
           Product: JMeter

Created attachment 29254
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29254&action=edit
I am attaching the screenshot which will make things clear .

I am using the Jmeter 2.5.1 .
I attached a regular expression extractor to the request say
'securityRedirect.jsp'.
I wanted to extract the token value using this regular expression extractor.
I created a regular expression variable say 'Token'
I used this token in the next request 'j_security_check' as ${Token}

The problem is,
The response data has the value as name="MANH-CSRFToken"
value="rulgk6sPJWmVJzRYYl4cRWy0Emt30S4Z+7/xJjiGR4c="
(I am using the regular expression as name="MANH-CSRFToken" value="(.+?)".)

But the regular expression variable 'Token' when used in the request
'j_security_check' is used like
"rulgk6sPJWmVJzRYYl4cRWy0Emt30S4Z%2B7%2FxJjiGR4c%3D" ,
 + as %2B, / as %2F and = as %3D .

So my request 'j_security_check' is getting failed.

Please let me know a solution for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53746] The regular expression extractor interprets + as %2B, / as %2F and = as %3D

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53746

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Milamber <mi...@apache.org> ---
Bugzilla is not a support forum, please use JMeter user mailing list for this.

http://jmeter.apache.org/mail2.html

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53746] The regular expression extractor interprets + as %2B, / as %2F and = as %3D

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53746

sharmila <sh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sharmila1.r@gmail.com
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.