When an application uses Authorization header but Bearer token, JMeter wrongly deduces that it is Kerberos and removes the Authorization from HeaderManager. This is problematic for 2 reasons: - The auth policy is wrong - The Authorization is removed while it should be correlated by user or Managed correctly by JMeter
pmouawad@apache.org 10:20 PM (2 minutes ago) to commits Author: pmouawad Date: Thu Sep 13 20:20:15 2018 New Revision: 1840863 URL: http://svn.apache.org/viewvc?rev=1840863&view=rev Log: Bug 62716: When Recording, JMeter removes Authorization from generated Header Manager when using Bearer Token Bugzilla Id: 62716 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4862