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=37807>. 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=37807 Summary: Encoding problem of URL called from parent page Product: JMeter Version: 2.1.1 Platform: Sun OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: HTTP AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If an url is dynamically called by JMeter from a parent page, and if this url contains blanks, blanks are not encoded (' ' whereas we should have '%20'). For example : The link in the parent page is : <img src="raster-factory/BIENVENUE SUR LE PORTAIL DE LA BSG-puce.png" class="png"> This link is correctly recorded in the test plan : in the test plan this link becomes : ${path}/raster-factory/BIENVENUE%20SUR%20LE%20PORTAIL%20DE%20LA%20BSG-puce.p ng Error is only when this link is dynamically build and called from its parent page, then in the tree result the corresponding request is GET http://l138test2:8180/head/portal/raster-factory/BIENVENUE SUR LE PORTAIL DE LA BSG-puce.png -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
