12381 Commits

Author SHA1 Message Date
Jan Bartel
b8d0ad50f8 Reimplementation of expiry and introduction of passivating unused sessions. 2016-02-29 21:03:30 +01:00
Joakim Erdfelt
bf4a634d0b Merge branch 'release-9.3.8' into jetty-9.3.x 2016-02-29 11:45:29 -07:00
Simone Bordet
bd62320285 Issue #360 (Improve HTTP/2 stream interleaving)
Fixed by making the interleave quantum be the frame size rather than
the flow control window size.

Reworked HTTP2Flusher.process() to be simpler and properly
interleave frames.
2016-02-29 18:45:30 +01:00
Simone Bordet
2c11372bc4 Merged branch 'jetty-9.3.x' into 'master'. 2016-02-29 17:17:09 +01:00
Simone Bordet
cec3694355 Consistently using BufferUtil, especially clearToFill() and
flipToFlush().
2016-02-29 16:31:38 +01:00
Simone Bordet
b8fcc5112f Issue #372 (Data race in HttpReceiverOverHTTP2)
Fixed implementations of onData() to properly complete the callback
and to copy the data if they use it asynchronously.
2016-02-29 14:39:27 +01:00
Simone Bordet
aa6de825b7 Issue #372 (Data race in HttpReceiverOverHTTP2)
Fixed by copying the buffer passed to onData().
2016-02-29 14:02:17 +01:00
Simone Bordet
8aa3207164 Improved test by making requests carry a unique identifier. 2016-02-29 11:58:08 +01:00
Simone Bordet
65b11654c5 Improved logging. 2016-02-29 11:56:49 +01:00
Simone Bordet
bb08b65d15 Merged branch 'jetty-9.3.x' into 'master'. 2016-02-29 11:33:25 +01:00
Simone Bordet
aadfae936c Issue #366 (Avoid HTTP2Flusher reentrancy).
Made HTTP2Flusher termination to be atomic and non-reentrant.
2016-02-29 11:32:39 +01:00
Greg Wilkins
77064b5065 Merge pull request #368 from o/patch-1
Fix typo in annotation
2016-02-26 18:56:20 +01:00
Osman Üngür
966cffccb8 Fix typo in annotation
Signed-off-by: Osman Ungur <osmanungur@gmail.com>
2016-02-26 19:37:27 +02:00
Joakim Erdfelt
cfc2dc2b01 Merge branch 'jetty-9.3.x' 2016-02-26 08:22:39 -07:00
Joakim Erdfelt
aed05a1e36 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-02-26 08:22:12 -07:00
Jesse McConnell
1a1a8dd806 clean javadoc 2016-02-26 08:11:59 -07:00
Jesse McConnell
c74b0c23e9 Issue #367 Resolve remaining git.eclipse.org build references 2016-02-26 08:11:27 -07:00
Jesse McConnell
b08f177d47 Issue #367 Resolve remaining git.eclipse.org build references 2016-02-26 08:09:12 -07:00
Jesse McConnell
931f67baab Update index.html 2016-02-26 08:08:17 -07:00
Jesse McConnell
7fab31e309 Update index.html 2016-02-26 08:08:16 -07:00
Jesse McConnell
e46a19bde0 Update index.html 2016-02-26 08:08:16 -07:00
Jesse McConnell
aaba9eca42 Update index.html 2016-02-26 08:08:16 -07:00
Jesse McConnell
b62b2d3426 Update pom.xml 2016-02-26 08:08:12 -07:00
Jesse McConnell
019e9174b9 Update pom.xml 2016-02-26 08:07:20 -07:00
Jesse McConnell
850707e965 Update ExampleServerXml.java 2016-02-26 08:07:20 -07:00
Jesse McConnell
54e92d88c4 Update FileServerXml.java 2016-02-26 08:07:19 -07:00
Jesse McConnell
d8f74233a0 fix some merge issues, some example javadoc that was never right and contributing language 2016-02-26 08:13:41 -06:00
Jesse McConnell
fc73be1d31 clean javadoc 2016-02-26 08:09:15 -06:00
Jesse McConnell
ce5a3b11d6 Issue #367 Resolve remaining git.eclipse.org build references 2016-02-26 08:03:33 -06:00
Jesse McConnell
76b34fe79a Issue #367 Resolve remaining git.eclipse.org build references 2016-02-26 07:51:05 -06:00
Jesse McConnell
881edcb640 Update index.html 2016-02-26 07:34:33 -06:00
Jesse McConnell
ad8733e5ab Update index.html 2016-02-26 07:33:44 -06:00
Jesse McConnell
d0e8d5af2f Update index.html 2016-02-26 07:33:16 -06:00
Jesse McConnell
6e41a267ef Update index.html 2016-02-26 07:32:41 -06:00
Jesse McConnell
dcfec2b6ee Update pom.xml 2016-02-26 07:31:36 -06:00
Jesse McConnell
12b6ecfead Update pom.xml 2016-02-26 07:31:09 -06:00
Jesse McConnell
b3dc23f2c0 Update ExampleServerXml.java 2016-02-26 07:30:14 -06:00
Jesse McConnell
74f8abf8af Update FileServerXml.java 2016-02-26 07:29:22 -06:00
Jesse McConnell
49da7397b5 Update CONTRIBUTING.md 2016-02-26 07:27:19 -06:00
Simone Bordet
7938c9f86f Merged branch 'jetty-9.3.x' into 'master'. 2016-02-26 10:37:47 +01:00
Simone Bordet
50422a1a1f Replaced usages of Random with ThreadLocalRandom in concurrent code. 2016-02-26 10:29:58 +01:00
Joakim Erdfelt
9111aeb690 Updating to version 9.3.8-SNAPSHOT 2016-02-25 11:06:14 -07:00
Joakim Erdfelt
bee564c7d9 Updating to version 9.3.8.RC0 jetty-9.3.8.RC0 2016-02-25 10:28:00 -07:00
JACQUES Francois
1f75ab178c Fetch user roles after a successful forced binded ldap login.
Signed-off-by: JACQUES Francois <fjacques@murex.com>
2016-02-25 10:35:53 +01:00
Jan Bartel
eb5e25ce1e Fix javadoc comments 2016-02-24 17:58:18 +01:00
Greg Wilkins
ebfb45dd70 Merge remote-tracking branch 'origin/jetty-9.3.x' 2016-02-24 15:18:47 +01:00
Simone Bordet
83baed0bfe Reformatted code. 2016-02-24 15:06:08 +01:00
Greg Wilkins
7b6c1af4a7 Removed extra ByteBuffer duplicate 2016-02-24 13:47:35 +01:00
Greg Wilkins
1eeecdaee5 Issue #355 Improve close behaviour
Inverted the logic of the handling of exceptions thrown in CommitCallback.
Now only if a BadMessageException is throw do we attempt to write a 500 response.
All other exceptions just abort the connection
2016-02-24 13:36:06 +01:00
Greg Wilkins
aa7fd02c5f Merge remote-tracking branch 'origin/jetty-9.3.x' 2016-02-23 18:31:15 +01:00