Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-13Updating to version 9.3.7.RC1jetty-9.3.7.RC1Joakim Erdfelt109-109/+122
2016-01-13Javadoc updatesJoakim Erdfelt5-9/+8
2016-01-13Merge branch 'release-9.3.7' into jetty-9.3.xJoakim Erdfelt1-0/+49
2016-01-13485535 - jetty.sh results in FAILED when running service restartGreg Wilkins1-0/+1
2016-01-13Revert "485714 - Update SSL configuration to mitigate SLOTH vulnerability"Greg Wilkins2-17/+6
This reverts commit 46ed803023d1fda6abe81a5deb8100c38416ccf3. The fix broke several unit tests.
2016-01-13485714 - Update SSL configuration to mitigate SLOTH vulnerabilityGreg Wilkins2-6/+17
2016-01-13485712 - Quickstart web.xml is absoluteGreg Wilkins1-0/+157
2016-01-13485712 - Quickstart web.xml is absoluteGreg Wilkins4-54/+149
2016-01-12485663 - NullPointerException in WebSocketSession during upgrade with DEBUG ↵Joakim Erdfelt1-0/+1
logging + Defaulting session policy to container policy on session creation
2016-01-12481986 - Dead JSR 356 Server Session still being tracked after ↵Joakim Erdfelt18-103/+328
Session/Connection closure + Removing SessionListener + Work in CDI layer for WebSocketContainerScope is reused for session tracking on the parent scope of the WebSocketSession only. no more multi-listener behavior + Reworked JsrSession ID behavior to not be based on AtomicLong + AbstractWebSocketConnection now has .hashCode and .equals
2016-01-08485031 two PathWatcher threads running after automatically restarting webappJan Bartel1-2/+4
2016-01-08485376 unit testGreg Wilkins1-0/+13
2016-01-07485063 After stopping JettyWebAppContext, it still contains reference to ↵Jan Bartel1-6/+42
old WebAppClassLoader via ServerContainer bean
2016-01-06484616 Outdated version of javaee_web_services_client_1_2.xsdJan Bartel1-1/+1
2016-01-06485064 HashSessionManager leaks ScheduledExecutorScheduler with reference to ↵Jan Bartel2-3/+26
un-deployed webapp
2016-01-05Updating to version 9.3.7-SNAPSHOTJoakim Erdfelt109-108/+110
2016-01-05Updating to version 9.3.7.RC0jetty-9.3.7.RC0Joakim Erdfelt109-109/+156
2016-01-05Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet3-35/+5
2016-01-05Fixed copyright blurbs.Simone Bordet3-35/+5
2016-01-05Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.Simone Bordet2-17/+72
2016-01-05484621 - Client hangs till timeout when Authentication.authenticate() throws ↵Simone Bordet2-17/+72
exception. Fixed by surrounding the call to Authentication.authenticate() with a try/catch and acting appropriately in case of exceptions.
2016-01-04Happy New Year 2016Joakim Erdfelt2507-2507/+2507
2016-01-04Happy New Year 2016Joakim Erdfelt2392-2392/+2392
2016-01-04Removed caching of debug log level.Simone Bordet1-15/+14
It is useful to be able to change the log level via JMX for debugging purposes.
2015-12-28484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet3-9/+52
Added flow control stall times and improved dump().
2015-12-24484878 - Make BufferingFlowControlStrategy.bufferRatio configurable via JMX.Simone Bordet1-3/+10
Made the property writable.
2015-12-24Introduced factory methods for HTTP2Client and HttpClient.Simone Bordet1-3/+14
2015-12-24Improved logging.Simone Bordet1-2/+2
2015-12-24484876 - Make simpler to customize the FlowControlStrategy.Simone Bordet6-37/+51
Introduced FlowControlStrategy.Factory along with getters and setters in relevant classes.
2015-12-24484801 Avoid non-cached memory mapped filesGreg Wilkins1-18/+22
2015-12-23484657 - Support HSTS rfc6797Greg Wilkins2-1/+9
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet1-0/+17
Exposed number of session stalls.
2015-12-23484861 - Improve FlowControlStrategy stall handling.Simone Bordet4-15/+330
Changed the way on[Session|Stream]Stalled() is notified. Instead that from within the HTTP2Flusher, those methods are now called from onDataSending(), invoking them only once per stall.
2015-12-23Avoid allocating the ALPNClientConnectionFactory if there is noSimone Bordet1-1/+3
SslContextFactory.
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet3-2/+91
Initial work to expose already existing attributes on the client.
2015-12-23484818 - Expose interesting HTTP/2 attributes and operations via JMX.Simone Bordet7-39/+128
Initial work to expose already existing attributes on the server.
2015-12-23484657 - Support HSTS rfc6797Greg Wilkins3-6/+124
2015-12-23458745 Async ISE in async EchoGreg Wilkins3-6/+24
The HttpOutput class was throwing an ISE if it was dispatched when PENDING or UNREADY. However this can occur when it has been dispatched, but a prior call to onDataAvailable() does output after calling isReady(). The HttpOutput now does not enforce that part of the state machine and defers to the application correctly calling isReady()
2015-12-23Fix duplicate declaration of felix plugin execution for jetty-runnerJan Bartel1-2/+0
2015-12-23484822 Jetty ThreadMonitor memory leakJan Bartel1-0/+18
2015-12-21484585 - Avoid sending request using a connection that is idle timing out.Simone Bordet7-36/+23
Rewritten handling of idle timeouts in light of issue #484718.
2015-12-21484718 - Review idle timeout handling.Simone Bordet4-15/+50
Introduced Connection.onIdleExpired().
2015-12-21Updated javadocs and added missing removeListener() method.Simone Bordet2-12/+33
2015-12-19Javadoc fixesJoakim Erdfelt1-1/+1
2015-12-18javadoc fixesJoakim Erdfelt2-2/+1
2015-12-18Javadoc updatesJoakim Erdfelt3-5/+16
Conflicts: jetty-util/src/main/java/org/eclipse/jetty/util/Loader.java jetty-util/src/main/java/org/eclipse/jetty/util/Promise.java
2015-12-18484585 - Avoid sending request using a connection that is idle timing out.Simone Bordet19-103/+506
Added guard to avoid that the idle timeout expires just before sending the request. Reworked the way idle timeouts are handled, to support the case where the idle timeout just expired and the request can be tried on a different connection/channel.
2015-12-18484683 - FastCGI request idle timeout is handled incorrectly.Simone Bordet1-1/+21
Added required calls to notIdle() in request/response events, and fixed the semantic of isOpen().
2015-12-18Added factory method to create the HttpChannel.Simone Bordet2-2/+22
2015-12-18484624 Disable CachingWebAppClassLoaderGreg Wilkins1-1/+3

Back to the top