PingAccess

PingAccess Agent SDK for Java release notes

These release notes summarize the changes in current and previous PingAccess Agent SDK for Java updates. Updated April 15, 2024.

Agent SDK for Java 1.1.5 (April 2024)

Updated third-party dependencies

Improved PASDKJ-21

Updated third-party dependencies.

Agent SDK for Java 1.1.4 (December 2021)

Upgraded Log4j to version 2.16

Improved

Upgraded Log4j used in the SDK sample implementation to version 2.16.

Agent SDK for Java 1.1.3 (July 2018)

Fixed site cookies setting improperly

Fixed

Fixed an issue where site cookies were not being set properly for HTTP redirects in the servlet container environment (Tomcat).

Fixed error caused by calling a header that doesn’t exist

Fixed

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.

Agent SDK for Java 1.1.2 (June 2017)

Fixed

Fixed an issue where the Java agent was handling the PingAccess set-cookie header incorrectly.

Fixed

Fixed an issue where the Java agent wasn’t correctly processing multiple set-cookie headers sent by PingAccess.

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.

Agent SDK for Java 1.1.1 (April 2017)

Fixed an issue with unknown attributes

Fixed

Fixed an issue where unknown attributes should be ignored.

Fixed handling of percent-encoded sequences

Fixed

Fixed an issue where percent-encoded sequences in resource paths were being handled incorrectly.

Fixed Index out of bounds exception

Fixed

Fixed an issue where an Index out of bounds exception occurs if "" is a cookie value.

Agent SDK for Java 1.1 (August 2015)

Fixed OAuth API response header trimming

Fixed

Fixed an issue where OAuth API response headers were getting trimmed.

Fixed enforced requirement of a username and shared secret

Fixed

Fixed an issue where the Java Agent enforced the requirement of a username and shared secret.

Fixed incorrect 477 response handling

Fixed

Fixed an issue where the Agent was not handling a 477 response correctly.

Agent SDK for Java 1.0 (June 2015)

Initial release

Info

Initial release of the Agent SDK for Java.