Greg Wilkins
7a082280f1
Merge remote-tracking branch 'origin/master' into jetty-7.6
...
Conflicts:
example-jetty-embedded/pom.xml
jetty-aggregate/jetty-all-server/pom.xml
jetty-aggregate/jetty-all/pom.xml
jetty-aggregate/jetty-client/pom.xml
jetty-aggregate/jetty-plus/pom.xml
jetty-aggregate/jetty-server/pom.xml
jetty-aggregate/jetty-servlet/pom.xml
jetty-aggregate/jetty-webapp/pom.xml
jetty-aggregate/pom.xml
jetty-ajp/pom.xml
jetty-annotations/pom.xml
jetty-client/pom.xml
jetty-client/src/main/java/org/eclipse/jetty/client/HttpConnection.java
jetty-client/src/main/java/org/eclipse/jetty/client/SelectConnector.java
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http-spi/pom.xml
jetty-http/pom.xml
jetty-http/src/main/java/org/eclipse/jetty/http/ssl/SslContextFactory.java
jetty-io/pom.xml
jetty-io/src/main/java/org/eclipse/jetty/io/nio/ChannelEndPoint.java
jetty-io/src/main/java/org/eclipse/jetty/io/nio/SelectChannelEndPoint.java
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jsp-2.1/pom.xml
jetty-monitor/pom.xml
jetty-nested/pom.xml
jetty-nosql/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-logback/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-equinoxtools/pom.xml
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi/pom.xml
jetty-overlay-deployer/pom.xml
jetty-plus/pom.xml
jetty-policy/pom.xml
jetty-rewrite/pom.xml
jetty-security/pom.xml
jetty-server/pom.xml
jetty-servlet/pom.xml
jetty-servlets/pom.xml
jetty-start/pom.xml
jetty-util/pom.xml
jetty-util/src/test/java/org/eclipse/jetty/util/log/LogTest.java
jetty-util/src/test/java/org/eclipse/jetty/util/log/NamedLogTest.java
jetty-webapp/pom.xml
jetty-websocket/pom.xml
jetty-websocket/src/main/java/org/eclipse/jetty/websocket/WebSocketConnectionD13.java
jetty-xml/pom.xml
pom.xml
test-continuation-jetty6/pom.xml
test-continuation/pom.xml
test-jetty-nested/pom.xml
test-jetty-servlet/pom.xml
test-jetty-webapp/pom.xml
tests/pom.xml
tests/test-integration/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
2011-11-07 18:09:31 +11:00
Thomas Becker
acaa24595b
359031: Javadoc
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-11-04 20:23:56 +01:00
Thomas Becker
3d0300e60d
359031: CGI servlet changed to allow relative paths to webapp
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-11-04 15:56:18 +01:00
Thomas Becker
b9f45e9426
CGI.java code format
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-11-04 15:56:18 +01:00
Jan Bartel
fc497fe1e8
Merge remote-tracking branch 'origin/master' into jetty-8
2011-10-24 16:30:10 +11:00
Greg Wilkins
a642f7b55c
Merge remote-tracking branch 'origin/master' into jetty-7.6
...
Conflicts:
jetty-http/src/main/java/org/eclipse/jetty/http/HttpGenerator.java
jetty-io/src/main/java/org/eclipse/jetty/io/nio/SslSelectChannelEndPoint.java
2011-10-24 11:27:42 +11:00
Greg Wilkins
cd0628ab66
Added isDebugEnabled guards to debugging that generates garbage
2011-10-22 09:39:54 +11:00
Jan Bartel
a6b41a7deb
Merge from master, fix addFilter method signature for servlet 3.0.
2011-10-21 15:51:24 +11:00
Jan Bartel
0ba6fc7408
Merge remote-tracking branch 'origin/master' into jetty-8
2011-10-21 14:55:39 +11:00
Greg Wilkins
0e284f78f5
Protected HttpParser from multiple entry.
2011-10-20 12:18:10 +11:00
Greg Wilkins
75c4ec733d
Merge remote-tracking branch 'origin/master' into jetty-7.6
...
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/nio/ChannelEndPoint.java
2011-10-20 10:01:36 +11:00
Simone Bordet
d5a2ec877c
360912 CrossOriginFilter does not send Access-Control-Allow-Origin on responses.
...
355103 Make allowCredentials default to true in CrossOriginFilter.
The actual response now contains the Access-Control-Allow-Origin header, and fixed also 355103 that was not really fixed.
Added test suite.
2011-10-19 13:50:53 +02:00
Greg Wilkins
6edb7c1930
organised imports
2011-10-18 15:05:22 +11:00
Jan Bartel
1e079f06c9
Merge remote-tracking branch 'origin/master' into jetty-8
2011-09-01 14:11:53 +10:00
Joakim Erdfelt
f7f7e0af75
293739 - Deprecate static Jetty Log usage in favor of named logs
...
+ Finished conversion of jetty-security, jetty-server, jetty-servlet,
jetty-servlets, jetty-websocket
2011-08-24 12:53:27 -07:00
Simone Bordet
fc55901661
Merge remote-tracking branch 'origin/master'
...
Conflicts:
VERSION.txt
2011-08-18 17:42:32 +02:00
Simone Bordet
2d6491b78f
Fixes #355103 (Make allowCredentials default to true in CrossOriginFilter).
2011-08-18 17:41:21 +02:00
Jesse McConnell
53f2a4f62b
tweak so handy proxy server works
2011-08-17 10:20:01 -05:00
Jan Bartel
6e8afd6795
Merge remote-tracking branch 'origin/master' into jetty-8
...
Conflicts:
VERSION.txt
2011-08-16 11:35:46 +10:00
Joakim Erdfelt
1f1bf28cd6
Adding some code to test for gzip no-recompress logic
2011-08-12 16:04:46 -07:00
Joakim Erdfelt
c75b76b9a1
fixing javadoc errors
2011-08-12 10:49:38 -07:00
Michael Gorovoy
8b4a99758c
Fixed more cut/paste errors, added test for file size under minGzipSize, added tests for not gzipped files of all sizes
2011-08-12 13:44:15 -04:00
Joakim Erdfelt
391014691e
Fixing copy/paste error
2011-08-12 10:06:02 -07:00
Michael Gorovoy
1ac9463414
Removed misleading comments
2011-08-12 12:59:18 -04:00
Joakim Erdfelt
72f28e0b35
Rounding out the Content-Length test scenarios
2011-08-12 09:35:39 -07:00
Jan Bartel
050cb83b35
Merge remote-tracking branch 'origin/master' into jetty-8
...
Conflicts:
jetty-osgi/jetty-osgi-equinoxtools/src/main/java/org/eclipse/jetty/osgi/equinoxtools/console/EquinoxConsoleWebSocketServlet.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/GzipFilterTest.java
jetty-websocket/pom.xml
2011-08-12 18:43:15 +10:00
Joakim Erdfelt
da8f5052a3
Beefing up GzipFilter tests
2011-08-11 13:20:31 -07:00
Michael Gorovoy
d496a4f80a
354014 Content-Length is passed to wrapped response in GZipFilter
2011-08-08 18:03:36 -04:00
Michael Gorovoy
095cf33010
354014 Improved GzipFilterTest to verify that Content-Length header is passed when mime type is not configured.
2011-08-05 12:21:32 -04:00
Jan Bartel
93cc111a02
Merge remote-tracking branch 'origin/master' into jetty-8
...
Conflicts:
VERSION.txt
jetty-io/src/main/java/org/eclipse/jetty/io/nio/IndirectNIOBuffer.java
2011-07-25 17:42:30 +10:00
Michael Gorovoy
2790badf6d
352786 GzipFilter fails to pass parameters to GzipResponseWrapper
2011-07-21 13:11:36 -04:00
Jan Bartel
86f7e76c4d
Merge of jetty-7 into jetty-8
...
Conflicts:
VERSION.txt
example-jetty-embedded/pom.xml
jetty-aggregate/jetty-all-server/pom.xml
jetty-aggregate/jetty-all/pom.xml
jetty-aggregate/jetty-client/pom.xml
jetty-aggregate/jetty-plus/pom.xml
jetty-aggregate/jetty-server/pom.xml
jetty-aggregate/jetty-servlet/pom.xml
jetty-aggregate/jetty-webapp/pom.xml
jetty-aggregate/pom.xml
jetty-ajp/pom.xml
jetty-annotations/pom.xml
jetty-client/pom.xml
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http/pom.xml
jetty-io/pom.xml
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jsp-2.1/pom.xml
jetty-nested/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-logback/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/META-INF/MANIFEST.MF
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-boot/src/main/java/org/eclipse/jetty/osgi/boot/OSGiAppProvider.java
jetty-osgi/jetty-osgi-equinoxtools/META-INF/MANIFEST.MF
jetty-osgi/jetty-osgi-equinoxtools/pom.xml
jetty-osgi/jetty-osgi-equinoxtools/src/main/java/org/eclipse/jetty/osgi/equinoxtools/console/EquinoxConsoleContinuationServlet.java
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/jetty-osgi-servletbridge/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi/pom.xml
jetty-overlay-deployer/pom.xml
jetty-plus/pom.xml
jetty-policy/pom.xml
jetty-rewrite/pom.xml
jetty-security/pom.xml
jetty-server/pom.xml
jetty-servlet/pom.xml
jetty-servlets/pom.xml
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/ProxyServlet.java
jetty-start/pom.xml
jetty-util/pom.xml
jetty-webapp/pom.xml
jetty-websocket/pom.xml
jetty-xml/pom.xml
pom.xml
test-continuation-jetty6/pom.xml
test-continuation/pom.xml
test-jetty-nested/pom.xml
test-jetty-servlet/pom.xml
test-jetty-webapp/pom.xml
tests/pom.xml
tests/test-integration/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
2011-07-11 12:05:58 +10:00
Greg Wilkins
17e907c2fb
git diff 54e885d967
remotes/origin/jetty-8-historical | patch -p1 ; git add -A
2011-07-07 18:18:24 +10:00
Simone Bordet
77394d0c4b
Fixes #350533 (Add "Origin" to the list of allowed headers in CrossOriginFilter).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3431 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-28 09:28:18 +00:00
Jesse McConnell
6f0e0f8077
proxy server timeout on continuation checks for 0 client and exchange timeout and set continuation as 'infinite'
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3410 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-21 20:46:02 +00:00
Michael Gorovoy
8c63ca989b
302566 GZIP handler for embedded Jetty servers
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3406 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-21 02:26:18 +00:00
Jesse McConnell
418ebe8268
proxy server timeout on continuation checks for 0 client and exchange timeout and set continuation as 'infinite'
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3405 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 22:40:56 +00:00
Jesse McConnell
ce943340dd
change the proxy continuation timeout check from connectTimeout to timeout as that is what is set in the servlet init params
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3404 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 21:51:58 +00:00
Michael Gorovoy
f95e1bddbe
302566 GZIP handler implementation and unit test
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3403 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 20:55:58 +00:00
Jesse McConnell
2f7eb54e0f
[Bug 349870] proxy servlet protect continuation against fast failing exchanges
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3401 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 20:36:20 +00:00
Michael Gorovoy
bb6038b716
302566 GZIP filter unit test
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3400 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 15:33:51 +00:00
Jesse McConnell
9cfb694fa5
[Bug 349738] provide way to set buffer sizes to http client in proxy servlet
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3398 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-20 15:27:17 +00:00
Jesse McConnell
ffcd780457
[Bug 295832] update javadoc
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3397 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-17 14:43:12 +00:00
Jesse McConnell
82902b49eb
Add timeout and idleTimeout servlet init parameters to the creation of the http client
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3391 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-16 21:28:24 +00:00
Jesse McConnell
30c3934931
[Bug 295832] shifted customize exchange and continuation to the the last possible moment for extenders can have full state before each are used. added continuation setTimeout based on httpclient connect timeout and exchange timeouts so that the contination doesn't interrupt normal usage (streaming of data resetting exchange timeout but not continuation)
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3389 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-15 15:39:33 +00:00
Jesse McConnell
d29a7dad41
[Bug 295832] making proxy servlet more extensible, removed customizeClient in favor of protected createHttpClient(servletconfig) and createLogger(servletconfig) methods, default behavior should remain the same
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3387 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-14 18:50:32 +00:00
Jesse McConnell
1e347be15e
[Bug 295832] making proxy servlet more extensible, added customizeExchange() to the patch provided as well
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3385 7e9141cc-0065-0410-87d8-b60c137991c4
2011-06-14 15:44:16 +00:00
Michael Gorovoy
548f6bac5a
341561 Exception when adding o.e.j.s.DoSFilter as managed attribute
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2947 7e9141cc-0065-0410-87d8-b60c137991c4
2011-04-01 00:36:57 +00:00
Simone Bordet
eb942962f6
Made the test pass under Windows.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2945 7e9141cc-0065-0410-87d8-b60c137991c4
2011-03-31 16:06:23 +00:00
Greg Wilkins
7b0a8e561c
JETTY-1304 Allow quoted boundaries in Multipart filter
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2847 7e9141cc-0065-0410-87d8-b60c137991c4
2011-03-03 06:30:46 +00:00
Simone Bordet
8020110283
Fixes #338092 (ProxyServlet leaks memory).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2830 7e9141cc-0065-0410-87d8-b60c137991c4
2011-02-24 15:03:08 +00:00
Greg Wilkins
b91027275f
made test more robust
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2807 7e9141cc-0065-0410-87d8-b60c137991c4
2011-02-21 06:34:02 +00:00
Joakim Erdfelt
f3a2a575aa
Fixing broken javadoc and imports
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2673 7e9141cc-0065-0410-87d8-b60c137991c4
2011-01-21 20:49:28 +00:00
Greg Wilkins
881e599860
333679 Refactored jetty-jmx. Moved mbeans to modules.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2629 7e9141cc-0065-0410-87d8-b60c137991c4
2011-01-06 18:04:58 +00:00
Greg Wilkins
2b43ae931c
improved debugging of JNDI. own logger
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2608 7e9141cc-0065-0410-87d8-b60c137991c4
2010-12-15 08:57:14 +00:00
Greg Wilkins
26cc7563f5
328789 Clean up tmp files from test harnesses
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2565 7e9141cc-0065-0410-87d8-b60c137991c4
2010-12-01 13:57:06 +00:00
Greg Wilkins
793cb6d6f3
dump info from test
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2536 7e9141cc-0065-0410-87d8-b60c137991c4
2010-11-18 04:15:03 +00:00
Greg Wilkins
d955fa0c3a
330417 Atomic PUT in PutFilter
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2526 7e9141cc-0065-0410-87d8-b60c137991c4
2010-11-17 01:52:33 +00:00
Greg Wilkins
c76886e2aa
moved B64Code to util
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2399 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-25 03:33:16 +00:00
Greg Wilkins
a6df844fa7
327601 Multipart Filter handles quoted tokens
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2344 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-13 01:53:32 +00:00
Greg Wilkins
dddbe12c97
327562 Implement all X-Forwarded headers in ProxyServlet
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2343 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-13 00:34:58 +00:00
Greg Wilkins
bb91faac89
JETTY-1252 Handle more multipart transfer encodings
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2280 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-15 23:01:56 +00:00
Greg Wilkins
3af3ddd0ff
JETTY-1252 Handle more multipart transfer encodings
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2278 7e9141cc-0065-0410-87d8-b60c137991c4
2010-09-15 09:39:35 +00:00
Greg Wilkins
47bd78a37f
JETTY-1248 fix parsing of bad multiparts - fixed import
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2122 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 23:59:18 +00:00
Greg Wilkins
7b5f155802
JETTY-1248 fix parsing of bad multiparts
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2121 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 15:09:37 +00:00
Greg Wilkins
3b5c2dd465
317906 OPTIONS correctly handles TRACE
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2056 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-28 14:53:12 +00:00
Michael Gorovoy
6bbaa8feaf
288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2020 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 22:55:43 +00:00
Michael Gorovoy
bfc76bcad7
Revert changes that were committed prematurely
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2011 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 10:30:25 +00:00
Michael Gorovoy
ac76f274cd
317019 Date HTTP header not sent for HTTP/1.0 requests
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2010 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 10:21:27 +00:00
Michael Gorovoy
df5e125b53
316399 Debug output in MultiPartFilter
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1970 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 00:10:33 +00:00
Greg Wilkins
3e70a7f7ac
292814 used filter/servlet name for managed attribute
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1928 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-06 23:34:19 +00:00
Michael Gorovoy
41884b613c
292814 Make QoSFilter and DoSFilter JMX manageable
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1927 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 23:40:29 +00:00
Michael Gorovoy
8542e6c7ae
292814 Make QoSFilter and DoSFilter JMX manageable
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1915 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-02 21:19:47 +00:00
Michael Gorovoy
716b76fe5d
292814 make QoSFilter and DoSFilter JMX manageable
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1913 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-02 02:29:05 +00:00
Simone Bordet
2ea16b7ab3
Fixes #315190 (CrossOriginFilter adds headers not understood by Chrome 5 WebSocket implementation).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1910 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-01 12:02:07 +00:00
Joakim Erdfelt
a7fb0f4729
Adding some meaning to the assertion failures while diagnosing a test failure
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1858 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-24 22:15:47 +00:00
Greg Wilkins
71a5df65f0
improved README.txt
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1839 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-22 08:01:18 +00:00
Simone Bordet
c3d31d68b0
Fix for #304803 (Remove TypeUtil Integer and Long caches).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1744 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-10 15:12:34 +00:00
Simone Bordet
6ff56da2fb
Fixes #308864 (Update test suite to JUnit4 - Module jetty-servlets).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1651 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 16:26:55 +00:00
Joakim Erdfelt
b7b067e7f3
309185 - Fix the over 300 Javadoc warnings
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1627 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-29 23:03:36 +00:00
Greg Wilkins
7c4cc68017
306349 ProxyServlet does not work unless deployed at /
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1474 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-07 09:58:58 +00:00
Greg Wilkins
51541f7109
minor cleanups
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1421 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-30 13:21:50 +00:00
Greg Wilkins
798c664698
JETTY-1174 Close rather than finish Gzipstreams to avoid JVM leak
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1402 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-22 23:17:28 +00:00
Greg Wilkins
aea99b14aa
304307 JETTY-1133 Handle ;jsessionid in FROM Auth
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1326 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-02 08:37:02 +00:00
Simone Bordet
52cab495e0
Fix for #302556 (CrossOriginFilter does not work correctly when Access-Control-Request-Headers header is not present)
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1264 7e9141cc-0065-0410-87d8-b60c137991c4
2010-02-11 09:01:14 +00:00
Greg Wilkins
6bd8f08ef0
added forced host header support
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1182 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-05 23:44:14 +00:00
Simone Bordet
28102e6cea
Fix for #295562 : CrossOriginFilter does not work with default values in Chrome and Safari.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1072 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-19 10:32:09 +00:00
Greg Wilkins
67d0c8c268
updated continuations
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1044 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-12 07:56:20 +00:00
Greg Wilkins
227fb5abec
numerous code cleanups
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1014 7e9141cc-0065-0410-87d8-b60c137991c4
2009-10-26 07:48:39 +00:00
Greg Wilkins
ace1d80fab
292825 avoid ISE in filters and use listener to remove from queue
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1009 7e9141cc-0065-0410-87d8-b60c137991c4
2009-10-20 21:19:26 +00:00
Athena Yao
c92a35af5d
[BUG 292642]
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1007 7e9141cc-0065-0410-87d8-b60c137991c4
2009-10-19 07:54:33 +00:00
Greg Wilkins
298182f737
JETTY-1121 Merge Multipart query parameters
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@993 7e9141cc-0065-0410-87d8-b60c137991c4
2009-10-16 00:14:38 +00:00
Simone Bordet
c4f283538a
Copyright header.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@879 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 14:13:28 +00:00
Jan Bartel
37501e0c0b
JETTY-1092
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@824 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-07 23:36:26 +00:00
Athena Yao
d89ab0be25
JETTY-1084
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@758 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-25 06:06:08 +00:00
Athena Yao
e06d6b979a
JETTY-1084
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@755 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-24 09:15:18 +00:00
Greg Wilkins
463bf87ebf
JETTY-1086 Added UncheckedPrintWriter to avoid ignored EOFs
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@753 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-24 05:00:38 +00:00
Athena Yao
7e760b5a7c
JETTY-1081
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@747 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-20 12:29:20 +00:00
Greg Wilkins
62c605f802
JETTY-1074 JMX thread manipulation
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@627 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-04 07:36:49 +00:00
Joakim Erdfelt
6deb6a6446
[277403] remove system properties
...
* Removing many of the jetty specific System.getProperty() usages to
make embedding more useful, replacing with fields in objects that can
be set using standard Java mechanisms.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@625 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-03 20:58:25 +00:00
Simone Bordet
a349c081e2
Fixed #284981 : Implement a cross-origin filter.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@601 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-29 09:30:47 +00:00
Greg Wilkins
74241823dd
283818 fixed merge of forward parameters
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@585 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-23 03:28:11 +00:00
Greg Wilkins
70c1eee2ce
avoid deprecated method
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@572 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-21 22:43:31 +00:00
Greg Wilkins
6096568c7f
282807 283049 282543 Improved handling of timeouts and complete. More debug
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@538 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-10 08:20:24 +00:00
Greg Wilkins
876369b567
JETTY-1049 Improved transparent proxy usability
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@440 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-27 03:43:47 +00:00
Greg Wilkins
c8f300bc52
continuations only support response wrapping
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@335 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-08 01:09:17 +00:00
Jan Bartel
66e52af837
Moved to src/test/java as it is a test class.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@292 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 23:55:46 +00:00
Athena Yao
60f784d2ac
[277798] Denial of Service Filter
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@291 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 06:48:45 +00:00
Greg Wilkins
8f04010f67
portable continuations
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@265 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-23 11:33:40 +00:00
Greg Wilkins
5255060588
275396 Added ScopedHandler to set servlet scope before security handler
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@209 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-12 14:09:54 +00:00
David Yu
756cd03edf
JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@192 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-24 07:30:29 +00:00
Greg Wilkins
0f510e6753
This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the
...
3.0 asynchronous machinery available.
Introduces a new improved Continuation API that is an evolution of the
original Continuation API, while taking some good ideas from the 3.0 spec.
The intention is that this API will simplify the use of the 3.0
API, while making it available in jetty-7 (scalably) and in all other
2.5 containers with the ContinuationFilter.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@27 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-29 02:15:22 +00:00
Greg Wilkins
da627b843f
jetty @ eclipse initial commit
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@8 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-24 21:07:27 +00:00