Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Becker2013-09-10 15:42:53 +0000
committerThomas Becker2013-09-10 15:42:53 +0000
commit8fd97dad0e4a6cf1572d2d905afbac79f51b91b3 (patch)
tree014d17d1549d23a041416f1801ed0e3131f9d3d9
parent994d8baa3f1bc7f597f0318cfc6105cb3966ba4c (diff)
downloadorg.eclipse.jetty.project-8fd97dad0e4a6cf1572d2d905afbac79f51b91b3.tar.gz
org.eclipse.jetty.project-8fd97dad0e4a6cf1572d2d905afbac79f51b91b3.tar.xz
org.eclipse.jetty.project-8fd97dad0e4a6cf1572d2d905afbac79f51b91b3.zip
Updating VERSION.txt top section
-rw-r--r--VERSION.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 932b7a30b2..7664905b37 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,23 @@
-jetty-8.1.13-SNAPSHOT
+jetty-8.1.13.v20130910 - 10 September 2013
+ + 412629 PropertyFileLoginModule doesn't cache user configuration file even
+ for refreshInterval=0
+ + 413484 setAttribute in nosql session management better handles _dirty status
+ + 413684 deprecated unsafe alias checkers
+ + 414235 RequestLogHandler configured on a context fails to handle forwarded
+ requests
+ + 414393 StringIndexOutofBoundsException with > 8k multipart content without
+ CR or LF
+ + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
+ for hidden dirnames
+ + 414652 WebSocket's sendMessage() may hang on congested connections.
+ + 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
+ + 415401 Add XmlConfiguration.initializeDefaults that allows to set default
+ values for any XmlConfiguration that may be overridden in the config file
+ + 416266 HttpServletResponse.encodeURL() encodes on first request when only
+ SessionTrackingMode.COOKIE is used
+ + 416585 WebInfConfiguration examines webapp classloader first instead of its
+ parent when looking for container jars
+ + 416787 StringIndexOutOfBounds with a pathMap of ""
jetty-8.1.12.v20130726 - 26 July 2013
+ 396706 CGI support parameters

Back to the top