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 2003/12/11 23:11:02 UTC

DO NOT REPLY [Bug 23772] - MalformedURLException when rendering HTML in View Results Tree

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23772

MalformedURLException when rendering HTML in View Results Tree

jsalvata@atg.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Normal
            Summary|MalformedURLException       |MalformedURLException when
                   |                            |rendering HTML in View
                   |                            |Results Tree



------- Additional Comments From jsalvata@atg.com  2003-12-11 22:11 -------
I can't reproduce the problem with the Path field in the HTTP Request Defaults.
M.H.: can you please post a test plan that has this problem?

Steps to reproduce the exception:

Test Plan
  Thread Group (1 single thread, 1 single loop)
    HTTP Request: http://localhost/frames.html
  View Results Tree

Make http://localhost/frames.html have this content:

<html>
<body>
<frameset rows="*,*">
  <frame src="x.html">
  <frame src="y.html">
</frameset>
</body>
</html>

- Run the test
- Look for your sample result in the View Results Tree
- Click on "Render HTML" -- you'll get the exception the user mentions.

For the time being I'll assume the Path problem is a user issue and I'll
consider this bug report to be for the MalformedURLException when rendering
HTML in View Results Tree. Neither of these merit a Critical severity, so
downgrading to Normal.

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