Greg Wilkins
7afede170e
less info logging
2015-05-01 16:46:52 +10:00
Jan Bartel
aaf7a56a27
466005 Throw exception if rename during Part.write(filename) fails
2015-05-01 16:39:22 +10:00
Jan Bartel
be3b9497a6
464630 Cannot configure Configuration classlist in osgi
2015-05-01 16:01:27 +10:00
Greg Wilkins
2271464406
430951 Support SNI with ExtendedSslContextFactory
...
Made modules do automatic selection of Extended SSL Context if running java 8
2015-05-01 15:50:06 +10:00
Joakim Erdfelt
194b1d349a
Fixing build on OSX
2015-04-30 19:15:17 -07:00
Joakim Erdfelt
2fce87ee2f
Fixing test path assumptions on OSX
2015-04-30 17:20:01 -07:00
Joakim Erdfelt
0a16705947
Ignoring testcase that behaves differently enough on OSX and Windows that its hard to have a standard set of tests
2015-04-30 15:54:35 -07:00
Joakim Erdfelt
2a86d49ab4
465867 - Implement --skip-file-validation=<module>
...
+ Adding --skip-file-validation=<module> support
2015-04-30 12:08:45 -07:00
Joakim Erdfelt
0443ef7b93
Fixing bad javadoc
2015-04-30 11:02:37 -07:00
Joakim Erdfelt
a6b3302876
Fixing PathWatcher and Test
...
Using a trigger file (and event type) in test cases to know
when the watching & capture is truely finished (instead of
using sleep waits)
2015-04-30 11:01:22 -07:00
Simone Bordet
c04896c9cb
465857 - Support HTTP/2 clear-text server-side upgrade.
...
Added earlier check about the connection being upgraded to avoid
doing more work in the now obsolete connection.
2015-04-30 09:33:24 +02:00
Greg Wilkins
fb958833de
464419 Removed xinetd support
2015-04-30 16:44:23 +10:00
Greg Wilkins
a593d8eef6
Merge remote-tracking branch 'origin/jetty-9.2.x'
2015-04-30 13:52:31 +10:00
Greg Wilkins
b5818034eb
465734 DosFilter whitelist bit pattern fix
...
removed conflicting setter
2015-04-30 13:51:27 +10:00
Greg Wilkins
8b39e7ffb8
464629 JDK8 Socket customization
...
Added the SocketCustomizationListener class which may be added as a bean to either a Connector or a ConnectionFactory
so that customizations may be made per connector by connection type or even per connection factory.
SSL is unwrapped.
2015-04-30 11:46:10 +10:00
Joakim Erdfelt
37738d15e5
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
...
Conflicts:
jetty-util/src/test/java/org/eclipse/jetty/util/PathWatcherTest.java
2015-04-29 18:12:04 -07:00
joakim
cbc263da92
465854 - Provide java.nio.file.WatchService alternative for Scanner
...
+ Fix "glob:" PathMatcher behavior to work consistently
even on Windows.
2015-04-29 18:08:30 -07:00
Greg Wilkins
d5e868b645
less verbose unit tests
2015-04-30 10:58:01 +10:00
Jan Bartel
e30c05cc2b
Merge remote-tracking branch 'origin/jetty-9.2.x'
...
Conflicts:
tests/test-integration/src/test/java/org/eclipse/jetty/test/support/TestableJettyServer.java
tests/test-integration/src/test/resources/BIOHttp.xml
tests/test-integration/src/test/resources/BIOHttps.xml
tests/test-integration/src/test/resources/NIOHttp.xml
tests/test-integration/src/test/resources/NIOHttps.xml
2015-04-30 10:44:44 +10:00
Jan Bartel
25474ff7ab
465700 NullPointerException in ResourceHandler with welcome files
2015-04-30 09:06:01 +10:00
Greg Wilkins
15eb1081e9
test commit
2015-04-30 08:57:34 +10:00
Joakim Erdfelt
4b28a5f7fb
Disabling PathWatcherTest temporarily
2015-04-29 14:10:57 -07:00
Simone Bordet
a6cc4ff2f5
465857 - Support HTTP/2 clear-text server-side upgrade.
...
Fixed and test both types of upgrade, from HTTP/1.1 via its
upgrade mechanism, and direct HTTP/2.
2015-04-29 22:27:50 +02:00
Simone Bordet
aaaf65bf3c
Code and Javadoc cleanups.
2015-04-29 22:27:50 +02:00
Simone Bordet
09be0702f4
Improved error reporting in case of ReadPendingException.
2015-04-29 22:27:50 +02:00
Joakim Erdfelt
fee2255a5f
465854 - Provide java.nio.file.WatchService alternative for jetty-util Scanner
...
+ Adding Proof of Concept for replacment, along with demo main, and test
cases to show how it works.
2015-04-29 12:33:10 -07:00
Jan Bartel
d7de34af76
465202 Forked Mojo does not extract war overlays/dependencies
2015-04-29 18:01:41 +10:00
Simone Bordet
df63400dbe
Introduced overridable configure(SocketChannel) method.
...
This allows subclasses to configure the socket with rarely used
options such as the traffic class and or SocketOptions.
2015-04-29 09:46:26 +02:00
Simone Bordet
8bfb50176b
Fixed XML syntax to create SecureRequestCustomizer.
2015-04-29 09:23:09 +02:00
Simone Bordet
49168077ce
Restored default ports for http and tls to 8080 and 8443 respectively.
2015-04-29 09:16:43 +02:00
Greg Wilkins
2c65b66f9c
465734 DosFilter whitelist bit pattern fix
2015-04-29 15:18:48 +10:00
Greg Wilkins
0dc394869b
465754 Unchecked PrintWriter errors
...
Removed the old unused UncheckedPrintWriter
Added similar bahaviour to the ResponseWriter class
2015-04-29 14:34:24 +10:00
Greg Wilkins
d5c95a1302
465747 - Jetty is failing to process all HTTP OPTIONS requests.
...
The Server handleOptions method was handling all OPTIONS * requests with a blank 200 response.
This has been fixed so that this method only checks that * URI is only applied to OPTIONS method.
2015-04-29 14:01:20 +10:00
Jan Bartel
6c97a0dad0
460297 Use webapp classloader for infinispan deserialization
2015-04-29 09:48:21 +10:00
Greg Wilkins
23216076a9
renamed EatWhatYouKill to ExecuteProduceConsume
2015-04-29 08:44:21 +10:00
Joakim Erdfelt
8b41de3cb5
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-04-28 15:28:49 -07:00
Joakim Erdfelt
9ac9e2da0a
Removing /dists/ (leaving dist building to linux distro folks)
2015-04-28 12:35:02 -07:00
Joakim Erdfelt
084a307ea1
socket.reuse-address on windows doesn't work from ServerConnector
2015-04-28 08:32:20 -07:00
Joakim Erdfelt
c17f1982be
Making updates to FileResource and PathResource for Windows 8.1
2015-04-28 08:28:09 -07:00
Joakim Erdfelt
8e38c52431
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-04-27 09:03:58 -07:00
Simone Bordet
71efdf0f89
465606 - IteratingCallback.close() does not fail pending callback.
...
Fixed by failing the IteratingCallback when in state PROCESSING.
2015-04-27 17:23:04 +02:00
Simone Bordet
aa8ea82b28
Cleanup.
2015-04-27 17:21:57 +02:00
Joakim Erdfelt
6b5e45d089
Fixing test on Scanner to use real test directory, not aliased one.
2015-04-24 15:54:43 -07:00
Joakim Erdfelt
cf9bd7e663
Removing OSX specific assume
2015-04-24 15:11:33 -07:00
Joakim Erdfelt
c4eb2da79c
Fixing FileSystem reference techniques for OSX testing on Java 8
2015-04-24 14:44:31 -07:00
Simone Bordet
2de8eb936d
464708 - Support HttpConfiguration.delayDispatchUntilContent in HTTP/2.
2015-04-24 12:36:53 +02:00
Simone Bordet
3d5164b651
Hiding exception stack printed by a successful test.
2015-04-24 12:26:36 +02:00
Jan Bartel
2912f222ba
464837 Large META-INF/resources/ jars can significantly impact startup speed
2015-04-24 17:41:43 +10:00
Jan Bartel
6ebfd88323
465360 URLResource.addPath should use _useCaches setting to create new Resource
2015-04-24 14:51:29 +10:00
Jan Bartel
ff8eeae982
465359 Resource.newResource(String res, boolean useCache) does not use useCache argument
2015-04-24 14:29:56 +10:00