Jan Bartel
0eeef6ab4e
393770 Error in ContextHandler.setEventListeners(EventListener[])
2012-11-26 11:09:21 +11:00
Simone Bordet
6756cc7e75
Fixed compilation problem.
2012-11-23 14:13:07 +01:00
Simone Bordet
b7cdb29a14
Simplified connection establishment code.
2012-11-23 13:16:32 +01:00
Simone Bordet
ee893d8526
Corrected changes introduced with Promise.
...
Save creation of iterators for every append() and prepend() in StandardSession.
Removed PromisingCallback, only used by SPDY and better implemented otherwise.
2012-11-23 13:16:32 +01:00
Hugues Malphettes
e999c45bad
394294 Start web-bundles started before jetty
...
A web-bundle started before jetty-osgi should be deployed
as a webapp when jetty-osgi starts.
Thanks to Constantine Nosovsky for the patch.
2012-11-23 18:29:07 +08:00
Thomas Becker
ab642141d1
Add jetty-maven-plugin to test-webapp-rfc2616
2012-11-23 11:01:58 +01:00
Greg Wilkins
f89909e301
jetty-9 cleaning up dependencies
2012-11-23 16:25:57 +11:00
Jan Bartel
ba8057867e
Merge remote-tracking branch 'origin/jetty-8'
2012-11-23 15:04:20 +11:00
Jan Bartel
8241089364
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2012-11-23 14:45:34 +11:00
Jan Bartel
769260f251
392417 Prevent Cookie parsing interpreting unicode chars
2012-11-23 12:29:53 +11:00
Greg Wilkins
9edac367c8
394854 optimised promise implementation
2012-11-23 12:18:52 +11:00
Simone Bordet
04aafcae3c
Fixed NPEs caused by guard introduced in AbstractFrameBytes's constructor for null callbacks.
2012-11-23 12:18:52 +11:00
Simone Bordet
9f86d36d6c
Fixed infinite recursion due to method renaming.
2012-11-23 12:18:52 +11:00
Simone Bordet
b2c03b04f1
Made jetty-client module compile.
2012-11-23 12:18:51 +11:00
Greg Wilkins
7737dc8c76
394854 Implemented Promise
2012-11-23 12:18:51 +11:00
Jan Bartel
94547fb4ea
Fix link to jetty @ eclipse for test webapp
2012-11-23 10:54:47 +11:00
Jan Bartel
3393108950
Fix link to jetty @ eclipse for test webapp
2012-11-23 10:52:49 +11:00
Jan Bartel
3587350447
Fix link to jetty @ eclipse in remote.html
2012-11-23 10:51:47 +11:00
Jan Bartel
332017d84d
Fix link to jetty @ eclipse
2012-11-23 10:48:28 +11:00
Jan Bartel
976d6e2203
394870 Make enablement of remote access to test webapp configurable in override-web.xml
2012-11-23 10:47:39 +11:00
Jan Bartel
fc2682ab02
394870 Make enablement of remote access to test webapp configurable in override-web.xml
2012-11-23 10:35:10 +11:00
Jan Bartel
5f69945b33
Update remote.html text for jetty-9
2012-11-22 21:52:56 +11:00
Thomas Becker
3ea03e7094
394860: fix test-jetty-webapp to work with mvn jetty:run again
2012-11-22 10:22:19 +01:00
Jan Bartel
11704ab986
Port IdleSessionTest to jetty-9 api
2012-11-22 18:38:23 +11:00
Greg Wilkins
f0cc03ede5
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-server/src/main/java/org/eclipse/jetty/server/Response.java
jetty-server/src/main/java/org/eclipse/jetty/server/session/HashSessionManager.java
jetty-server/src/main/java/org/eclipse/jetty/server/session/HashedSession.java
jetty-server/src/test/java/org/eclipse/jetty/server/ResponseTest.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/MultipartFilterTest.java
2012-11-22 17:01:55 +11:00
Greg Wilkins
e42b5bf970
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2012-11-22 16:35:26 +11:00
Jan Bartel
90a86d3a6b
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2012-11-22 16:26:38 +11:00
Jan Bartel
2693829f23
Merge branch 'jetty-7' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-7
2012-11-22 16:14:04 +11:00
Jan Bartel
f6a8005b91
Add blank for license header check
2012-11-22 16:13:44 +11:00
Greg Wilkins
14162c6154
394514 Preserve URI parameters in sendRedirect
2012-11-22 16:10:19 +11:00
Jan Bartel
8920fcc128
394829 Session can not be restored after SessionManager.setIdleSavePeriod has saved the session
2012-11-22 15:50:01 +11:00
Greg Wilkins
597649d4aa
394719 remove regex from classpath matching
2012-11-22 15:41:01 +11:00
Jan Bartel
4befd6395b
Merge remote-tracking branch 'origin/jetty-8'
2012-11-22 12:08:42 +11:00
Jan Bartel
1f368d269d
394839 Allow multipart mime with no boundary
2012-11-22 10:14:27 +11:00
Jan Bartel
4cf77cea31
394839 Allow multipart mime with no boundary
2012-11-22 09:55:12 +11:00
Thomas Becker
6a194521c0
394811: Make JAASLoginService log login failures to DEBUG instead of WARN. Same for some other exceptions.
2012-11-21 17:42:51 +01:00
Thomas Becker
207745fdef
394811: Make JAASLoginService log login failures to DEBUG instead of WARN. Same for some other exceptions.
2012-11-21 17:41:11 +01:00
Jesse McConnell
6feac131bb
expose ant properties for 0 server port to be exposed for easier unit testing and for better ant usage
2012-11-21 10:25:43 -06:00
Thomas Becker
795720759c
Revert "Make JAASLoginService log LoginExceptions in DEBUG only and other exceptions in info"
...
This reverts commit a822cde5e9
.
2012-11-21 17:19:45 +01:00
Thomas Becker
a822cde5e9
Make JAASLoginService log LoginExceptions in DEBUG only and other exceptions in info
2012-11-21 16:54:19 +01:00
Thomas Becker
273c166b21
Delete java-monitor.
2012-11-21 13:38:31 +01:00
Thomas Becker
ac43fd4c63
started to migrate java-monitor to jetty-9, however we decided to drop it. So I'll commit my unfinished status quo and then delete the module
2012-11-21 13:37:57 +01:00
Thomas Becker
9e4ec32e58
remove jetty-plugins module from pom.xml
2012-11-21 12:02:53 +01:00
Thomas Becker
15b97675c7
Deleted jetty-plugins for now. It's not used at the moment and we've no concrete plans on when to use it. It can be restored from history easily.
2012-11-21 11:00:47 +01:00
Jesse McConnell
5e61bf8935
Merge branch 'release-9'
2012-11-20 22:41:07 -06:00
Jesse McConnell
99cd038f95
set for dev
2012-11-20 22:40:51 -06:00
Jesse McConnell
60a074988d
[maven-release-plugin] prepare for next development iteration
2012-11-20 12:48:20 -06:00
Jesse McConnell
9648b4c3f0
[maven-release-plugin] prepare release jetty-9.0.0.M3
2012-11-20 12:48:12 -06:00
Jesse McConnell
6d1b4ddb3f
clean up examples-parent location
2012-11-20 12:26:17 -06:00
Jesse McConnell
c14960d71d
clean up examples-parent location
2012-11-20 12:25:38 -06:00