1367 Commits

Author SHA1 Message Date
Greg Wilkins
a5e1cea005 321232 BasicAuthenticator ignores bad Authorization header
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2205 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-04 04:47:48 +00:00
Jesse McConnell
129184744a JETTY-912 add exchange timeout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2204 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-03 14:51:41 +00:00
Greg Wilkins
16caeeb478 320073 template deployments
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2203 7e9141cc-0065-0410-87d8-b60c137991c4
2010-08-03 00:41:57 +00:00
Hugues Malphettes
a93c6445e1 remove the unused copied configuration files. cleanup the default config file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2201 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-31 00:35:22 +00:00
Jesse McConnell
11d03a6f0b fix broken osgi build, update filter targets to 7.2 (which we ought to just standardize so we don't have to change filters based on minor version and found source of issue being an unquoted version in DynamicImport in boot osgi
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2200 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-30 17:30:49 +00:00
Greg Wilkins
4110df9a06 fixed OSGi pom versions
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2199 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-30 08:43:04 +00:00
Simone Bordet
eb7a6ff734 Removed circular dependency between jetty-servlets and jetty-client.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2198 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-30 08:03:15 +00:00
Simone Bordet
fcc0c71d8f Fixes #298502 (Https exchange through an http proxy).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2197 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-29 23:34:47 +00:00
Jan Bartel
e23d08749a Update OSGI build to use same Eclipse release as jetty-distribution - really needs more refactoring to share pom properties
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2194 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-29 02:13:04 +00:00
Jan Bartel
00cbe30682 320073 - fix previous refactoring: ensure ORDERED_LIBS only set if an ordering is present
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2193 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-29 01:59:19 +00:00
Greg Wilkins
cbc47fca80 320073 local loader
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2191 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-28 13:48:54 +00:00
Greg Wilkins
e025cc3ca4 JETTY-1250 Parallel start of HandlerCollection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2190 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-28 13:11:59 +00:00
Greg Wilkins
ef9ebf31b6 314087 Simplified SelectorManager
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2189 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-28 13:11:40 +00:00
Jan Bartel
bd272143e2 320073 ensure Decorators get called in reverse order of addition; refactor TagLibConfiguration and Descriptor classes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2187 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-27 23:59:16 +00:00
Hugues Malphettes
de2e13a9e3 commit test-jetty-osgi
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2185 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-27 22:08:29 +00:00
Jesse McConnell
9d7dc984b0 320457 __SPNEGO_AUTH is SPNEGO not SPNEGO-AUTH
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2184 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-27 21:59:17 +00:00
Hugues Malphettes
c044395a07 bug #310308 fix the javadoc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2180 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-27 02:29:56 +00:00
Hugues Malphettes
e7f7c3eea5 bugs #319306
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2179 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-27 02:24:22 +00:00
Hugues Malphettes
53d195407a bug #317222 add javax.security.auth.message to the imports. as an optional import as it is not declared in the jdk
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2176 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-26 18:12:55 +00:00
Greg Wilkins
b4f4c0ae36 320073 further improved configuration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2175 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-26 09:40:47 +00:00
Jan Bartel
badbe6d252 Ooops. Ensure MetaData.origins is set
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2174 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-26 08:56:32 +00:00
Jan Bartel
30996d5446 320073
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2173 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-26 08:00:55 +00:00
Greg Wilkins
3ca0c6806a 320073
support decorator cloning for WebAppContext templates

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2171 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-22 06:33:54 +00:00
Greg Wilkins
5e49b01b93 320073 example cloud deploy
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2169 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-22 03:28:51 +00:00
Greg Wilkins
0443786d8e 320073 reconsile configuration mechanism
Reconsiled the jetty-8 configuration mechanism with the capability to share the MetaData between instances

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2168 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-22 03:20:41 +00:00
Greg Wilkins
526cef3ab3 320457 Added rfc2045 support to B64Code
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2164 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-21 04:09:12 +00:00
Jan Bartel
c5583b9ac2 Update to jetty-8-to-jetty-7-base-20100721-1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2162 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-21 03:15:29 +00:00
Greg Wilkins
599294e8f3 320264 Removed duplicate mime.property entries
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2157 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-20 00:47:10 +00:00
Greg Wilkins
4dd6536e1b 320073 readded role getter/setters
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2156 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-20 00:46:54 +00:00
Greg Wilkins
6478b5ede7 improved debug dump
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2155 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-20 00:46:34 +00:00
Michael Gorovoy
ce7c80c92b 319444 Two nulls are appended to log statements from ContextHanler
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2154 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-20 00:24:10 +00:00
Jesse McConnell
d36051f5de 320264 remove a duplicate mime entry
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2153 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-19 15:46:07 +00:00
Jan Bartel
32a89ffaf7 Backport from 7 to 8 of changes to reconciliation of webapp config mechanism. See bugzilla 320073
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2152 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-19 06:15:57 +00:00
Greg Wilkins
18dea730ed 320112 websocket in aggregates
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2147 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-16 23:42:57 +00:00
Jan Bartel
314f94decc 320073 Reconcile jetty-8 and jetty-7 webapp configuration mechanisms
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2145 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-16 07:15:13 +00:00
Greg Wilkins
8210d068c4 npe protection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2136 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-15 12:31:25 +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
7673c25e10 319655 remove debug
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2119 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 03:54:47 +00:00
Greg Wilkins
b3ef44b8ce JETTY-1245 Do not use direct buffers with NIO SSL
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2118 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 03:49:54 +00:00
Greg Wilkins
1fe1ca1b35 JETTY-1251 Replace then close selector for JVM bugs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2117 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 03:49:37 +00:00
Greg Wilkins
50ad34c6ca 319655 Reset HEAD status - removed debug
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2116 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 03:49:21 +00:00
Greg Wilkins
124663aaf1 319655 Reset HEAD status
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2115 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 02:45:55 +00:00
Greg Wilkins
701bbe1e3e clean up from rebase merge
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2114 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 01:59:43 +00:00
Greg Wilkins
d3012461ac cleaned up output from test harnesses
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2113 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 01:59:26 +00:00
Greg Wilkins
b495ca6bb4 JETTY-1247 do not recycle buffers on asynchronous close
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2112 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 01:59:06 +00:00
Greg Wilkins
80e5a95130 JETTY-1249 i
Apply max idle time to all connectors

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2111 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-14 01:58:48 +00:00
Jan Bartel
c46d01c789 JETTY-1249 changes to ensure maxIdleTime applied to connections
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2110 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-13 02:06:59 +00:00
Greg Wilkins
9612eb956a JETTY-1247 synchronize recylcing of SSL NIO buffers
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2109 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-13 01:44:19 +00:00
Greg Wilkins
46c4b7daa7 319519 Warn about duplicate configuration files
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2108 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-12 15:48:20 +00:00