Jesse McConnell
c17552ee50
[323311] apply 5th patch of thomas, also removed extra method on IdentityService since it appears not needed, moved behavior to loadUsers() method instead.
2011-09-20 10:11:26 -05:00
Thomas Becker
df0aab1f49
PropertyUserStore: Code Format
2011-09-20 10:11:26 -05:00
Thomas Becker
129a66f579
323311: HashLoginService uses PropertyUserStore now
2011-09-20 10:11:26 -05:00
Thomas Becker
95ee2157bd
JETTY-1414 applied to PropertyUserStore
2011-09-20 10:11:26 -05:00
Thomas Becker
1e30a58419
HashLoginService code format
2011-09-20 10:11:26 -05:00
Greg Wilkins
26c8cc8514
346419 testing HttpClient FDs
2011-09-20 18:00:24 +10:00
Greg Wilkins
b7b567d86d
353627 Basic Auth checks that Basic method has been send
2011-09-20 17:16:58 +10:00
Greg Wilkins
57bd9f3bce
336443 Check nonce count is increasing
2011-09-20 17:04:01 +10:00
Greg Wilkins
dacb8962f0
356144 Allow SelectorManager thread priority to be set
2011-09-20 15:23:25 +10:00
Greg Wilkins
94d43e4229
356274 Start SSL socket factory in call to open()
2011-09-20 15:19:19 +10:00
Greg Wilkins
978f06242b
357240 extra debug
2011-09-20 14:50:53 +10:00
Greg Wilkins
0949443fab
358164 Dispatch from servlet to handler
2011-09-20 12:59:22 +10:00
Jan Bartel
4cec8627b9
353267 Request._parameters initialization bug
...
Add some extra tests.
2011-09-19 19:09:55 +10:00
Jan Bartel
479d9606ec
353267 Request._parameters initialization bug
2011-09-19 19:05:49 +10:00
Jan Bartel
c984d25871
358027 NullPointerException in ResourceHandler with jetty-stylesheet.css
2011-09-19 17:57:48 +10:00
Jan Bartel
8e765f12c6
JETTY-1431
2011-09-19 10:32:43 +10:00
Greg Wilkins
949975e46a
358035 servlet streams access max idle time from endp
2011-09-19 08:09:20 +10:00
Joakim Erdfelt
3a5d25db66
Merge branch 'dist-with-javadoc'
2011-09-16 16:02:23 -07:00
Joakim Erdfelt
298a623fe9
357959 - Include javadoc in distribution
...
+ Adjusting /javadoc/ proxy configuration in test-jetty-webapp to
now be /javadoc-proxy/, along with providing a link to the
distribution's /javadoc/ path as well.
2011-09-16 11:05:07 -07:00
Joakim Erdfelt
d39ceb21a7
357959 - Include javadoc in distribution
...
+ Enabling javadoc:jar on jetty-all (aggregate)
+ Using jetty-all-${version}-javadoc.jar as source for
distribution ${jetty.home}/javadoc/ content.
2011-09-16 10:13:21 -07:00
Joakim Erdfelt
51cf6ee1c7
357959 - Include javadoc in distribution
...
+ Reworked ${jetty.home}/etc creation by using unpack-dependencies
on the 'config' classifier instead.
2011-09-16 10:03:21 -07:00
Joakim Erdfelt
67a73c38f8
357959 - Include javadoc in distribution
...
+ Reworked how ${jetty.home}/lib folder, now created by 3
copy-dependencies declarations.
2011-09-16 09:48:19 -07:00
Greg Wilkins
8870a623f2
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-16 15:29:42 +10:00
Greg Wilkins
a6988108c3
minor cleanups and extra debug
2011-09-16 15:29:28 +10:00
Joakim Erdfelt
a3b2a71aea
Setting back to debug level
2011-09-15 11:28:56 -07:00
Joakim Erdfelt
570134d78d
Merge branch 'bug-353509'
2011-09-15 11:18:39 -07:00
Jesse McConnell
1e8b4eb9ed
Merge branch 'master', remote-tracking branch 'origin/master'
2011-09-15 07:56:46 -05:00
Jesse McConnell
f6c480cef1
[Bug 357672] resolve issue with serializing pojos with mongodb session manager, thanks to john simone for the discovery and fix
2011-09-15 07:54:05 -05:00
Joakim Erdfelt
18c5483cc4
353509 - jetty-client unit tests are running too long
...
+ Fixing last remaining test failure with some careful
GenericServerHandler refactoring.
2011-09-14 11:23:11 -07:00
Thomas Becker
5530594128
353509: Fixed merging issues
2011-09-14 08:41:33 -07:00
hmalphettes
fd911df740
Ability to start equinox in a different thread instead of blocking the servletbrdige webapp from starting until equinox has completed to start. this is useful for cloudfoundry that at the moment complains if the webapp does not start very quickly
2011-09-14 16:34:56 +08:00
hmalphettes
1cbf5c4672
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-14 16:34:33 +08:00
hmalphettes
901f818cb6
Ability to start equinox in a different thread instead of blocking the servletbrdige webapp from starting until equinox has completed to start. this is useful for cloudfoundry that at the moment complains if the webapp does not start very quickly
2011-09-14 16:34:15 +08:00
Greg Wilkins
54961fca1f
refined test options and output
2011-09-14 14:17:09 +10:00
Thomas Becker
670e8de261
352050: Fixed infinite redirect loop for /remote.html in testapp
2011-09-13 11:58:30 -07:00
Joakim Erdfelt
82f48ada9a
342161 - ScannerTest fails intermittently on Mac OS X
...
+ changing test directory to use test specific directory to avoid
conflicts with /tmp directory reuse amoung other tests.
2011-09-13 11:48:16 -07:00
Jan Bartel
61eba95ac6
JETTY-1430 local JNDI contexts don't carry environment
2011-09-13 17:57:50 +10:00
Joakim Erdfelt
fce4192fd9
353509 - jetty-client unit tests are running too long
2011-09-12 15:04:59 -07:00
Simone Bordet
9c43e04bb4
Guarding against NPE in case of concurrent stop().
2011-09-12 21:01:08 +02:00
Greg Wilkins
55d229e73c
357338 remove debug
2011-09-13 00:38:08 +10:00
Greg Wilkins
c5e6378b84
357338 Improve UTF-8 validation
2011-09-12 13:14:09 +10:00
Jesse McConnell
eab970e5c0
add and reformat the .gitignore
2011-09-09 16:13:23 -05:00
Jesse McConnell
56269df419
remove extra groupId element
2011-09-09 16:08:15 -05:00
Jesse McConnell
2e7d84dec8
Update to new parent pom that lets us import into indigo and m2eclipse
2011-09-09 15:42:01 -05:00
Joakim Erdfelt
11ca71700f
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-09 09:53:28 -07:00
Joakim Erdfelt
f84c859bbc
357216 - Logging via Log4J does not expand braces in format strings
...
+ Made JettyAwareLogger more resilient to logger downstream
implementations by making it perform the slf4j message formatting
before handing it off to the LocationAwareLogger method(s)
2011-09-09 09:51:52 -07:00
Greg Wilkins
45f5fd39fe
357188 Send content buffer directly
2011-09-09 17:07:24 +10:00
Greg Wilkins
4c885ca3ad
357178 websockets draft 14 support
2011-09-09 12:10:01 +10:00
Jesse McConnell
675464e82d
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-08 12:46:56 -05:00
Jesse McConnell
f3d0557828
Merge branch 'release'
2011-09-08 12:46:41 -05:00