eclipse-ee4j / metro-saaj

https://eclipse-ee4j.github.io/metro-saaj/
Other
13 stars 16 forks source link

document existing system properties recognized by implementation #121

Closed lukasj closed 4 years ago

runeflobakk commented 5 years ago

com.sun.xml.messaging.saaj.soap.saxParserPoolSize

Allows to specify another value for the size of the parser pool used for SAX-parsing. The default when not specified is 5, but applications with high load and/or concurrency may benefit from setting this to a higher value.

Issue: https://github.com/eclipse-ee4j/metro-saaj/issues/73

runeflobakk commented 5 years ago

saaj.mime.soapBodyPartSizeLimit

Used to specify the max amount in bytes a SOAP body part is allowed to contain. This property can (should) be used to protect against maliciously crafted requests which can take down the server with OutOfMemoryError.

Pull-request: https://github.com/eclipse-ee4j/metro-saaj/pull/117