Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-02-11 09:01:14 +0000
committerSimone Bordet2010-02-11 09:01:14 +0000
commit52cab495e07bd964784307bfae8a730168baf809 (patch)
tree9bbd095a089f2f8856243b537b425fe19943d3d5 /VERSION.txt
parentd208d55652ea79152817636228b8804d3d57cfbc (diff)
downloadorg.eclipse.jetty.project-52cab495e07bd964784307bfae8a730168baf809.tar.gz
org.eclipse.jetty.project-52cab495e07bd964784307bfae8a730168baf809.tar.xz
org.eclipse.jetty.project-52cab495e07bd964784307bfae8a730168baf809.zip
Fix for #302556 (CrossOriginFilter does not work correctly when Access-Control-Request-Headers header is not present)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1264 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 508d0dee6a..c40ac21a2c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -10,7 +10,7 @@ jetty-7.0.2-SNAPSHOT
+ 298667 DeploymentManager uses ContextProvider and WebAppProvider
+ 299455 Enum support in JSONPojoConvertor
+ 302198 Rename HttpClient authorization classes to Authentication
- + 302244 invalid configuration boolean conversion in FormAuthenticator
+ + 302244 invalid configuration boolean conversion in FormAuthenticator
+ 302246 redirect loop using form authenticator
+ JETTY-776 Make new session-tests module to concentrate all reusable session clustering test code
+ JETTY-910 Allow request listeners to access session
@@ -25,6 +25,7 @@ jetty-7.0.2-SNAPSHOT
+ 300733 Jars from lib/ext are not visible for my web application
+ 300933 AbstractConnector uses concurrent objects for stats
+ 301089 Improve statistics available in StatisticsHandler and AbstractConnector
+ + 302556 CrossOriginFilter does not work correctly when Access-Control-Request-Headers header is not present
jetty-7.0.1.v20091125 25 November 2009
+ 274251 DefaultServlet supports exact match mode.

Back to the top