3921 Commits

Author SHA1 Message Date
Jesse McConnell
bcd2d66907 Updating VERSION.txt top section 2012-07-13 09:07:50 -05:00
Jesse McConnell
108133bfe9 Merge branch 'master' into release 2012-07-13 09:06:07 -05:00
Joakim Erdfelt
c7825731a7 Making DNS Hijacking more evident 2012-07-13 06:46:01 -07:00
Simone Bordet
c50e547152 384980 - Jetty client unable to recover from Time outs when connection count per address hits max.
Test that shows that upon initial investigation, HttpClient works well, contrary to what reported in the bug.
2012-07-13 14:17:44 +02:00
Thomas Becker
198f713f7d spdy: spdy-proxy refactoring to allow multiple ProxyEngine implementations for different protocols. Header name fix to lowercase header names before creating the bytes to sent over the wire. 2012-07-13 11:53:56 +02:00
Greg Wilkins
b442fef60b fixed syntax error in config file 2012-07-13 06:14:21 +10:00
Simone Bordet
067fa669c4 384847 - CrossOriginFilter is not working.
Added parameter "forwardPreflight" defaulting to true, to configure
whether preflight requests should be forwarded to the application or not.
2012-07-12 19:27:48 +02:00
Simone Bordet
1843324bab Added support for X-Forwarded-For header. 2012-07-12 17:45:00 +02:00
Simone Bordet
a7dab4bd2d Fixed spin loop caused by interaction of HttpGenerator._bypass and HttpGenerator.isBufferFull().
In HttpOutput.write(), an infinite spin loop was triggered when a previous write() set _bypass to true,
but _bypass was not reset after the write was complete. An additional write would have caused
a call to isBufferFull(), implemented in terms of _bypass, which would have returned true erroneously,
and this would have caused the infinite spin loop.
Now we properly reset _bypass when we fully write a data frame, so that isBufferFull() can properly
return false and allow for further writes.
2012-07-12 17:16:57 +02:00
Simone Bordet
0ad04eca6e Fixed test that was broken by changes to the pushed URI header in spdy/2. 2012-07-12 15:13:47 +02:00
Jesse McConnell
319d4bc66c quick pass through to clean up missing or incorrect license blocks 2012-07-11 12:41:34 -05:00
Jesse McConnell
aa941f5711 quick pass through to clean up missing or incorrect license blocks 2012-07-11 12:29:46 -05:00
Jesse McConnell
5aeca2a138 added missing headers for io classes 2012-07-10 17:28:53 -05:00
Jesse McConnell
5e723bc9db [Bug 376717] Balancer Servlet with round robin support, contribution, added missing license 2012-07-10 17:28:39 -05:00
Thomas SEGISMONT
13e010ddeb Add balancer servlet
Balancer Servlet tests

ProxyPassReverse first draft

ProxyPassReverse fix
2012-07-10 16:49:34 -05:00
Simone Bordet
6348a96071 Added test to show how to connect to an external server with the SPDY client. 2012-07-10 16:16:41 +02:00
Simone Bordet
9253bb791e Added capability of customizing request and response headers by overriding a method, and added Via header also on responses. 2012-07-09 16:00:44 +02:00
Thomas Becker
e3b6344641 spdy: proxy fix to keep scheme on forwarded requests 2012-07-09 14:09:47 +02:00
Simone Bordet
4738584ccd Improved proxy logging. 2012-07-09 13:21:32 +02:00
Thomas Becker
77c673c89b spdy: push referrer call period starts when first resource is added. Before it started when main resource was created 2012-07-06 17:33:52 +02:00
Simone Bordet
652fcc3552 Merge "spdy: move x-spdy-push header to internal request. fix StandardStream.toString()" 2012-07-06 09:54:57 -04:00
Simone Bordet
dd7eb898c9 Merge "spdy: different push strategies per connection factory" 2012-07-06 09:53:28 -04:00
Thomas Becker
ac7c3c8f0d spdy: move x-spdy-push header to internal request. fix StandardStream.toString() 2012-07-06 15:46:31 +02:00
Thomas Becker
e7a52df43d spdy: different push strategies per connection factory 2012-07-06 15:23:06 +02:00
Simone Bordet
f4ebc89ee3 Merge "spdy: add StandardSession and StandardStream toString() improvements" 2012-07-06 06:52:27 -04:00
Thomas Becker
17b585d2ce spdy: isIfModifiedSinceHeaderPresent should have been removed, but slipped through a conflict merge. remove that method. 2012-07-05 17:47:50 +02:00
Simone Bordet
723f53ec64 Merge "spdy: ReferrerPushStrategy configurable by SPDY version and add referrer push period" 2012-07-05 09:52:10 -04:00
Greg Wilkins
88d92f584b 384254 revert change to writable when not dispatched 2012-07-05 12:38:42 +02:00
Thomas Becker
1ff0b18b94 spdy: ReferrerPushStrategy configurable by SPDY version and add referrer push period 2012-07-04 19:28:08 +02:00
Simone Bordet
5e619ce525 Merge "spdy: push strategy move if-modified-since check from connection to ReferrerPushStrategy" 2012-07-04 11:38:19 -04:00
Thomas Becker
091fd73c3e spdy: add StandardSession and StandardStream toString() improvements 2012-07-04 15:43:09 +02:00
Greg Wilkins
d9711b7697 383251 500 for SocketExceptions 2012-07-04 15:29:39 +02:00
Greg Wilkins
afa0d08f25 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-07-04 10:51:34 +02:00
Greg Wilkins
db8d5089e8 383881 WebSocketHandler sets request as handled 2012-07-04 10:50:47 +02:00
Jan Bartel
d85075ec03 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-07-03 16:23:23 +02:00
Jan Bartel
016939e788 JETTY-1525 Show handle status in response debug message 2012-07-03 16:21:14 +02:00
Greg Wilkins
a519ecc1fb improved SPDY dump 2012-07-03 15:31:56 +02:00
Jesse McConnell
b243d7e419 [JETTY-1530] refine search control on ldap login module 2012-07-02 07:58:12 -05:00
Joakim Erdfelt
b9fd07be77 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-06-22 06:30:28 -07:00
Joakim Erdfelt
ce4e47c915 Making problematic testcase actually report a useful message on failure 2012-06-22 06:28:49 -07:00
Jesse McConnell
2c384bb78d [Bug 383251] socket timeout exception returns 504, ioexception returns 500 in connector handler 2012-06-21 12:14:23 -05:00
Jesse McConnell
42843730ac Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-06-21 11:43:42 -05:00
Jesse McConnell
9ddd3e5e04 [Bug 383251] socket timeout exception returns 504, ioexception returns 500 in connector handler 2012-06-21 11:43:30 -05:00
Jesse McConnell
7235751873 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-06-21 10:53:36 -05:00
Jesse McConnell
82a02c578c [Bug 383251] resolve npe and return 500 when remote server is unaccessible 2012-06-21 10:52:40 -05:00
Jesse McConnell
9b2d7bb9bf [Bug 383251] resolve npe and return 500 when remote server is unaccessible 2012-06-21 10:50:06 -05:00
Joakim Erdfelt
d40dc43e36 Minor update to README.txt to test updated master 2012-06-21 08:24:09 -07:00
Jesse McConnell
db26c7cbf3 noop 2012-06-21 10:12:32 -05:00
Thomas Becker
f09eaee521 spdy: push strategy move if-modified-since check from connection to ReferrerPushStrategy 2012-06-18 18:17:25 +02:00
Jesse McConnell
a4fb0201f6 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-06-14 15:46:01 -05:00