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 2007/02/27 11:27:17 UTC

DO NOT REPLY [Bug 40589] - Escaped ampersand characters are not unescaped when URL's are visited

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=40589>.
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=40589





------- Additional Comments From alf@i100.no  2007-02-27 02:27 -------
Created an attachment (id=19643)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19643&action=view)
Patch for using & instead of &amp; in URL

Attached is a patch against
svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2 as of today.

It replaces all &amp; in the URL for an embedded resource with &.
This is needed to be able to test valid xhtml pages, because xhtml will use
&amp; in the href attribute of the a tag. But when the browser or in this case
Jmeter uses that URL, it must use & and not &amp;

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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