You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2004/04/29 03:20:14 UTC

DO NOT REPLY [Bug 28677] New: - HTML Link Parser fails to handle https protocol

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28677>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28677

HTML Link Parser fails to handle https protocol

           Summary: HTML Link Parser fails to handle https protocol
           Product: JMeter
           Version: 2.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: craigp@peace.com


When using HTML Link Parser, it fails to read form data from a previous https
provided web page. I added some more debug to HtmlParsingUtils.java and found
that the HTML Link Parser assumed http protocol and thus the match failed
because the config and new protocols were different (config=http and new=https).
Conviently, my test deployment also runs plain http (although we dont do this in
a client situation) and everything works fine for just http.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org