341561 Exception when adding o.e.j.s.DoSFilter as managed attribute

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2947 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Michael Gorovoy 2011-04-01 00:36:57 +00:00
parent eb942962f6
commit 548f6bac5a
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ jetty-7.3.2-SNAPSHOT
+ 341386 Remote close not detected by HttpClient
+ 341394 Remove 'Unavailable' JMX attributes of WebAppContext MBean
+ 341439 Blocking HttpClient does not use soTimeout for timeouts
+ 341561 Exception when adding o.e.j.s.DoSFilter as managed attribute
+ JETTY-1245 Pooled Buffers implementation
+ JETTY-1354 Added jetty-nested
+ Ensure generated fragment names are unique

View File

@ -718,7 +718,7 @@ public class DoSFilter implements Filter
*
* @return number of requests
*/
public long getThrottledRequests()
public int getThrottledRequests()
{
return _throttledRequests;
}