---
title: Agent SDK for Java 1.1.2 (June 2017)
description: Fixed
component: pingaccess
version: 8.3
page_id: pingaccess:agents_and_integrations:pa_sdk_for_java_112_rn
canonical_url: https://docs.pingidentity.com/pingaccess/8.3/agents_and_integrations/pa_sdk_for_java_112_rn.html
revdate: March 5, 2024
section_ids:
  fixed-incorrect-handling-of-the-set-cookie-header: Fixed incorrect handling of the set-cookie header
  fixed-issue-processing-of-multiple-set-cookie-headers: Fixed issue processing of multiple set-cookie headers
  fixed-discrepancy-between-cookie-request-headers-returned-from-getheader-versus-getcookies: Fixed discrepancy between cookie request headers returned from getHeader* versus getCookies
---

# 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.
