jetty.project/jetty-servlets
Mike Jensen 407ca46d94 Fix defect in DoSFilter where semaphore acquires my be leaked
When trying to release the semaphore in the finally block, 'asyncContext.dispatch()' may throw a "RejectedExecutionException".  If this occurs, then the semaphore will never be released.
Ultimately the condition will result in all threads blocking to acquire the semaphore as the DoSFilter is continue to be used.

https://github.com/eclipse/jetty.project/pull/54

Signed-off-By: jentfoo@gmail.com
2015-10-13 08:48:45 +11:00
..
src Fix defect in DoSFilter where semaphore acquires my be leaked 2015-10-13 08:48:45 +11:00
pom.xml Updating to version 9.4.0-SNAPSHOT 2015-10-07 15:41:32 -07:00