Commit Graph

3973 Commits

Author SHA1 Message Date
Simone Bordet ab40dee06f 367591 - Support Env variables in XmlConfiguration.
The 7.6 DTD was erroneously committed without the relevant change, which was committed to the 6.0 DTD.
2012-08-06 18:13:56 +02:00
Jan Bartel 7b61f5f04d JETTY-1501 Setting custom error response message changes page title 2012-08-03 19:22:58 +10:00
Jan Bartel 3f07564274 379423 Jetty URL Decoding fails for certain international characters 2012-08-03 17:20:58 +10:00
Greg Wilkins c998abc8bc JETTY-1527 handle requests with URIs like http://host (ie no / ) 2012-08-02 19:03:40 +10:00
Jan Bartel 4d889de159 347130 Empty getResourcePaths due to ZipFileClosedException 2012-07-31 18:31:53 +10:00
Greg Wilkins c7c4c6e13b 379207 backported fixes from jetty-9 to make hierarchy work 2012-07-27 15:45:12 +10:00
Jan Bartel 748f06cad7 JETTY-1529 Ensure new session that has just been authenticated does not get renewed 2012-07-27 15:31:34 +10:00
Thomas Becker 2de6fa5c35 Merge branch 'master' of ssh://git.eclipse.org:29418/jetty/org.eclipse.jetty.project 2012-07-26 13:10:32 +02:00
Thomas Becker 37e0b8ffe4 spdy: StandardSession format toString method 2012-07-26 13:10:08 +02:00
Jan Bartel 9164affe0c 386010 JspRuntimeContext rewraps System.err 2012-07-26 18:21:01 +10:00
Greg Wilkins 1d72a54635 better name missed the release! So support deprecated configuration 2012-07-26 17:42:29 +10:00
Greg Wilkins bb0a564f10 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-07-26 17:21:34 +10:00
Thomas Becker 688eec732f version.txt update 2012-07-25 20:20:17 +02:00
Thomas Becker b8a68b17ca 385925: make SslContextFactory.setProtocols and SslContextFactory.setCipherSuites preserve the order of the given parameters 2012-07-25 20:14:04 +02:00
hmalphettes 53105a689b Synthax to load an inner class via introspection need to use a dolloar 2012-07-25 16:03:18 +08:00
Jan Bartel 884aee31c0 385651 Message 'Address already in use' not specific enough 2012-07-23 15:29:39 +10:00
Greg Wilkins dc7ae977ae Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-07-23 14:45:15 +10:00
Jan Bartel 20ca9ad3ac Merge remote-tracking branch 'origin/master' into osgi_refactor
Remove a few System.err.printlns
2012-07-20 15:01:58 +10:00
Jan Bartel 60b90591aa Ignoring incomplete/incorrect test for now. 2012-07-20 11:12:59 +10:00
Jan Bartel ea1033dddc Remove reference to unused class ClearablePrintWriter 2012-07-19 20:33:52 +10:00
Jan Bartel 3c6a6fa8e0 383304 Reset PrintWriter on response recycle
Backout changes based on jdk1.6 method and replace by nulling out AbstractHttpConnection._writer object.
2012-07-19 20:14:41 +10:00
Jan Bartel 999f66b6a8 383304 PrintWriter error flag not recycled 2012-07-19 15:32:33 +10:00
Thomas Becker e274379a7f add cla-tbecker.txt 2012-07-17 21:37:33 +02:00
Jesse McConnell c8909d578c Merge branch 'release' 2012-07-17 10:38:58 -05:00
Jesse McConnell db2118df4a reset for dev 2012-07-17 10:38:35 -05:00
Jesse McConnell f755d014cd [maven-release-plugin] prepare for next development iteration 2012-07-16 13:23:59 -05:00
Jesse McConnell 04b7e807a0 [maven-release-plugin] prepare release jetty-7.6.5.v20120716 2012-07-16 13:23:53 -05:00
Jesse McConnell 5e8165e2db set for release 2012-07-16 12:58:15 -05:00
Jesse McConnell 69e0a83601 Merge branch 'master' into release 2012-07-16 12:56:08 -05:00
Jesse McConnell f59b2a0632 reset release 2012-07-16 12:54:36 -05:00
Thomas Becker e7658ba829 385136: set header prefix in IncludableGzipFilter to make sure that header is being set 2012-07-16 18:57:16 +02:00
Greg Wilkins cca2484389 384847 better name 2012-07-16 15:42:51 +10:00
Jan Bartel b62473b58f 384896 JDBCSessionManager fails to load existing sessions on oracle when contextPath is / 2012-07-16 14:10:53 +10:00
Jesse McConnell 9315ed8b73 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2012-07-13 12:24:50 -05:00
Jesse McConnell 8ac5a2c488 Merge branch 'release' 2012-07-13 12:24:38 -05:00
Jesse McConnell 9353ef6461 reset for dev 2012-07-13 12:24:20 -05:00
Thomas Becker 0fcb42e7bf spdy: add logging when ProxyEngineSelector resets a stream 2012-07-13 16:46:24 +02:00
Jesse McConnell 12ecc10c6a [maven-release-plugin] prepare for next development iteration 2012-07-13 09:35:08 -05:00
Jesse McConnell bf40110fb8 [maven-release-plugin] prepare release jetty-7.6.5.v20120713 2012-07-13 09:34:52 -05:00
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