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 2005/12/06 14:29:19 UTC

DO NOT REPLY [Bug 37807] New: - Encoding problem of URL called from parent page

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: jmeter-dev@jakarta.apache.org
        ReportedBy: bcharloup@jouve.fr


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org