Greg Wilkins
|
b618ce59e3
|
392304 fixed intermittent client SSL failure. Correctly compact in flip2fill
|
2012-10-18 19:55:57 +11:00 |
Greg Wilkins
|
9e2b75314e
|
jetty-9 syntax sugar
|
2012-10-18 08:19:13 +11:00 |
Thomas Becker
|
dd651b0d9f
|
Expose more stuff via jmx like threadpool details, connector details, etc.
Enhance start.ini documentation for spdy.
|
2012-10-17 13:37:34 +02:00 |
Greg Wilkins
|
9d62229dec
|
Merge remote-tracking branch 'origin/jetty-8' into jetty-9
Conflicts:
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/ClientCertAuthenticator.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/DeferredAuthentication.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/FormAuthenticator.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/LoginAuthenticator.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SessionAuthentication.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/SpnegoAuthenticator.java
jetty-server/src/main/java/org/eclipse/jetty/server/Request.java
|
2012-10-15 12:15:44 +11:00 |
Greg Wilkins
|
fac580c374
|
Merge remote-tracking branch 'origin/jetty-8' into jetty-9
Conflicts:
VERSION.txt
example-async-rest/async-rest-jar/pom.xml
example-async-rest/async-rest-webapp/pom.xml
example-async-rest/pom.xml
example-jetty-embedded/pom.xml
jetty-aggregate/jetty-all-server/pom.xml
jetty-aggregate/jetty-all/pom.xml
jetty-aggregate/jetty-client/pom.xml
jetty-aggregate/jetty-server/pom.xml
jetty-aggregate/jetty-servlet/pom.xml
jetty-aggregate/jetty-webapp/pom.xml
jetty-aggregate/jetty-websocket/pom.xml
jetty-aggregate/pom.xml
jetty-ajp/src/main/java/org/eclipse/jetty/ajp/Ajp13Generator.java
jetty-annotations/pom.xml
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AbstractDiscoverableAnnotationHandler.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationConfiguration.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationParser.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/ServletContainerInitializerListener.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/ServletSecurityAnnotationHandler.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/WebServletAnnotation.java
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/WebServletAnnotationHandler.java
jetty-client/pom.xml
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http-spi/pom.xml
jetty-http/pom.xml
jetty-http/src/main/java/org/eclipse/jetty/http/Generator.java
jetty-http/src/main/java/org/eclipse/jetty/http/HttpFields.java
jetty-http/src/main/java/org/eclipse/jetty/http/HttpGenerator.java
jetty-http/src/main/java/org/eclipse/jetty/http/HttpURI.java
jetty-http/src/main/java/org/eclipse/jetty/http/MimeTypes.java
jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java
jetty-io/pom.xml
jetty-io/src/main/java/org/eclipse/jetty/io/AbstractBuffer.java
jetty-io/src/main/java/org/eclipse/jetty/io/Buffer.java
jetty-io/src/main/java/org/eclipse/jetty/io/BufferUtil.java
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jndi/src/main/java/org/eclipse/jetty/jndi/ContextFactory.java
jetty-jndi/src/test/java/org/eclipse/jetty/jndi/java/TestJNDI.java
jetty-jsp/pom.xml
jetty-monitor/pom.xml
jetty-nested/pom.xml
jetty-nosql/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-boot/src/main/java/org/eclipse/jetty/osgi/boot/OSGiDeployer.java
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi-context/pom.xml
jetty-osgi/test-jetty-osgi-webapp/pom.xml
jetty-osgi/test-jetty-osgi/pom.xml
jetty-overlay-deployer/pom.xml
jetty-plus/pom.xml
jetty-policy/pom.xml
jetty-rewrite/pom.xml
jetty-runner/pom.xml
jetty-security/pom.xml
jetty-security/src/main/java/org/eclipse/jetty/security/ConstraintSecurityHandler.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/FormAuthenticator.java
jetty-security/src/main/java/org/eclipse/jetty/security/authentication/LoginAuthenticator.java
jetty-security/src/test/java/org/eclipse/jetty/security/ConstraintTest.java
jetty-server/pom.xml
jetty-server/src/main/java/org/eclipse/jetty/server/AbstractHttpConnection.java
jetty-server/src/main/java/org/eclipse/jetty/server/AsyncHttpConnection.java
jetty-server/src/main/java/org/eclipse/jetty/server/HttpInput.java
jetty-server/src/main/java/org/eclipse/jetty/server/HttpOutput.java
jetty-server/src/main/java/org/eclipse/jetty/server/Request.java
jetty-server/src/main/java/org/eclipse/jetty/server/Response.java
jetty-server/src/main/java/org/eclipse/jetty/server/bio/SocketConnector.java
jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java
jetty-server/src/test/java/org/eclipse/jetty/server/HttpServerTestBase.java
jetty-server/src/test/java/org/eclipse/jetty/server/HttpURITest.java
jetty-server/src/test/java/org/eclipse/jetty/server/ResponseTest.java
jetty-server/src/test/java/org/eclipse/jetty/server/ssl/SelectChannelServerSslTest.java
jetty-server/src/test/java/org/eclipse/jetty/server/ssl/SslSocketServerTest.java
jetty-server/src/test/resources/jetty-logging.properties
jetty-servlet/pom.xml
jetty-servlet/src/main/java/org/eclipse/jetty/servlet/DefaultServlet.java
jetty-servlet/src/main/java/org/eclipse/jetty/servlet/ServletContextHandler.java
jetty-servlet/src/main/java/org/eclipse/jetty/servlet/ServletHolder.java
jetty-servlet/src/test/java/org/eclipse/jetty/servlet/DispatcherTest.java
jetty-servlets/pom.xml
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/GzipFilter.java
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/MultiPartFilter.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/gzip/GzipTester.java
jetty-spdy/pom.xml
jetty-spdy/spdy-client/pom.xml
jetty-spdy/spdy-core/pom.xml
jetty-spdy/spdy-example-webapp/pom.xml
jetty-spdy/spdy-http-server/pom.xml
jetty-spdy/spdy-jetty-http/src/main/java/org/eclipse/jetty/spdy/http/ServerHTTPSPDYAsyncConnection.java
jetty-start/pom.xml
jetty-start/src/test/java/org/eclipse/jetty/start/CommandLineBuilderTest.java
jetty-start/src/test/java/org/eclipse/jetty/start/MainTest.java
jetty-util-ajax/pom.xml
jetty-util/pom.xml
jetty-util/src/main/java/org/eclipse/jetty/util/MultiPartInputStream.java
jetty-util/src/main/java/org/eclipse/jetty/util/log/StdErrLog.java
jetty-util/src/test/java/org/eclipse/jetty/util/MultiPartInputStreamTest.java
jetty-webapp/pom.xml
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/StandardDescriptorProcessor.java
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/WebAppContext.java
jetty-websocket/pom.xml
jetty-websocket/src/test/java/org/eclipse/jetty/websocket/WebSocketServletRFCTest.java
jetty-websocket/src/test/java/org/eclipse/jetty/websocket/helper/MessageSender.java
jetty-websocket/websocket-server/src/test/java/org/eclipse/jetty/websocket/server/UnitGenerator.java
jetty-xml/pom.xml
pom.xml
test-continuation/pom.xml
test-jetty-nested/pom.xml
test-jetty-servlet/pom.xml
test-jetty-webapp/pom.xml
test-jetty-webapp/src/main/webapp/WEB-INF/web.xml
tests/pom.xml
tests/test-integration/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-mongodb-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
|
2012-10-12 21:19:21 +11:00 |
Jan Bartel
|
785e06d347
|
390108 Servlet 3.0 API for programmatic login doesn't appear to work
|
2012-10-12 19:00:28 +11:00 |
Jan Bartel
|
7625f0b8b3
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2012-10-11 16:34:16 +11:00 |
Greg Wilkins
|
8c3fa91b26
|
jetty-9 reverted to more start.ini rather than start.d usage as we will not be using plugins. More configuration documentation added
|
2012-10-11 16:15:57 +11:00 |
Joakim Erdfelt
|
f2595a7ec3
|
Bumping up to jetty-test-helper 2.0 with new @Rule TestTracker & AdvancedRunner status messages.
|
2012-10-10 09:10:51 -07:00 |
Jesse McConnell
|
f26b792782
|
[Bug 391483] fix bad javadoc example in shutdown handler
|
2012-10-09 15:23:01 -05:00 |
Greg Wilkins
|
b1c50180b9
|
jetty-9 some better names
|
2012-10-09 09:09:04 +11:00 |
Simone Bordet
|
2748a9381e
|
jetty-9: Added support for connect timeout.
|
2012-10-08 11:05:26 +02:00 |
Greg Wilkins
|
f4d12412eb
|
jetty-9 added FilterConnectionFactory and made SpdyServer use it
|
2012-10-08 15:22:49 +11:00 |
Jan Bartel
|
31807b7892
|
391188 Files written with Request.getPart().write(filename) should not be auto-deleted
|
2012-10-08 11:09:41 +11:00 |
Jan Bartel
|
36a2ed10be
|
391080 Multipart temp files can be left on disk from Request.getPart and getParts
|
2012-10-04 18:31:09 +10:00 |
Jan Bartel
|
25cdef966c
|
391080 Multipart temp files can be left on disk with MultiPartFilter
|
2012-10-04 15:24:23 +10:00 |
Greg Wilkins
|
b18a5b05dc
|
jetty-9 fixed double onFillable after 101 upgrade
|
2012-10-03 10:12:08 -07:00 |
Greg Wilkins
|
e1b7b4f101
|
jetty-9 fixed broken websocket from prir optimisations of HTTP dispatch
|
2012-10-02 18:01:23 -07:00 |
Greg Wilkins
|
6cc0734a1a
|
jetty-9 miscillaneous optimizations: donot dispatch to HTTP and SPDY; improved executorCallback
|
2012-10-02 13:48:51 -07:00 |
Hugues Malphettes
|
1cfa277c6c
|
jetty-9 osgi support
|
2012-09-24 13:04:57 +08:00 |
Greg Wilkins
|
96dc4fe150
|
jetty-9 improved exception logging
|
2012-09-24 13:10:36 +10:00 |
Simone Bordet
|
9e7fcf4fee
|
jetty-9: Fixed SslBytesServerTest, and added factory methods to relevant classes.
|
2012-09-21 16:47:01 +02:00 |
Simone Bordet
|
2e02f153ce
|
jetty-9: Cosmetics.
|
2012-09-21 15:10:40 +02:00 |
Simone Bordet
|
6a66d1dd7e
|
jetty-9: added license headers.
|
2012-09-21 11:44:30 +02:00 |
Greg Wilkins
|
950249932d
|
jetty-9 improved mbean names
|
2012-09-21 18:00:46 +10:00 |
Greg Wilkins
|
9ee8ef7423
|
jetty-9 more lifecycle fixes
|
2012-09-21 18:00:46 +10:00 |
Simone Bordet
|
f5af05f0cc
|
jetty-9: added license headers.
|
2012-09-21 09:19:42 +02:00 |
Greg Wilkins
|
879cdf4b82
|
jetty-9 further lifecycle improvements
|
2012-09-21 16:17:00 +10:00 |
Greg Wilkins
|
68ee346b8a
|
jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycle
|
2012-09-21 11:45:51 +10:00 |
Simone Bordet
|
a0de190367
|
Merge branch 'jetty-9' into jetty-9-open-close
|
2012-09-20 19:36:34 +02:00 |
Simone Bordet
|
be865fa191
|
jetty-9: reverted JUnit to 4.8.1; trying to upgrade it breaks the whole build.
|
2012-09-20 19:09:33 +02:00 |
Simone Bordet
|
37a7e5977d
|
Merged branch 'jetty-9' into jetty-9-open-close.
|
2012-09-20 18:46:16 +02:00 |
Simone Bordet
|
ebdab22a63
|
jetty-9 - Cleanup.
|
2012-09-20 18:44:12 +02:00 |
Simone Bordet
|
40382bad3a
|
jetty-9 - Removed references to JUnit 3.x.
|
2012-09-20 18:23:02 +02:00 |
Simone Bordet
|
df699cde27
|
jetty-9 - Cleanup and JDK7-ification.
|
2012-09-20 17:48:05 +02:00 |
Greg Wilkins
|
0d2627b6e9
|
jetty-9 improved onOpen onclose handling
|
2012-09-20 11:05:20 +10:00 |
Simone Bordet
|
851de69d9d
|
jetty-9 - Third take at open/close refactoring.
|
2012-09-19 18:04:15 +02:00 |
Simone Bordet
|
44b3bb067c
|
jetty-9 - Second take at open/close refactoring.
|
2012-09-19 13:37:47 +02:00 |
Simone Bordet
|
f257f4b2bb
|
jetty-9 - First take at open/close refactoring.
|
2012-09-19 13:37:47 +02:00 |
Simone Bordet
|
1f99d9dd64
|
jetty-9 - Cleaned up test that was still using JUnit 3.x.
|
2012-09-19 13:27:48 +02:00 |
Greg Wilkins
|
f1d5fd1f9d
|
jetty-9 rename ServerConnectorManager
|
2012-09-18 17:13:24 +10:00 |
Simone Bordet
|
bc35807525
|
jetty-9 - Fixed test.
|
2012-09-17 16:21:53 +02:00 |
Simone Bordet
|
89852e0bc8
|
jetty-9 - Removed dead code.
|
2012-09-17 16:21:32 +02:00 |
Greg Wilkins
|
fc49783275
|
jetty-9 improved test
|
2012-09-17 17:42:55 +10:00 |
Greg Wilkins
|
129583679a
|
jetty-9 javadoc improvements and renamed SelectChannelConnector to ServerConnector
|
2012-09-17 17:37:56 +10:00 |
Greg Wilkins
|
22ba57b8d2
|
jetty-9 refactored onOpen and onClose
|
2012-09-14 17:38:47 +10:00 |
Joakim Erdfelt
|
44b963e7b8
|
Fixing typo
|
2012-09-13 10:17:30 -07:00 |
Greg Wilkins
|
9940796a32
|
jetty-9 xml configurations
|
2012-09-13 14:43:03 +10:00 |
Jan Bartel
|
e1e321a243
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2012-09-13 14:10:01 +10:00 |
Jan Bartel
|
0035343af3
|
388675 Non utf8 encoded query strings not decoded to parameter map using queryEncoding
|
2012-09-13 13:35:27 +10:00 |