vlsi commented on PR #727:
URL: https://github.com/apache/jmeter/pull/727#issuecomment-1295777873

   The change would impact the ones who attempt to add/remove headers 
dynamically via JSR223 or something similar.
   
   For instance, 
https://sqa.stackexchange.com/questions/41708/jmeter-header-manager-alters-the-headers-during-test
 attempts
   
   ```java
   sampler.getHeaderManager().add(new Header("Authorization","Bearer " + 
vars.get("BEARER"))); 
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to