Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Jensen2015-10-01 15:32:19 +0000
committerGreg Wilkins2015-10-12 21:48:45 +0000
commit407ca46d94b566822c219fe518b487f16d0becc4 (patch)
treeef68bba13fa1b508d3c28e8042c298bba4b92c8b /pom.xml
parent8f732a423d3cb3827fc0da71bb5de4f652414ff7 (diff)
downloadorg.eclipse.jetty.project-407ca46d94b566822c219fe518b487f16d0becc4.tar.gz
org.eclipse.jetty.project-407ca46d94b566822c219fe518b487f16d0becc4.tar.xz
org.eclipse.jetty.project-407ca46d94b566822c219fe518b487f16d0becc4.zip
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
Diffstat (limited to 'pom.xml')
0 files changed, 0 insertions, 0 deletions

Back to the top