324679 Fixed dedection of write before static content

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2483 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2010-11-08 05:16:54 +00:00
parent fb4eaaafd3
commit e0c0ea3f8b
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</init-param>
<init-param>
<param-name>maxCachedFileSize</param-name>
<param-value>10000000</param-value>
<param-value>200000000</param-value>
</init-param>
<init-param>
<param-name>maxCachedFiles</param-name>