dnesPawel opened a new issue, #6433:
URL: https://github.com/apache/jmeter/issues/6433

   ### Expected behavior
   
   If embedded resource URL contains backslash \ it should be converted 
automatically to forwardslash
   
   
   
   ### Actual behavior
   
   Now, once the embedded resource URL  contains backslash it is encoded to 
%5C, thus such a resource can't be downloaded.
   
   
![Image](https://github.com/user-attachments/assets/924ce135-f254-4ba8-a067-4de07d6fb156)
   
   ### Steps to reproduce the problem
   
   1. Create a simple HTML file that contains one link to JS file
   `<!DOCTYPE html>
   <html>
   <head>
       <meta charset="UTF-8" />
       <title>Test</title>
        <script 
src="https://locahost/appimg/frameworks/jquery/jquery_v3_4_1\jquery-3.4.1.min.js";></script>
   </head>
   <body>
       This is HTML page
   </body>
   </html>
   
   `
   
   2. Request page with HTTP Request with checked "Retrieve All Embedded 
Resources"
   
   
![Image](https://github.com/user-attachments/assets/a5976592-6094-469e-a185-8c3841effc40)
   
    
   
   ### JMeter Version
   
   5.6.3
   
   ### Java Version
   
   openjdk version "11.0.9" 2020-10-20 LTS
   
   ### OS Version
   
   Microsoft Windows [Version 10.0.17763.6893]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to