matthewt-assurity opened a new pull request, #5947:
URL: https://github.com/apache/jmeter/pull/5947

   ## Description
   Updated JMeter HTML parsers to pick up on the `preload` value for the `rel` 
attribute in `<link>` tags.
   
   A constant has been added to `HTMLParser.java` for the preload value. The 
parser implementation classes have been updated to use this constant.
   
   ## Motivation and Context
   During a project we found some embedded resource files that were not being 
downloaded by default. To address this in the meantime we have used the 
parallel sampler extension. We found that the problem was the `preload` value 
wasn't being picked up as a valid value in the JMeter HTML parsers, so I am 
proposing that this becomes part of the HTML parsers.
   
   I am unaware of any open issue for this.
   
   ## How Has This Been Tested?
   `./gradlew runGui` has been run, and a simple test hitting an HTML page with 
`rel=preload` attributes was run. 
   
   `./gradlew check` has been run and passes.
   
   ## Types of changes
   - New feature (non-breaking change which adds functionality)
   
   ## Checklist:
   - [x ] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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

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

Reply via email to