Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-05-24 14:02:07 +0000
committerJesse McConnell2012-05-24 14:02:07 +0000
commitd0a92ebb5439cb8991f01bf7992fff66e296ae00 (patch)
tree8af2cbc0a138f2aa7396248cff670760bf00b7c4
parent6e4f83f1516983876e2df5b0b6e4ec98f0b4dbd9 (diff)
downloadorg.eclipse.jetty.project-d0a92ebb5439cb8991f01bf7992fff66e296ae00.tar.gz
org.eclipse.jetty.project-d0a92ebb5439cb8991f01bf7992fff66e296ae00.tar.xz
org.eclipse.jetty.project-d0a92ebb5439cb8991f01bf7992fff66e296ae00.zip
Updating VERSION.txt top section
-rw-r--r--VERSION.txt33
1 files changed, 32 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 5ddc36b5a0..46cabb28a8 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,35 @@
-jetty-8.1.4-SNAPSHOT
+jetty-8.1.4.v20120524 - 24 May 2012
+ + 367608 ignore the aysncrequestreadtest as it is known to fail and is waiting
+ for a fix
+ + 371853 Support bundleentry: protocol for webapp embedded as directory in
+ osgi bundle
+ + 373620 Add ch.qos.logback.access.jetty to the Import-Package for
+ jetty-osgi-boot-logback bundle
+ + 376152 apply context resources recursively
+ + 376801 Make JAAS login modules useable without jetty infrastructure
+ + 377323 Request#getParts() throws ServletException when it should be throwing
+ IllegalStateException
+ + 377391 Manifest updates to jetty-osgi-boot-logback
+ + 377492 NPE if jsp taglibs bundle not deployed
+ + 377550 set charset when content type is set
+ + 377587 ConnectHandler write will block on partial write
+ + 377610 New session not timed out if an old session is invalidated in scope
+ of same request
+ + 377709 Support for RequestParameterCallback missing
+ + 378242 Re-extract war on restart if incomplete extraction
+ + 378273 Remove default Bundle-Localization header
+ + 378487 Null out contextPath on Request.recycle
+ + 379015 Use factored jetty xml config files for defaults
+ + 379046 avoid closing idle connections from selector thread
+ + 379089 DefaultServlet ignores its resourceBase and uses context's
+ ResourceCollection when listing diretories
+ + 379194 ProxyServlet enhancement to enable easy creation of alternative
+ HttpClient implementations
+ + 379909 FormAuthenticator Rembers only the URL of first Request before
+ authentication
+ + 380034 last modified times taken from JarEntry for JarFile resources
+ + 380212 Clear buffer if parsing fails due to full buffer
+ + 380222 JettyPolicyRuntimeTest failure
jetty-8.1.3.v20120416 - 16 April 2012
+ 349110 MultiPartFilter records the content-type in request params

Back to the top