Commit Graph

1271 Commits

Author SHA1 Message Date
Greg Wilkins 2b03bc5c5b reduced stress on load test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1720 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-05 12:31:12 +00:00
David Jencks e565312464 Bug 311641 no CallerPrincipalCallback is valid
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1709 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 23:04:35 +00:00
Jesse McConnell 6e395884a6 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1700 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:42:37 +00:00
Jesse McConnell 3ad4b4bb18 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1698 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:38:31 +00:00
Jesse McConnell 0442eeb60b change phase build helper runs in
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1696 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 21:24:45 +00:00
Jesse McConnell 0e541fcf2b [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1695 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:29 +00:00
Jesse McConnell 485bc3b2a6 [maven-release-plugin] prepare release jetty-7.1.0.RC1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1693 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 20:03:09 +00:00
Jesse McConnell a04456d815 revert last change to _configurationClasses which set value back to null
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1692 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 19:50:10 +00:00
Hugues Malphettes dcd0a1cc88 use the latest version of the bundle-helper mojo that can deal with the version numbers we are using
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1691 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 19:03:01 +00:00
Greg Wilkins 423c17b1c8 do not use NIO cache for SSL
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1689 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 17:00:25 +00:00
Michael Gorovoy a4d20486b2 286889 Allow System and Server classes to be set on Server instance and when applied to all webapps
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1688 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 16:16:24 +00:00
Jesse McConnell 52d8ac5321 7.0.2 -> 7.1.0 for hard coded references
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1687 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 14:25:41 +00:00
Simone Bordet 1445b94b8e Added websocket load test that shows that #309369 (Using websockets in multithreaded environment causes threads to block each other due to the synchronization done while scheduling a new Timeout task) is not a bug.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1686 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 11:58:16 +00:00
Hugues Malphettes bfcd411633 don't import javax.naming it is already provided by jdk5 and it confuses p2
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1685 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-04 00:13:58 +00:00
Hugues Malphettes a90221449c don't import javax.management it is provided by jdk5 already
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1684 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 23:44:50 +00:00
Greg Wilkins 2f2c9cbe14 JETTY-1142 Replace Set-Cookies with same name
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1683 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 23:28:25 +00:00
Greg Wilkins cc6b89040f 310094 Improved start.jar options handling and configs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1682 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 23:01:42 +00:00
Hugues Malphettes fb55975e42 don't import javax.net.ssl it is provided by the JDK5 and more
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1681 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 22:43:41 +00:00
Hugues Malphettes 2ee6994244 prevent BND from importing javax.net and javax.net.ssl which later prevents p2 from installing jetty-client
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1680 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:58:27 +00:00
Jesse McConnell da742aced2 add el
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1679 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:51:40 +00:00
Joakim Erdfelt a189ae5331 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1678 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:34:57 +00:00
Joakim Erdfelt 88537bbed4 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1677 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:30:02 +00:00
Joakim Erdfelt c71ba95e0e Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1676 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:27:08 +00:00
Joakim Erdfelt 0e782d9339 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1675 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:26:30 +00:00
Joakim Erdfelt 773613bebc Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1674 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:26:08 +00:00
Joakim Erdfelt c91378a49d Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1673 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:25:25 +00:00
Joakim Erdfelt 3e95085dcf Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1672 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:24:09 +00:00
Joakim Erdfelt c6484c555c Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1671 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:23:35 +00:00
Joakim Erdfelt 07b68dbbb7 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1670 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:23:04 +00:00
Jesse McConnell fa4cbb0ca5 update to pull external dependencies from orbit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1669 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:22:33 +00:00
Joakim Erdfelt b31eb15251 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1668 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:21:24 +00:00
Joakim Erdfelt d3b113b11e Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1667 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:20:32 +00:00
Joakim Erdfelt f5e53992f5 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1666 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:18:00 +00:00
Joakim Erdfelt dda5342db0 Ensuring directories exist for linux-packaging efforts
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1665 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:17:09 +00:00
Joakim Erdfelt e6c8adcec2 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1664 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:16:42 +00:00
Joakim Erdfelt 0c2646f6fd Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1663 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:16:34 +00:00
Joakim Erdfelt 6367d7a9e8 Removing empty directories
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1662 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 21:16:27 +00:00
Joakim Erdfelt 1b90cea30e JETTY-1030 - Improve jetty.sh script
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1661 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 20:53:52 +00:00
Greg Wilkins dd2f1166ae 306782 Close connection when expected 100 continues is not sent
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1660 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 20:19:36 +00:00
Greg Wilkins d994f2db2d #296650 JETTY-1198 reset idle timeout on request body chunks
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1654 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 18:52:16 +00:00
Joakim Erdfelt 8eac789ca1 Correcting formatting, no tabs, correct indenting.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1653 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 17:02:09 +00:00
Joakim Erdfelt 07c724ea2f Moving -source.jar bundle creating back into core, (out of osgi profile)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1652 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 17:01:51 +00:00
Simone Bordet 6ff56da2fb Fixes #308864 (Update test suite to JUnit4 - Module jetty-servlets).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1651 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 16:26:55 +00:00
Greg Wilkins f841262232 #309686 Fixed response buffers usage
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1650 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 14:18:24 +00:00
Greg Wilkins ab71e91877 291448 SessionManager has isCheckingRemoteSessionIdEncoding
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1649 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 13:48:54 +00:00
Greg Wilkins 820855b3b5 311362 Optional org.eclipse.jetty.util.log.stderr.SOURCE
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1647 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 13:15:49 +00:00
Greg Wilkins 5662d548f6 309153 Hide extracted WEB-INF/lib when running a non-extracted war
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1646 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 12:34:29 +00:00
Greg Wilkins 7908935011 #310382 NPE protection when WAR is not a file
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1645 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 10:41:45 +00:00
Greg Wilkins 4f5c512d75 291448 encodeRedirectURL only encodes absolute URLs to same host/port/context
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1644 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-03 10:37:13 +00:00
Greg Wilkins 45e68e6c7a test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1643 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-02 22:03:27 +00:00