Thomas Becker
5e6a9ea78e
beautified code, added javadoc
2011-09-26 17:50:27 -05:00
Thomas Becker
0d8bd99d6a
Basic functionality for ProxyRule implemented
2011-09-26 17:50:27 -05:00
Thomas Becker
88ce9aceb2
Added ProxyRule.java and ProxyRuleTest.java
2011-09-26 17:50:27 -05:00
Greg Wilkins
b94f901433
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-26 23:01:10 +10:00
Greg Wilkins
27753fa747
removed debug
2011-09-26 23:00:57 +10:00
Jan Bartel
11ae5c7dd3
JETTY-1434
...
Add a jsp that exercises jstl.
2011-09-26 20:59:37 +10:00
Jan Bartel
0555cc762f
358784 JSP broken on Java 1.5
2011-09-26 20:23:38 +10:00
Greg Wilkins
df0371796e
fixed bad import
2011-09-26 15:03:12 +10:00
Jan Bartel
7e00a1d13c
358687 Updated jsp does not scan for system tlds
...
Fixed pattern.
2011-09-23 14:56:07 +10:00
Jan Bartel
8d6f64c902
358687 Updated jsp does not scan for system tlds
2011-09-23 14:51:25 +10:00
Greg Wilkins
8195103f01
358035 idle time only active if > 0
2011-09-23 14:12:40 +10:00
Greg Wilkins
0d09b6e310
358674 Still allows sslv3 for now
2011-09-23 14:11:04 +10:00
Greg Wilkins
75645cef0e
358674 Added include/exclude protocols to SslContextFactory
2011-09-23 08:02:42 +10:00
Thomas Becker
af7252b719
353839: Ajp13Generator fix for file upload
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-09-22 12:08:43 +02:00
Thomas Becker
e2bdcbe38c
Ajp13Generator: code format
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-09-22 12:08:34 +02:00
Greg Wilkins
633f3b1588
JETTY-1423 force connection to be closed returned
2011-09-22 09:22:27 +10:00
Simone Bordet
0bd7519a2e
Fix for #358121 (Utf8Appendable refactored to use Bjoern Hoehrmann's decoder).
2011-09-21 15:54:53 +02:00
Thomas Becker
b3e6ebf416
Fix for #358121 (Utf8Appendable refactored to use Bjoern Hoehrmann's decoder).
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2011-09-21 11:58:17 +02:00
Greg Wilkins
6bebdceb3a
JETTY-1377 extra logging for busy selector
2011-09-21 16:45:32 +10:00
Greg Wilkins
e15e9ddc99
JETTY-1377 extra logging for busy selector
2011-09-21 16:17:35 +10:00
Greg Wilkins
ff29a1cc51
JETTY-1322 idle sweeper checks for closed endp
2011-09-21 13:46:48 +10:00
Greg Wilkins
fe489224e6
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-09-21 13:46:21 +10:00
Greg Wilkins
790f6be8a6
JETTY-1130 Access Sessions from HashSessionIdManager
2011-09-21 11:41:43 +10:00
Greg Wilkins
f8b8a2e770
JETTY-1277 Fixed sendRedirect encoding of relative locations
2011-09-21 11:30:40 +10:00
Jesse McConnell
21ddd768f0
[Bug 358147] Add catch for UnknownHostException to fix leaky file descriptor in client
2011-09-20 14:26:17 -05:00
Thomas Becker
4b7f8d79dd
358147: SelectConnector catch UnresolvedAddressException to avoid socket leak
2011-09-20 14:21:26 -05:00
Thomas Becker
f0fe55165b
SelectConnector.java code format
2011-09-20 14:21:18 -05:00
Jesse McConnell
f6d26c2007
[Bug 358263] add method for osgi users to register a driver as Class.forName does not work for them
2011-09-20 14:09:26 -05:00
Jesse McConnell
bc86f5d154
update parent version
2011-09-20 14:08:30 -05:00
Jesse McConnell
3091739b70
remove plugin versions we get from parent and remove groupId
2011-09-20 11:47:17 -05:00
Jesse McConnell
2ef624e9fa
add resource dir for tests
2011-09-20 10:11:26 -05:00
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