Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-11-17 22:41:33 +0000
committerGreg Wilkins2010-11-17 22:41:33 +0000
commit59f5bcce5bcee035ba029aa12da5f72fe3f00831 (patch)
treebb8a86ec3bd9073e38d0ddd3505b181bf0089bdd /VERSION.txt
parentb063893cdf51d171e66b05e969dd71ccbdd7f4f3 (diff)
downloadorg.eclipse.jetty.project-59f5bcce5bcee035ba029aa12da5f72fe3f00831.tar.gz
org.eclipse.jetty.project-59f5bcce5bcee035ba029aa12da5f72fe3f00831.tar.xz
org.eclipse.jetty.project-59f5bcce5bcee035ba029aa12da5f72fe3f00831.zip
330265 start.jar --stop kills --exec subprocess
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2534 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 2bf114529f..92667a17cf 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,6 +3,7 @@ jetty-7.2.2-SNAPSHOT
+ 330208 Support new wording on servlet-mapping and filter-mapping merging from servlet3.0a
+ 330188 Reject web-fragment.xml with same <name> as another already loaded one
+ 330229 Jetty tries to parse META-INF/*.tld when jsp-api is not on classpath, causing DTD entity resoluton to fail
+ + 330265 start.jar --stop kills --exec subprocess
+ 330417 Atomic PUT in PutFilter
+ 330419 Reloading webapp duplicates StandardDescriptorProcessor

Back to the top