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/09/19 18:51:12 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://issues.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://issues.apache.org/bugzilla/show_bug.cgi?id=23772

MalformedURLException when rendering HTML in View Results Tree





------- Additional Comments From sebb@apache.org  2004-09-19 16:51 -------
This is because the JEditor pane was initialised from the response string, and
thus does not know the original URL on which to base the frame URLs.

The URL can be provided in the property Document.StreamDescriptionProperty.

If this is done, the page will be displayed as a frameset and the stack trace
disappears.

However, this may not be a good idea, as JMeter will actually download the
frames from the server. This is also true of images - should JMeter download
images when rendering an HTML page?

It's not clear if it is possible to suppress the stack-trace, other than by
providing a valid URL, as the trace appears to be generated deep within the Java
libraries.

Nor is it clear if the page can be displayed without images and other linked items.

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