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

           Summary: Missing replacement of https by http for certain
                    conditions using https-spoofing
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=23893)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23893)
Patch

Hi,
for https-spoofing all http-requests should be transformed to https, and all
response data from https to http.
However in the method "massageResponseHeaders" of the proxy class in the http
package the replacement is implemented incorrectly for certain conditions:
The if-condition is using correct caseinsensitive check while the
replacement-statement itself is casesensitive only.
See patch attached...

best regards
Kristian

-- 
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]

Reply via email to