4.5.76 (May 2025)

4.5.76 (May 2025)

Defects

The following are resolved in this build.

NXPSR-11323

The Nexaweb Launcher's CookieParser may not parse cookies correctly and may throw an exception.

NXPSR-11323: The Nexaweb Launcher's CookieParser may not parse cookies correctly and may throw an exception.

There are some cases where an exception is raised by CookieParser.

For example, CookieParser will raise an exception in the following case:

  • If "extension-av" contains an equals(“=“) character. e.g.) Set-Cookie : name=value; secure; httponly; originalname=orginalvalue;

  • If “cookie-pair” is not included. e.g.) Set-Cookie : secure;

For detailed cookie specifications, please see below.

RFC 6265: HTTP State Management Mechanism

Cookies: HTTP State Management Mechanism

These cases are not errors according to the cookie specifications.