Agent SDK for Java 1.1.2 (June 2017)
Fixed incorrect handling of the set-cookie
header
Fixed
Fixed an issue where the Java agent was handling the PingAccess set-cookie
header incorrectly.
Fixed issue processing of multiple set-cookie
headers
Fixed
Fixed an issue where the Java agent wasn’t correctly processing multiple set-cookie
headers sent by PingAccess.
Fixed discrepancy between cookie request headers returned from getHeader*
versus getCookies
Fixed
Fixed an issue where the SDK sample implementation was not correctly enforcing the PingAccess Agent Protocol directives when the ClientHttpServletRequest getCookies
method was called. This resulted in a discrepancy between the cookie request headers returned from the getHeader*
methods and the getCookies
method.