[java-opensaml] branch main updated: OSJ-307: Support Santuario's XMLParser interface
Brent Putman
putmanb at georgetown.edu
Sat Aug 5 03:11:09 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=713f9c3dbabdc9ad8a52480d67863ede3d2ba81f
The following commit(s) were added to refs/heads/main by this push:
new 713f9c3db OSJ-307: Support Santuario's XMLParser interface
713f9c3db is described below
commit 713f9c3dbabdc9ad8a52480d67863ede3d2ba81f
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Aug 4 23:10:37 2023 -0400
OSJ-307: Support Santuario's XMLParser interface
Note in Javadocs the default maxPoolSize.
---
.../src/main/java/org/opensaml/xmlsec/impl/SantuarioXMLParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/impl/SantuarioXMLParser.java b/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/impl/SantuarioXMLParser.java
index fbb79b0a7..d0b17f43b 100644
--- a/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/impl/SantuarioXMLParser.java
+++ b/opensaml-xmlsec-impl/src/main/java/org/opensaml/xmlsec/impl/SantuarioXMLParser.java
@@ -41,7 +41,7 @@ import net.shibboleth.shared.xml.impl.BasicParserPool;
* <li>It is configured into Santuario by setting the class name using system
* property <code>org.apache.xml.security.XMLParser</code>. For details see: {@link XMLUtils}.</li>
* <li>The internal parser pool's max pool size may be configured via system property
- * <code>org.opensaml.xmlsec.impl.SantuarioXMLParser.maxPoolSize</code>.</li>
+ * <code>org.opensaml.xmlsec.impl.SantuarioXMLParser.maxPoolSize</code>. The default is: 50</li>
* </ul>
*/
public class SantuarioXMLParser implements XMLParser {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list