Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-06-29 01:47:02 +0000
committerGreg Wilkins2011-06-29 01:47:02 +0000
commit97291cc28af41891583f295f7fe89c0aa07e0bb6 (patch)
treec8dc4d0df077605b507fa47d259f1c1a0689af43 /VERSION.txt
parent95ff9d73f0b00a527706ace2698bd3db103b01fa (diff)
downloadorg.eclipse.jetty.project-97291cc28af41891583f295f7fe89c0aa07e0bb6.tar.gz
org.eclipse.jetty.project-97291cc28af41891583f295f7fe89c0aa07e0bb6.tar.xz
org.eclipse.jetty.project-97291cc28af41891583f295f7fe89c0aa07e0bb6.zip
JETTY-1390 RewriteHandler handles encoded URIs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3435 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 cb7395786c..809568205e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -19,6 +19,7 @@ jetty-7.4.3-SNAPSHOT
+ 350533 Add "Origin" to the list of allowed headers in CrossOriginFilter
+ 350634 Cleanup FileResource construction
+ JETTY-1342 Recreate selector in change task
+ + JETTY-1390 RewriteHandler handles encoded URIs
jetty-7.4.2.v20110526
+ 334443 Improve the ability to specify extra class paths using the Jetty Maven Plugin

Back to the top