[java-idp-tomcat-base] 07/10: Add maxPostSize to connector
Tom Zeller
tzeller at dragonacea.biz
Fri Aug 12 16:05:04 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.5
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=8d2125301e64146c866f4c6ae71928464264a8b8
commit 8d2125301e64146c866f4c6ae71928464264a8b8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Aug 12 14:52:17 2016 -0500
Add maxPostSize to connector
---
src/main/resources/tomcat-base/conf/server.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index 2c1145c..ccacd91 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -54,6 +54,7 @@
-->
<Connector port="${tomcat.nonhttps.port}" protocol="HTTP/1.1"
connectionTimeout="20000"
+ maxPostSize="100000"
redirectPort="${tomcat.https.port}" />
<!-- A "Connector" using the shared thread pool-->
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list