Joakim Erdfelt
30888e134b
Set what you test
2015-11-02 13:28:45 -07:00
Simone Bordet
36fdf9b788
Merged branch 'jetty-9.3.x' into 'master'.
2015-11-02 18:23:38 +01:00
Simone Bordet
b102bd507a
419966 - Add ContentProvider that submits multipart/form-data.
...
Second implementation after feedback from the community.
2015-11-02 18:17:51 +01:00
Simone Bordet
5062756135
Merged branch 'jetty-9.3.x' into 'master'.
2015-11-02 12:17:00 +01:00
Simone Bordet
58027a3421
481225 - Secondary resources with query parameters are not properly pushed.
...
Fixed by making PushCacheFilter remember the query parameters for
secondary resources, so that the PUSH_PROMISE frame can be correctly
generated with the query parameters.
2015-11-02 11:37:17 +01:00
Jan Bartel
b3b48924d5
Update build profile for jdk1.8.0.66
2015-11-02 12:42:22 +11:00
Jan Bartel
ac416d21e8
481203 Add ability to set configurations to apply to WebAppContext for jetty-maven-plugin
2015-11-02 12:36:39 +11:00
Jan Bartel
a022c77dab
481203 Add ability to set configurations to apply to WebAppContext for jetty-maven-plugin
2015-11-02 12:35:02 +11:00
Simone Bordet
303f98e38c
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-30 16:21:44 +01:00
Simone Bordet
73f4c590d5
479378 - Incorrect REQUEST_URI.
...
Introduced parameter "originalURIAttribute" to retrieve the original
URI. The RewriteHandler has the ability to save the original URI in
a request attribute, so we just need to be able to retrieve it in the
FastCGIProxyServlet to set the correct REQUEST_URI.
2015-10-30 16:21:09 +01:00
Simone Bordet
0bd1e0ad7d
481116 - Introduce connection pooling also for HTTP/2 transport.
...
Implemented connection pooling for multiplexed transports.
Reworked the ConnectionPool code and its relationship with
HttpDestination.
2015-10-30 15:33:12 +01:00
Simone Bordet
0b95a9e23e
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-30 11:18:16 +01:00
Simone Bordet
45cd1f1ce6
Improved thread safety.
2015-10-30 11:17:28 +01:00
Greg Wilkins
fa53b11850
fixed reset of DispatcherType
2015-10-30 10:35:37 +11:00
Simone Bordet
915a905df4
Refactored checks for secure schemes.
2015-10-29 19:27:33 +01:00
Simone Bordet
6b0e1d48c5
Fixed onUpgradeFrom(): buffer must be copied.
2015-10-29 19:26:56 +01:00
Simone Bordet
7200b2df0e
479678 - Support HTTP/1.1 Upgrade in HttpClient.
...
Removed leftover code.
2015-10-29 18:36:00 +01:00
Simone Bordet
9620598f99
Specified thread pool names for better debugging.
2015-10-29 18:34:59 +01:00
Greg Wilkins
de7ac72cf4
Proxy TLS version
2015-10-29 19:32:38 +11:00
Greg Wilkins
9fe7332413
Implemented v2 of the ProxyConnection protocol
2015-10-29 16:45:50 +11:00
Greg Wilkins
ab7b1b7f10
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-10-28 17:33:59 +11:00
Greg Wilkins
5093aa3d40
Updated PushBuilder to draft for servlet 4.0
2015-10-28 17:33:38 +11:00
Greg Wilkins
36de309e9f
480162 - Continuations behavior differences due to HttpURI behavior
...
Cleaned up handling of original URI
2015-10-28 17:33:05 +11:00
Jan Bartel
b74a89bcb9
479865 IllegalStateException: Multiple servlets map to path: *.jsp: jsp,jsp
2015-10-28 16:53:26 +11:00
Jan Bartel
93da91743a
479865 IllegalStateException: Multiple servlets map to path: *.jsp: jsp,jsp
2015-10-28 16:52:45 +11:00
Greg Wilkins
4ffe0d375e
480162 - Continuations behavior differences due to HttpURI behavior
...
Only set scheme in SecureRequestCustomizer if not already set
2015-10-28 16:04:34 +11:00
Jan Bartel
8b27484ea2
Update build profile for jdk1.8.0.66
2015-10-28 13:50:34 +11:00
Simone Bordet
3789c73ba3
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-27 15:33:21 +01:00
Simone Bordet
4134b1eca8
419966 - Add ContentProvider that submits multipart/form-data.
...
Implemented this functionality.
2015-10-27 15:32:26 +01:00
Simone Bordet
487d0f2d5c
480764 - Error parsing empty multipart.
...
Fixed by checking the presence of the last boundary as the first line.
2015-10-27 15:29:56 +01:00
Simone Bordet
0979125295
Improved logging of FastCGI variables sent to the server.
2015-10-26 17:59:07 +01:00
Simone Bordet
d67cfaa910
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-26 12:35:05 +01:00
Simone Bordet
1ab64ed080
Fixed test.
...
Made sure that read interest or upgrade only happen after the write
has completed.
2015-10-26 12:34:17 +01:00
Simone Bordet
8d51a25418
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-26 11:02:09 +01:00
Simone Bordet
08c59628c9
Added FastCGI transport to HttpClientTransport tests.
2015-10-26 11:01:09 +01:00
Greg Wilkins
39768f841a
Merge remote-tracking branch 'origin/jetty-9.3.x'
2015-10-26 13:04:10 +11:00
Greg Wilkins
9a66395f0c
Fixed demobase example xml
2015-10-26 09:45:28 +11:00
Greg Wilkins
c0e6e66b49
Added CachingWebAppClassLoader
2015-10-26 09:10:55 +11:00
Joakim Erdfelt
4e9b3a2066
Add test timeouts
...
+ Prevent jetty-proxy from crashing the entire build due
to bugs in the implementation
2015-10-23 15:03:18 -07:00
Joakim Erdfelt
87cc795e88
Bumping up surefire plugin version
...
+ This should address the CI build JVM hang bug if we have a
bad/failing testcase (like the recent jetty-proxy issues)
+ See bug https://issues.apache.org/jira/browse/SUREFIRE-524
2015-10-23 11:31:06 -07:00
Simone Bordet
c39bfa2e4a
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-22 20:52:22 +02:00
Simone Bordet
5cf6629385
480452 - Large downloads via FastCGI proxy keep HttpClient connections active.
...
Fixed by returning false from ResponseContentParser.ResponseParser
.messageComplete(), so that the FastCGI parsing can continue and
parse the END_REQUEST frame.
2015-10-22 20:49:48 +02:00
Simone Bordet
e5e3b05817
Javadocs.
2015-10-22 20:49:48 +02:00
Simone Bordet
53df0cba3f
Avoid to dump the destinations twice.
2015-10-22 20:49:48 +02:00
Greg Wilkins
746c556c94
Added ASYNC to default DispatcherTypes in rewriteHandler
2015-10-22 23:34:47 +11:00
Jan Bartel
a320665a0b
479832 Update comment in gcloud-sessions.xml file
2015-10-22 12:59:50 +11:00
Simone Bordet
fe62dd7c42
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-21 18:50:19 +02:00
Simone Bordet
03b994a32c
Fixed HttpDestination lifecycle.
2015-10-21 17:10:26 +02:00
Simone Bordet
3cc386bef9
Merged branch 'jetty-9.3.x' into 'master'.
2015-10-21 14:33:26 +02:00
Simone Bordet
3fc6320881
Using EndPoint.upgrade() in client code when connections are upgraded
...
and removed ClientConnectionFactory.Helper.
2015-10-21 14:32:37 +02:00