9164 Commits

Author SHA1 Message Date
Greg Wilkins
e8fcb90bc2 DefaultServlet uses cached headers 2014-06-04 15:05:34 +02:00
Greg Wilkins
ac4f8a26b7 435322 Protect blocker against null failed callback 2014-06-04 13:39:58 +02:00
Joakim Erdfelt
bbab2e7832 436524 - Start / Downloadable [files] references in modules cannot use ":" themselves
+ Switching out support for ":" to "|"
2014-06-03 17:09:48 -07:00
Joakim Erdfelt
cfe99742d9 Due to JettyAwareLogger, the Slf4j minimum requirement is version 1.6 2014-06-03 15:34:21 -07:00
Joakim Erdfelt
4c4d712d65 Surefire config for java.io.tmpdir is now ${project.build.directory} 2014-06-03 09:40:04 -07:00
Joakim Erdfelt
d62f45dbd2 436405 - ${jetty.base}/resources not on classpath with default configuration
+ Adding missing '/'
2014-06-02 13:56:54 -07:00
Jan Bartel
b09e7d33e2 436345 Refactor AbstractSession to minimize burden on subclasses to implement behaviour 2014-06-02 15:01:49 +02:00
Jan Bartel
1b00888739 436345 Refactor AbstractSession to ease customization 2014-06-02 11:48:28 +02:00
Jan Bartel
c6128db48b test-mongodb-sessions pom.xml updated to 9.2.0-SNAPSHOT 2014-06-02 11:48:28 +02:00
Joakim Erdfelt
ce8920dd76 Removing test noise 2014-05-29 11:52:36 -07:00
Joakim Erdfelt
54051baa2f Enabling testcases 2014-05-29 11:48:53 -07:00
Joakim Erdfelt
7412951373 Removing experimental testcase that is no longer relevant 2014-05-29 11:46:36 -07:00
Joakim Erdfelt
7b3fc2cecf Enabling testcase, reducing logging level 2014-05-29 11:42:50 -07:00
Joakim Erdfelt
f00cd9f6ec Enabling and fixing testcase 2014-05-29 11:41:44 -07:00
Joakim Erdfelt
353b0f80c8 Enabling and fixing testcase 2014-05-29 11:39:36 -07:00
Greg Wilkins
64755faf4d fixed testing dependency 2014-05-28 13:21:48 +02:00
Greg Wilkins
d6672a3e5f 436029 GzipFilter errors on asynchronous methods with message to AsyncGzipFilter 2014-05-28 13:01:55 +02:00
Greg Wilkins
ca6e9befb4 347110 Supprt ClassFileTransormers in WebAppClassLoader 2014-05-27 23:23:06 +02:00
Jan Bartel
d2b08da8a4 Refactoring for ease of customization. 2014-05-27 19:22:28 +02:00
Jesse McConnell
5e3e0930e0 Revert "434810 better handling of bad messages"
This reverts commit 1e524f378ee77962a84c2b5efafe717078a5465d.
2014-05-26 11:20:07 -05:00
Jesse McConnell
aa3c9322a6 Revert "434810 better handling of bad messages"
This reverts commit 3f4a8abf9e9315306a9f0b1b51a2cb355c7a1fe1.
2014-05-26 11:20:00 -05:00
Greg Wilkins
3f95a601df jetty.sh start-stop-daemon runs in JETTY_BASE 2014-05-26 17:06:22 +02:00
Greg Wilkins
4fa5a5ff81 fixed JETTY_PID in jetty.sh 2014-05-26 16:59:36 +02:00
Joakim Erdfelt
bbd3774e38 Adjusting --exec to [exec] 2014-05-26 07:43:57 -07:00
Greg Wilkins
92ffcfc0f8 expand properties on command line for exec 2014-05-26 16:16:33 +02:00
Greg Wilkins
8e43129a2b fixed JETTY_STATE to use JETTY_ARGS 2014-05-26 15:03:23 +02:00
Simone Bordet
80f6266c21 Using spaces instead of tabs. 2014-05-26 12:28:12 +02:00
Greg Wilkins
0d70ae87b2 turn off startlog redirect when starting 2014-05-26 00:46:32 +02:00
Greg Wilkins
5edf15241b started mechanism uses Properties
list Properties in --dry-run
fix start log file
2014-05-25 22:54:15 +02:00
Greg Wilkins
89e70527d3 Merge branch 'master' into windows-scan-eof 2014-05-25 16:48:09 +02:00
Joakim Erdfelt
f2ea8351b6 429390 - Decoders and Encoders are not registered for non-annotated ClientEndpoint
+ Adding EncoderTest to verify reported bug
+ Fixing SimpleEndpointMetadata to propagate the encoder/decoder list
  when present.
