Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
forwarding to error handling
Reason:
Error serialization is only allowed for a specific set of classes and the
PendingRequest is already set in a seperate field.
|
|
|
|
The check can be disabled by using the configuration property: modules.sl20.security.truststore.need.valid.certificate
|
|
|
|
|
|
|
|
|
|
initialization
|
|
|
|
attribute-values according to specification
|
|
String value
|
|
|
|
|
|
|
|
in specific AuthSession implementations
|
|
|
|
serializable
|
|
|
|
|
|
Select trusted X509 certificates based on KeyInfo from XML-Signature, if possible
|
|
|
|
serialization for storage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
multi-module projects
|
|
|
|
|
|
|
|
|
|
The keystore type 'inline' can be used to build a keystore by using
PEM encoded certificate and key files.
Example: pkcs12:keystore?private=certs/key.pem&cert=certs/certificate.pem
|
|
|
|
application specific information into error-GUI model
|
|
Based on spring-boot-auto-configuration 2.7.3
|
|
|
|
|
|
|
|
Inlcude Spring 5.3.26 to fix CVE-2023-20859, CVE-2023-20861, CVE-2023-20860
|
|
supported by error template
|
|
exceptions too
|
|
|
|
- commons-fileupload to 1.5 to fix CVE-2023-24998
|
|
|
|
|