Commit Graph

746 Commits

Author SHA1 Message Date
Jesse McConnell 50dd4c94b1 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1433 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:40 +00:00
Jesse McConnell ff7ae57f00 [maven-release-plugin] prepare release jetty-project-7.0.2.v20100331
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1431 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-31 16:46:26 +00:00
Greg Wilkins b12bdbc06e 306782 Do not skip content if 100 not sent, but content available
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1416 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-27 19:56:53 +00:00
Greg Wilkins a4b09b44da JETTY-1192 Fixed Digested POST
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1384 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-16 14:33:47 +00:00
Greg Wilkins 0207f90d5b JETTY-1192 Fixed Digested POST
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1383 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-16 12:41:11 +00:00
Greg Wilkins 96ec4af2df JETTY-1192 Fixed Digested POST
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1378 7e9141cc-0065-0410-87d8-b60c137991c4
2010-03-15 20:19:03 +00:00
Greg Wilkins 37fe212f35 JETTY-983 range handling cleanup
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1267 7e9141cc-0065-0410-87d8-b60c137991c4
2010-02-15 05:14:07 +00:00
Jan Bartel 6391cbcec7 JETTY-776
Oops forgot to remove test code.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1219 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-28 00:56:18 +00:00
Jan Bartel c378bc797b JETTY-776
Remove LightLoad test as this is not applicable for the JDBC solution. It only works with terracotta because terracotta takes out a cluster-wide lock when the session is entered on any node. This means you can bounce the session around nodes. This does not work with the JDBC session implementation as it is not feasible to do a cluster-wide lock on particular row on the sessions table.

Add a method on JDBCSessionManager that would allow a subclass to send a message to all other nodes whenever the session is being written to the database which would cause the other nodes to invalidate that session in their local caches and re-read from the database.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1218 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-28 00:54:40 +00:00
Jan Bartel 28453e9c24 Add new test-sessions module to do testing of various session implementations. The test-session-common module was created based on the terracotta session test suite checked into jetty-codehaus. I've genericized these tests so that they may be applied to the various session clustering solutions.
Changes to JDBCSessionIdManager with this checkin were to increase the length of the varchar storing the session id from 60 to 120 char, and also to reduce the amount of time we held a lock over the session id map.

Changes to the JDBCSessionManager with this checkin were to decrease the amount of time we held locks, and when retrieving a session from the database, checking if the session had expired before loading it.

