4.5.74(Nov 2024)
Defects
The following are resolved in this build.
NXPSR-11275 | Closing a dialog that has listener in NFC mode, throws NullPointerException |
NXPSR-11276 | Fixed Cross-Site risk in some jsp files |
NXPSR-11278 | NFC library is not added to classLoader when the application run in NFC mode |
NFC Compatibility issue -Throws a TypeConversionException if the value is set null | |
NXPSR-11306 | StringIndexOutOfBoundsException when using OpenJDK 11 or 17 |
NXPSR-11308 | Can't transfer the special character like '#' with OpenBrowser |
NXPSR-11311 | Support X-Forwarded headers |
NXPSR-11305: NFC Compatibility issue -Throws a TypeConversionException if the value is set null
In 4.2.23, if the value is null, Beanutils will set the DTO’S property value to null.
In 4.2.23 +, if the value is null, it will throw a TypeConversionException.
In order to achieve same behavior as 4.2.23, set new parameter in nexaweb-client.xml to true . Default is false.
<ensure-nfc-4-dot-2-dot-23-value-provider-set-value-compatibility>true</ensure-nfc-4-dot-2-dot-23-value-provider-set-value-compatibility>