2014-05-22 13:12:39 -07:00
Greg Wilkins
3f4a8abf9e 434810 better handling of bad messages 2014-05-21 22:01:28 +02:00
Greg Wilkins
1e524f378e 434810 better handling of bad messages 2014-05-21 20:13:21 +02:00
Jan Bartel
58ea1dd386 435412 Make AbstractSession.access() more amenable to customization 2014-05-21 18:43:02 +02:00
Simone Bordet
65e13ce08f Fixed response status message string, that was trimmed after the first
space.
2014-05-21 17:44:56 +02:00
Simone Bordet
9e1cac33d0 Made ProxyServlet and AsyncProxyServlet more extensible by adding
factory methods for relevant objects used in the implementation.
2014-05-21 09:11:40 +02:00
Simone Bordet
7745e8b6c1 435338 - Incorrect handling of asynchronous content.
Return values from parser and parser callbacks must not be ignored.
2014-05-20 22:46:09 +02:00
Simone Bordet
f225af318b 435223 - High cpu usage in FCGIHttpParser.parseContent(ResponseContentParser.java:314).
Since often FastCGI servers do not send the Status header if the
response is 200, the parser is now initialized with response code 200.
2014-05-20 22:46:09 +02:00
Simone Bordet
8f9e73df72 Introduced parameter sendStatus200 to optionally send the Status
header when the response code is 200.
2014-05-20 22:46:09 +02:00
Simone Bordet
2a4cee5db6 Always store HTTP fields to implement logic to detect the content mode. 2014-05-20 22:46:09 +02:00
Simone Bordet
8bf0fee80b Factored common code. 2014-05-20 22:46:08 +02:00
Simone Bordet
c4f7d38e86 Javadocs and comments. 2014-05-20 22:46:08 +02:00
Simone Bordet
4234048d81 Only generating Status header if the response code is greater than zero. 2014-05-20 22:46:08 +02:00
Simone Bordet
4f67993b61 Simplified/Improved handling of parser return values. 2014-05-20 22:46:08 +02:00
Simone Bordet
4e3118f5b1 More tests for FastCGIProxyServlet. 2014-05-20 22:46:08 +02:00
Simone Bordet
724fb7d6d3 Removed TODO and improved logging. 2014-05-20 22:46:08 +02:00
Joakim Erdfelt
bcf52e14f0 435206 - Can't add Cookie header on websocket ClientUpgradeRequest
+ Fixed competing cookie setters between WebSocketClient's use of
  CookieStore and UpgradeRequest.setCookies()
+ Added some utility methods to LazyList (for lack of existence of
  ListUtil or CollectionUtil in jetty-util)
2014-05-20 11:57:35 -07:00
Joakim Erdfelt
3bee85423c 435088 - lib/npn packaging of jetty-distribution is off
+ Fixing contents of npn-1.7.0_55.mod to conform to Jetty 9 techniques.
2014-05-20 10:10:16 -07:00
Simone Bordet
7918a58c71 Using Callback.Adapter.INSTANCE to avoid unneeded allocations. 2014-05-19 18:49:17 +02:00
Jan Bartel
1386f20cf5 435217 Remove deprecated TagLibConfiguration 2014-05-19 18:20:52 +02:00