Changes to the AbstractSessionManager with this checkin were to ensure that the SessionListeners were only called if the session was removed (we were calling them anyway).


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1213 7e9141cc-0065-0410-87d8-b60c137991c4
2010-01-26 01:37:03 +00:00
Greg Wilkins e143ea826c [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1098 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-25 02:10:28 +00:00
Greg Wilkins 184d5df776 [maven-release-plugin] prepare release jetty-7.0.1.v20091125
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1096 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-25 02:06:41 +00:00
Jesse McConnell ef96101e68 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1093 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-24 17:59:51 +00:00
Jesse McConnell a2a38f6a34 [maven-release-plugin] prepare release jetty-7.0.1.v20091123
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1091 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-24 17:59:22 +00:00
Jesse McConnell 153bd88fc6 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1086 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-22 14:11:27 +00:00
Jesse McConnell dfbd0b47b5 [maven-release-plugin] prepare release jetty-7.0.1.v20091122
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1084 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-22 14:07:52 +00:00
Jesse McConnell 4bb4112521 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1067 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-18 17:41:17 +00:00
Jesse McConnell bdee1f039f [maven-release-plugin] prepare release jetty-7.0.1.v20091117
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1065 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-18 17:41:02 +00:00
Jesse McConnell b85de61651 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1057 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-17 03:07:25 +00:00
Jesse McConnell e58f1ca595 [maven-release-plugin] prepare release jetty-7.0.1.v20091116
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1055 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-17 03:06:58 +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
Joakim Erdfelt 6c4b06bbce Copying jetty-centralized-logging from /sandbox/ into place.
* Removing tests/test-webapps/test-webapp-logging-* which are now in place in the jetty-centralized-logging project.



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@836 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:46:49 +00:00
Joakim Erdfelt db1479e571 Merging from revision 787:HEAD on /branches/jetty-7.0.1/ to /trunk/
* Bumping up version to 7.0.1-SNAPSHOT
* Adding jetty-webapp-verifier from /sandbox/
* Changes to jetty-webapp for jetty-centralized-logging from /sandbox/
* Fixes to jetty-policy to support jetty-webapp-verifier



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@835 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:31:00 +00:00
Jesse McConnell a7f504f899 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@776 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-27 15:18:06 +00:00
Jesse McConnell 0cf3c00feb [maven-release-plugin] prepare release jetty-7.0.0.RC5
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@774 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-27 15:17:44 +00:00
Greg Wilkins e417420b70 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@739 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-18 02:41:23 +00:00
Greg Wilkins 974d4c1927 [maven-release-plugin] prepare release jetty-7.0.0.RC4
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@737 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-18 02:39:48 +00:00
Greg Wilkins ed1935e101 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@656 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 14:34:05 +00:00
Greg Wilkins 261950e457 no snapshot
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@654 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 14:09:12 +00:00
Joakim Erdfelt 37059788f3 Fixing test failures in RFC2616 section 9.4
* A timing issue was discovered in the test case (not a bug in jetty),
  added some code to filter out the "Date: " header as there can be a
  difference in that header between the GET and HEAD calls.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@645 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 23:56:31 +00:00
Jesse McConnell 3969b20ffa [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@606 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-29 14:47:24 +00:00
Jesse McConnell 0b4c1c990b [maven-release-plugin] prepare release jetty-7.0.0.RC2
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@604 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-29 14:46:58 +00:00
Jesse McConnell 975d2daa77 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@560 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-15 21:22:26 +00:00
Jesse McConnell e0ec404a10 [maven-release-plugin] prepare release jetty-7.0.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@558 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-15 21:18:41 +00:00
Joakim Erdfelt 0e10f592d8 [BUG 283172] fix build on windows
* Undoing misplaced .toSystemLN() hack in favor of using Subversion svn:eol-style property correctly.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@552 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-11 00:56:03 +00:00
Joakim Erdfelt 1c11416ad4 [BUG 283172] fix build on windows
* Ensure tmpdir exists
* Ensure tmpdir is not reused between tests


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@549 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-11 00:01:29 +00:00
Joakim Erdfelt b3c82d1bbf [BUG 283172] fix build on windows
* Using /target/work/${testname}/ as temp dir for webapp deployment (so as to play nice in windows, and not fill up the ${java.io.tmpdir} with webapp deployments)


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@548 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-10 23:56:08 +00:00
Joakim Erdfelt d8006aaafd [BUG 283172] fix build on windows
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@547 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-10 23:36:35 +00:00
Joakim Erdfelt 90105841ab * Correcting System LN issue.
* Fixing test name typo.


git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@546 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-10 23:04:02 +00:00
Joakim Erdfelt ebb3c4966c [BUG 283172] fix build on windows
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@543 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-10 21:50:22 +00:00
Greg Wilkins 42a33c32fc slighly quicker tests
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@534 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-09 23:26:36 +00:00
Jesse McConnell 57c9074b28 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@523 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-09 02:39:31 +00:00
Jesse McConnell 0d6314659c [maven-release-plugin] prepare release jetty-7.0.0.RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@521 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-09 02:39:06 +00:00
Joakim Erdfelt 6efb0b3f9d Updating versions to RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@515 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-08 23:18:08 +00:00
Joakim Erdfelt b96e324322 Updating versions to RC0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@512 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-08 23:13:31 +00:00
Joakim Erdfelt 3a7cc3809f 271535 Adding integration tests, and enabling RFC2616 tests.
Adding /tests/test-integration/ tree, along with new RedirectRegexRule.



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@496 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-08 19:28:16 +00:00