Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-05-22 16:54:50 +0000
committerJesse McConnell2012-05-22 16:54:50 +0000
commit54d1ff7a19b452f6ab0520352bc33c3e635fb7f2 (patch)
treec9a7ff542238bebbc2edc55f4c8bc1c129a8f11c /VERSION.txt
parent13cb38e38e4aadce78176397dcefcc8d5d393128 (diff)
downloadorg.eclipse.jetty.project-54d1ff7a19b452f6ab0520352bc33c3e635fb7f2.tar.gz
org.eclipse.jetty.project-54d1ff7a19b452f6ab0520352bc33c3e635fb7f2.tar.xz
org.eclipse.jetty.project-54d1ff7a19b452f6ab0520352bc33c3e635fb7f2.zip
Updating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt30
1 files changed, 29 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 5ddc36b5a0..9b64939476 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,32 @@
-jetty-8.1.4-SNAPSHOT
+jetty-8.1.4.v20120522 - 22 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
+ + 379089 DefaultServlet ignores its resourceBase and uses context's
+ ResourceCollection when listing diretories
+ + 379194 ProxyServlet enhancement to enable easy creation of alternative
+ HttpClient implementations
+ + 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