Jesse McConnell
724b96955d
Merge branch 'jetty-8'
2013-08-20 13:03:26 -05:00
Jesse McConnell
b4fab3fbc5
Merge branch 'jetty-7' into jetty-8
2013-08-20 13:02:40 -05:00
Jesse McConnell
3d6711b4ab
[Bug 413484] setAttribute in nosql session management better handles _dirty status
2013-08-20 13:01:52 -05:00
Jesse McConnell
a69deacc4c
[Bug 411069] update minimum jdk versions in pom.xml's
2013-08-20 12:40:33 -05:00
Greg Wilkins
2761abb658
415194 Deployer gives management of context to context collection
2013-08-16 11:40:23 +10:00
Jan Bartel
1691618024
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-08-16 11:06:42 +10:00
Jan Bartel
54a899d55f
415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
2013-08-16 11:02:29 +10:00
Thomas Becker
e34ba252a2
413737 hide stacktrace in ReferrerPushStrategyTest
2013-08-15 13:13:23 +02:00
Thomas Becker
c5e4457124
413737 hide stacktrace in ReferrerPushStrategyTest
2013-08-15 13:13:15 +02:00
Jan Bartel
c80100b4a9
[maven-release-plugin] prepare for next development iteration
2013-08-15 19:13:27 +10:00
Jan Bartel
e7e7e45500
[maven-release-plugin] prepare release jetty-9.0.5.v20130815
2013-08-15 19:13:13 +10:00
Jan Bartel
716430bb03
[maven-release-plugin] rollback the release of jetty-9.0.5.v20130815
2013-08-15 18:03:49 +10:00
Jan Bartel
3d13c15d35
[maven-release-plugin] prepare release jetty-9.0.5.v20130815
2013-08-15 17:22:03 +10:00
Jan Bartel
ab14c67b66
Update for reroll of release
2013-08-15 16:51:27 +10:00
Jan Bartel
7947b35134
Reset version for rerun of 9.0.5
2013-08-15 16:47:03 +10:00
Jan Bartel
1cd0cd6481
414898 Only upgrade v0 to v1 cookies on dquote , ; backslash space and tab in the value
2013-08-15 16:41:44 +10:00
Greg Wilkins
89f927ad0f
414898 Only upgrade v0 to v1 cookies on dquote , ; backslash space and tab in the value
2013-08-15 09:11:41 +10:00
Jesse McConnell
654b434323
add ci profile for jetty-all
2013-08-14 14:43:39 -05:00
Jesse McConnell
4383c9042d
[maven-release-plugin] prepare for next development iteration
2013-08-13 14:20:56 -05:00
Jesse McConnell
160d34ec23
[maven-release-plugin] prepare release jetty-9.0.5.v20130813
2013-08-13 14:20:47 -05:00
Jesse McConnell
80945b64fe
set for release
2013-08-13 13:25:14 -05:00
Jesse McConnell
e6f1e8a52a
Merge branch 'master' into release-9
2013-08-13 13:23:41 -05:00
Simone Bordet
759c7096b2
414972 - HttpClient may read bytes with pre-tunnelled connection.
...
Now the receiver checks whether the connection is closed, and returns
immediately if it is without "stealing" the bytes to the tunnelled
connection.
2013-08-13 16:01:16 +02:00
Thomas Becker
9a7b0f5c10
412938 Request.setCharacterEncoding now throws UnsupportedEncodingException instead of UnsupportedCharsetException
2013-08-13 13:50:42 +02:00
Thomas Becker
75f87a289a
414951 QueuedThreadPool fix constructor that missed to pass the idleTimeout
2013-08-13 13:35:06 +02:00
Greg Wilkins
80b422c0e4
413901 isAsyncStarted remains true while original request is dispatched
2013-08-13 10:38:44 +10:00
Greg Wilkins
43946c62e0
414449 Added HttpParser strict mode for case sensitivity
2013-08-12 23:02:08 +10:00
Jan Bartel
e3e9264a07
414840 Request.login() throws NPE if username is null
2013-08-12 16:36:08 +10:00
Jan Bartel
80988c8b1f
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-08-12 12:11:51 +10:00
Jan Bartel
8cf2744226
414833 HttpSessionListener.destroy must be invoked in reverse order
2013-08-12 12:11:06 +10:00
Greg Wilkins
c48cb240a1
414763 Added org.eclipse.jetty.util.log.stderr.ESCAPE option
2013-08-12 11:42:09 +10:00
Greg Wilkins
7c2095725f
414640 HTTP header value encoding
...
Allow URL to be any encoding (pass the bytes and by default assume UTF-8), the header values are in ISO_8859_1 and everything else
must be US_ASCII
2013-08-09 16:11:59 +10:00
Jan Bartel
b17696325b
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationParser.java
2013-08-09 15:14:09 +10:00
Jan Bartel
6a22a9f5b9
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-08-09 14:46:25 +10:00
Greg Wilkins
3e79877bcc
414727 Ensure asynchronously flushed resources are closed
2013-08-09 14:42:10 +10:00
Jan Bartel
66620b77b8
414507 Ensure AnnotationParser ignores parent dir hierarchy when checking for hidden dirnames
2013-08-09 14:19:04 +10:00
Greg Wilkins
dbbc43edb1
414640 Improved Bad Message handling for non US_ASCII headers
2013-08-09 14:16:21 +10:00
Greg Wilkins
12f1d0f16e
414625 final static version fields
2013-08-09 12:45:39 +10:00
Greg Wilkins
a779425994
414101 Do not escape special characters in cookies
2013-08-09 12:42:52 +10:00
Simone Bordet
914392e80d
Merged branch 'jetty-8' into 'master'.
2013-08-08 12:12:34 +02:00
Simone Bordet
59a070a9fe
Merged branch 'jetty-7' into 'jetty-8'.
2013-08-08 12:10:19 +02:00
Simone Bordet
4ce4615597
414652 - WebSocket's sendMessage() may hang on congested connections.
...
Fixed by using Locks instead of the synchronized keyword, and by using tryLock()
in flushBuffer() and flush(), that are called by WebSocketConnection.handle().
It is quite a hack, but the real fix is in Jetty 9 where the architecture is different
and there are two different paths for reading and writing, so that this problem
could not even happen.
2013-08-08 12:09:11 +02:00
Jan Bartel
bd1b19b45c
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationParser.java
jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestAnnotationParser.java
2013-08-08 14:24:19 +10:00
Jan Bartel
f22217392b
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
...
Conflicts:
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationParser.java
2013-08-08 12:28:51 +10:00
Jan Bartel
f983629434
414507 AnnotationParser should skip classes in hidden dirs or with . name prefix
2013-08-08 12:09:29 +10:00
Greg Wilkins
a719418990
413568 Made AJP worker name generic
2013-08-08 12:05:24 +10:00
Greg Wilkins
95416bce76
413568 Made AJP worker name generic
2013-08-08 10:51:43 +10:00
Jan Bartel
a900010f81
414235 RequestLogHandler configured on a context fails to handle forwarded requests
2013-08-06 09:14:28 +10:00
Joakim Erdfelt
74991f90d6
Cleanup from merge
2013-08-05 09:13:32 -07:00
Joakim Erdfelt
e2d872fcc7
Merge branch 'jetty-8'
...
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/handler/RequestLogHandler.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java
jetty-spdy/spdy-client/pom.xml
jetty-spdy/spdy-core/pom.xml
jetty-util/src/main/java/org/eclipse/jetty/util/MultiPartInputStreamParser.java
jetty-util/src/test/java/org/eclipse/jetty/util/MultiPartInputStreamTest.java
pom.xml
tests/test-integration/src/test/java/org/eclipse/jetty/test/monitor/JmxServiceTest.java
tests/test-integration/src/test/java/org/eclipse/jetty/test/monitor/ProgramConfigTest.java
tests/test-integration/src/test/java/org/eclipse/jetty/test/monitor/XmlConfigTest.java
2013-08-05 08:47:24 -07:00