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:
parent
eb942962f6
commit
548f6bac5a
|
@ -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
|
||||
|
|
|
@ -718,7 +718,7 @@ public class DoSFilter implements Filter
|
|||
*
|
||||
* @return number of requests
|
||||
*/
|
||||
public long getThrottledRequests()
|
||||
public int getThrottledRequests()
|
||||
{
|
||||
return _throttledRequests;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue