Downloads
Product availability Matrix (PAM)
Downloads of this patch are available from the
Rocket Customer Support Portal.
Further explanation can be found
here.
New Feature(s)
The VC++ Redistributable delivered with Uniface is updated to version 14.31. |
Currencies
OpenSSL updated from 1.1.1i to 1.1.1n |
Support added for Oracle 21c on W32, W64, LIE, LIF and LU8 |
Fixes
UNI-27639 | UHTTP: When Content-Type header includes more parameters after charset a crash can occur. |
UNI-25377 | Browse forms for Export Repository Objects with Language property have wrong labels for displayed fields. |
UNI-19083 | Subtype entities belonging to a Palette or Template Supertype are always compiled |
UNI-27639 - UHTTP: When Content-Type header includes more parameters after charset a crash can occur.
Solution available in patch(es): 10.3.03-014, 10.4.01-014
Description:
The UHTTP.SEND operation can cause a crash when the Content-Type header includes more parameters after the charset parameter.
For example:
vAction = "urn:ServiceVerificationIdentiteCertifiee:1.0.0:verifierInsAvecTraitsIdentite"
putitem/id vHeaders, "Content-Type", "application/soap+xml;charset=utf-8;action=%%"%%vAction%%""
; ...
vResult =vHTTP->send(vURL, "POST", vProxyUser, vProxyPwd, vHeaders, vContent, vResponse)
The crash occurs when the remaining string after "charset=" is more than 80 characters.
Environment:
+ Uniface version: 10.x
+ Platform: ALL
Workaround:
Make sure no parameters are present in the Content-Type header after the charset parameters.
Notes:
This problem is solved.
UNI-25377 - Browse forms for Export Repository Objects with Language property have wrong labels for displayed fields.
Solution available in patch(es): 10.3.03-014, 10.4.01-014
Description:
Browse forms for Export Repository Objects with Language property have wrong labels for displayed fields.
Switching between Library and Object does not put the correct field values in the corresponding columns.
This can be seen in Browse forms for Snippets, Messages, Help Texts, Glyphs and Drag and Drop formats.
Environment:
+ Uniface version: 10.x
+ Platform: Windows
Workaround:
None.
Notes:
This problem is solved.
UNI-19083 - Subtype entities belonging to a Palette or Template Supertype are always compiled
Solution available in patch(es): 10.3.03-014, 10.4.01-014
Description:
Subtype entities belonging to a Palette or Template supertype are always
compiled, regardless which compile sub-switches are used. An entity that is defined as Palette or Template should not be compiled, unless the compile switch /iap (compile entities regardless of purpose), /plt (compile entities with purpose palettes) or /tpl (compile entities wit purpose templates). This is working correctly with supertype entities, but not for subtypes.
Environment:
+ Uniface version: 10.x
+ Platform: Windows
Workaround:
None.
Notes:
This problem is solved.