Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-01-10 13:20:30 +0000
committerGreg Wilkins2011-01-10 13:20:30 +0000
commitef6899c2c76a1c74f7821a8a7a5f2806cc90d1b9 (patch)
treec01b4b416d91d1398b516ed6188bd77fc4df9e30 /VERSION.txt
parentfb8db6a45daedfdf31493531c6c00d0731cad7ef (diff)
downloadorg.eclipse.jetty.project-ef6899c2c76a1c74f7821a8a7a5f2806cc90d1b9.tar.gz
org.eclipse.jetty.project-ef6899c2c76a1c74f7821a8a7a5f2806cc90d1b9.tar.xz
org.eclipse.jetty.project-ef6899c2c76a1c74f7821a8a7a5f2806cc90d1b9.zip
332517 Improved DefaultServlet debug
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2637 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 5ca213d65b..a1c6d97b21 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,14 +1,15 @@
jetty-7.3.0-SNAPSHOT
+ + 320457 add SPNEGO support
+ 324505 Implement API login
- + 333247 fix api compat issue in ConstraintSecurityHandler
- + 332799 100% CPU on redeploy session invalidation
- + 332432 Scanner.java now always scanning the canonical form of File
+ 332179 Fixed formatting of negative dates
+ + 332432 Scanner.java now always scanning the canonical form of File
+ + 332517 Improved DefaultServlet debug
+ 332703 Cleanup context scope JNDI at stop
+ 332796 Annotations inheritance does not work with jetty7
+ + 332799 100% CPU on redeploy session invalidation
+ 332937 Added Destroyable interface and reworked dependent lifecycles, specially of JNDI
- + 320457 add SPNEGO support
+ + 333247 fix api compat issue in ConstraintSecurityHandler
+ 333481 Handle UTF-32 codepoints
+ 333608 tlds defined in web.xml are not picked up
+ 333679 Refactored jetty-jmx. Moved mbeans to modules.

Back to the top