Commit Graph

710 Commits

Author SHA1 Message Date
Greg Wilkins 219c9dd740 updated to patch from 20091210
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1145 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 03:27:18 +00:00
Greg Wilkins 1b8913e75e empty
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1144 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 01:53:53 +00:00
Greg Wilkins 2545eed5fb empty
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1143 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 01:36:25 +00:00
Greg Wilkins e6f111389b empty
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1142 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 01:34:20 +00:00
Greg Wilkins 5e73e0462c bind server socket in blocking mode
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1141 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-11 00:19:30 +00:00
Greg Wilkins 3fea82d8a4 296765 JMX Connector Server and ShutdownThread
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1140 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-10 23:21:06 +00:00
Greg Wilkins 9825a4282b 297421 Hide server/system classes from WebAppClassLoader.getResources
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1139 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-10 21:54:06 +00:00
Simone Bordet 6def823a49 Updated version to 7.0.2-SNAPSHOT otherwise the build fails.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1138 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-10 11:03:13 +00:00
Greg Wilkins aaf4930edd 290765 Reset input for HttpExchange retry
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1137 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-10 01:21:42 +00:00
Joakim Erdfelt f2b39d7bf8 Javadoc Cleanup. Get Binding fix. Updated diagrams.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1135 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-09 19:06:22 +00:00
Joakim Erdfelt 5c48784e86 Making AppLifeCycle binding lazy to allow for multiple xml configuration
scenario.  Cleaning up GraphOutputDot to sort 'undeployed' at top of
graph for readabilities sake.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1134 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-08 22:17:33 +00:00
Greg Wilkins 07d9656136 some simplifications of the graph classes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1133 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-08 12:34:44 +00:00
Joakim Erdfelt 02c44adede Simplifying graph, adding GraphOutput, and graph modification methods.
* Simplifying graph by removing pre-* nodes from default
* Adding GraphOutput interface to output graph to whatever you want
* Adding GraphOutputDot to dump graph to graphviz dot file format
* Adding new Graph.insert(Edge,Node) to allow for arbitrary graph
  modification.
* Changing Graph.getPath() to return NodePath instead of List<Node> to
  give some routines to get an Edge on the path via an index.
* Modifying test case to show Graph.insert(Edge,Node) in use, along with
  new NodePath Graph.getPath() behavior.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1132 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-07 22:39:41 +00:00
Joakim Erdfelt 3e91339db5 Adding Jetty DeploymentManager to jetty.xml as default deployer with
standard configuration to mimic the legacy deployer behavior.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1131 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-07 20:39:49 +00:00
Greg Wilkins c5a6e8a8fd ignores
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1129 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-05 21:41:22 +00:00
Greg Wilkins b59b02e81a executor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1128 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-05 21:40:40 +00:00
Joakim Erdfelt a0e7a295ce Moving out optional components to appropriate sandbox artifacts
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1125 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-04 22:18:35 +00:00
Joakim Erdfelt 815e822aa9 Merging jetty-deploy-manager-graph from sandbox to trunk jetty-deploy.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1124 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-04 21:59:58 +00:00
Greg Wilkins 9dfabfb184 max idle time for websocket
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1116 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-02 03:38:07 +00:00
Greg Wilkins 76cab45109 common websocket initiation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1115 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-02 02:30:19 +00:00
Greg Wilkins d7f7382bf5 test websocket client
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1114 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-02 00:02:03 +00:00
Greg Wilkins 5416ec325c detect no ContinuationFilter
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1103 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-27 02:43:54 +00:00
Greg Wilkins 604a2ae23f JSON parses NaN as null
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1101 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-26 02:27:36 +00:00
Jesse McConnell 7a3906cfcf add site deploy note
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1099 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-25 03:24:13 +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
Greg Wilkins 61e8a2bf2a fixed Date handling for 1xx responses
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1094 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-25 01:49:42 +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
Greg Wilkins 872b2367e5 escape text
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1090 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-24 04:25:40 +00:00
Greg Wilkins d2898371e3 clean up tests
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1089 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-24 00:00:17 +00:00
Jesse McConnell a142187a7b Update Version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1088 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-23 19:30:53 +00:00
Greg Wilkins f9455c7712 demo websocket implementation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1087 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-23 08:44:37 +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 777e73a819 set for stage
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1083 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-22 13:54:53 +00:00
Greg Wilkins bf6faf32bb updates
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1082 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-20 13:53:12 +00:00
Joakim Erdfelt 4ee9d68709 Enabling orbit jars
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1081 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-19 23:24:41 +00:00
Greg Wilkins f40e50715e websocket test server
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1074 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-19 21:48:58 +00:00
Greg Wilkins 5ed8699b52 websocket origin headers
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1073 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-19 21:47:14 +00:00
Simone Bordet 28102e6cea Fix for #295562: CrossOriginFilter does not work with default values in Chrome and Safari.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1072 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-19 10:32:09 +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 05efc1ec37 set version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1064 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-18 17:25:48 +00:00
Simone Bordet 0c6f8e63bc Fix for #295421: Cannot reset() a newly created HttpExchange: IllegalStateException 0 => 0.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1063 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-18 09:42:47 +00:00
Greg Wilkins d8f44e67ac test too non deterministic
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1060 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-17 22:13:18 +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
Jesse McConnell 02f7618784 set release version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1054 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-17 02:44:40 +00:00
Jesse McConnell 1876d2b873 set for release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1053 7e9141cc-0065-0410-87d8-b60c137991c4
2009-11-17 02:43:04 +00:00