Jesse McConnell
040f73f84f
set for release
2013-08-13 16:24:15 -05:00
Jesse McConnell
67a7a37923
ignore test
2013-08-13 14:25:47 -05:00
Joakim Erdfelt
980effaede
WebSocket - reducing memory footprint of WebSocketFrame by not using boolean fields
2013-08-13 12:09:43 -07:00
Joakim Erdfelt
176c7d22e4
JSR-356 - adding missing base Encoders
2013-08-13 12:09:43 -07:00
Thomas Becker
fffdd6b2fa
Connection javadoc fix
2013-08-13 18:27:06 +02:00
Simone Bordet
6019a37064
Merged branch 'master' into 'jetty-9.1'.
2013-08-13 16:25:04 +02:00
Simone Bordet
d3a93a0d68
Merged branch 'master' into 'jetty-9.1'.
2013-08-13 16:13:31 +02: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
Jan Bartel
d99e47830d
414923 CompactPathRule needs to also compact the uri
2013-08-13 10:55:14 +10:00
Greg Wilkins
891088e18a
Merge remote-tracking branch 'origin/master' into jetty-9.1
...
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/HttpChannelState.java
2013-08-13 10:44:19 +10:00
Greg Wilkins
c27e58b785
413901 isAsyncStarted remains true while original request is dispatched
2013-08-13 10:39:26 +10:00
Greg Wilkins
80b422c0e4
413901 isAsyncStarted remains true while original request is dispatched
2013-08-13 10:38:44 +10:00
Joakim Erdfelt
1e39b7d476
WebSocket / Performance - cleaning up tests from fallout on bug 414913
...
+ Copying payload in test cases for comparison reasons, as the reuse of
payloads by the implementation now means that the payload might be
masked by a random client side mask.
+ Cleaning up Abnormal Close handling for idle timeout cases
+ Fixing logging a tag
+ Fixing intermittent test failure in jsr EchoTest
2013-08-12 16:29:25 -07:00
Joakim Erdfelt
46b3dc10c8
414913 - WebSocket / Performance - reduce ByteBuffer allocation/copying during generation/writing
...
+ Splitting Header bytes from payload bytes.
+ returning List<ByteBuffer> from WriteBytesProvider now
+ returning possibly more than 1 frame per
WriteBytesProvider.getByteBuffers() for submission to
Endpoint.write()'s gathered write of multiple bytebuffers
2013-08-12 16:29:25 -07:00
Simone Bordet
6a831dc2ca
Fixed erroneous warning message when the context path is "/".
2013-08-12 22:46:28 +02:00
Simone Bordet
0cc46e8beb
414891 - Errors thrown by ReadListener and WriteListener not handled correctly.
...
Now correctly catching Throwable to handle all exception cases.
2013-08-12 18:52:14 +02:00
Greg Wilkins
1e25778d57
Merge remote-tracking branch 'origin/master' into jetty-9.1
...
Conflicts:
jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java
jetty-server/src/test/java/org/eclipse/jetty/server/HttpServerTestBase.java
2013-08-13 00:44:39 +10:00
Greg Wilkins
43946c62e0
414449 Added HttpParser strict mode for case sensitivity
2013-08-12 23:02:08 +10:00
Jan Bartel
af98046d13
Merge remote-tracking branch 'origin/master' into jetty-9.1
2013-08-12 16:41:15 +10:00
Jan Bartel
e3e9264a07
414840 Request.login() throws NPE if username is null
2013-08-12 16:36:08 +10:00
Jan Bartel
3eeb20f5bd
Merge remote-tracking branch 'origin/master' into jetty-9.1
2013-08-12 12:12:50 +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
Jan Bartel
21dfc7175b
Merge branch 'jetty-9.1' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9.1
2013-08-09 20:49:45 +10:00
Jan Bartel
2c3ecf9e38
414731 Request.getCookies() should return null if there are no cookies
2013-08-09 18:08:16 +10:00
Greg Wilkins
e0382bc4ae
414740 Removed the parent peeking Loader
2013-08-09 17:53:43 +10:00
Greg Wilkins
009113aacb
414640 HTTP header value encoding
...
fixed issues with merge
2013-08-09 16:31:11 +10:00
Greg Wilkins
8ce87ffafc
Merge remote-tracking branch 'origin/master' into jetty-9.1
2013-08-09 16:12:55 +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
06ef5b7930
Merge remote-tracking branch 'origin/master' into jetty-9.1
...
Conflicts:
jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestAnnotationParser.java
jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java
2013-08-09 15:59:29 +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
34cfc3ed10
Merge remote-tracking branch 'origin/master' into jetty-9.1
...
Conflicts:
jetty-http/src/main/java/org/eclipse/jetty/http/HttpFields.java
jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java
jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java
2013-08-09 13:50:49 +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
Joakim Erdfelt
012804bdd9
414725 - Annotation Scanning should exclude webapp basedir from path validation checks
...
+ Checking in @Ignore'd test demonstrating the bug
2013-08-08 15:05:31 -07:00
Joakim Erdfelt
d3d4f7abed
WebSocket - quick fix to prevent jenkins test hang
2013-08-08 09:46:31 -07:00
Joakim Erdfelt
5500f161d7
WebSocket - refining javadoc
2013-08-08 09:46:16 -07:00
Joakim Erdfelt
baeda84402
WebSocket - fixing Frame.getPayloadLength()
2013-08-08 09:45:46 -07:00
Simone Bordet
4fe155997f
Merged branch 'master' into 'jetty-9.1'.
2013-08-08 12:13:18 +02: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
Greg Wilkins
dcf98fd675
414635 Modular start.d and jetty.base property
...
Made https and spdy mutually exclusive
2013-08-08 18:07:42 +10:00