Release Notes
These release notes summarize the changes in current and previous PingAccess Agent SDK for Java updates. Updated April 15, 2024.
- Version 1.1.5 - April 2024
-
Updated third-party dependencies.
- Version 1.1.4 - December 2021
-
Resolved issues:
-
Upgraded Log4j used in the SDK sample implementation to version 2.16.
-
- Version 1.1.3 - July 2018
-
Resolved issues:
-
Fixed an issue where site cookies were not being set properly for HTTP redirects in the servlet container environment (Tomcat).
-
Fixed an issue where an error was being generated by the SDK sample implementation of
ClientHttpServletRequest.getHeaders
when calling a header that does not exist.
-
- Version 1.1.2 - June 2017
-
Resolved issues:
-
Fixed an issue where the Java agent was handling the PingAccess
set-cookie
header incorrectly. -
Fixed an issue where the Java agent wasn’t correctly processing multiple
set-cookie
headers sent by PingAccess. -
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 thegetHeader*
methods and thegetCookies
method.
-
- Version 1.1.1 - April 2017
-
Resolved issues:
-
Fixed an issue where unknown attributes should be ignored
-
Fixed an issue where percent-encoded sequences in resource paths were being handled incorrectly
-
Fixed an issue where an "Index out of bounds" exception occurs if a cookie value is "".
-
- Version 1.1 - August 2015
-
Resolved issues:
-
Fixed an issue where OAuth API response headers were getting trimmed
-
Fixed an issue where the Java Agent enforced the requirement of a username and shared secret
-
Fixed an issue where the Agent was not handling a 477 response correctly
-
- Version 1.0 - June 2015
-
Initial Release