forked from I2P_Developers/i2p.i2p
Susimail, Console, Jetty:
- Adjust multipart size limits - Better handling of errors when multipart limits are exceeded - Fix multipart config for /configplugins - Test for total size limit in susimail
This commit is contained in:
@ -448,7 +448,7 @@
|
||||
<!-- Add multipart config to servlets that need them -->
|
||||
<property name="__match1" value="<servlet-class>net.i2p.router.web.jsp." />
|
||||
<property name="__match2" value="_jsp</servlet-class>" />
|
||||
<property name="__class1" value="${__match1}configclients${__match2}" />
|
||||
<property name="__class1" value="${__match1}configplugins${__match2}" />
|
||||
<property name="__class2" value="${__match1}configfamily${__match2}" />
|
||||
<property name="__class3" value="${__match1}configreseed${__match2}" />
|
||||
<property name="__multipart" value="
|
||||
|
Reference in New Issue
Block a user