Commit Graph

80 Commits

Author SHA1 Message Date
Jesse McConnell 9f70dc338a add --secure --version options for dumping security info
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@698 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 18:50:08 +00:00
Joakim Erdfelt 266b3ccbcc Adding boilerplate for jetty-security work Jesse is doing.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@690 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 16:29:37 +00:00
Joakim Erdfelt 3f2706f159 Updating start.jar to have OPTIONS default in start.config.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@681 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 02:28:58 +00:00
Joakim Erdfelt 6deb6a6446 [277403] remove system properties
* Removing many of the jetty specific System.getProperty() usages to
  make embedding more useful, replacing with fields in objects that can
  be set using standard Java mechanisms.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@625 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-03 20:58:25 +00:00
Greg Wilkins a65431c1c5 refined option names after feedback
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@589 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-27 05:29:39 +00:00
Joakim Erdfelt 9ad7377e13 284475 update jetty.sh for new OPTIONS syntax
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@588 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-24 02:56:21 +00:00
Joakim Erdfelt bb50e1bac8 284510 Enhance jetty-start for diagnosis and unit testing
Merging in changes made on /jetty-start-enhancement/ branch



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@587 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-23 21:50:09 +00:00
Joakim Erdfelt ce97a37180 283344 - Startup on windows is broken
* Fixing path name munging that improperly converted "jetty.home/=$(jetty.home)" to "jetty.home\\=$(jetty.home)", and paths ending in "/**" to "\\**" which broke logic.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@553 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-13 23:12:18 +00:00
Jesse McConnell ef7b66b071 for small property expansion it is possible to fail to expand strings as the subsequent indexOf checks can leave some length of the strings unscanned
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@497 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-08 19:39:13 +00:00
Jesse McConnell e8862a3fb1 switch policy start option to secure
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@491 7e9141cc-0065-0410-87d8-b60c137991c4
2009-07-07 18:11:58 +00:00
Jesse McConnell 8fe2fe566b Adding in commented out code that is required
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@368 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-11 19:04:13 +00:00
Jesse McConnell b9b14e438e converted to reflection based custom policy loading
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@360 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-10 19:19:35 +00:00
Greg Wilkins 5c7dfe1dbb help text
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@358 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-10 09:54:43 +00:00
Jesse McConnell 8ef8fab8b5 remove comment
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@333 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-05 19:05:29 +00:00
Greg Wilkins 4f83801178 canonical start path
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@298 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-27 01:53:44 +00:00
Greg Wilkins aa5d47a35f moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@293 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 23:58:18 +00:00
Greg Wilkins 020f12e948 renamed non runtime modules
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@283 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-26 01:16:27 +00:00
Jesse McConnell 9442ab7eee [BUG 277551] initial integration for the OPTIONS=policy mechanism, the wiring is here, need to find or write a policy file parser though, nothing seems appropraite license wise I have seen so far
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@263 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 21:20:14 +00:00
Jesse McConnell 0b8640696d jetty-assembly -> jetty-distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@262 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 15:33:34 +00:00
Greg Wilkins f9a8e45c9c 277403 reduced usage of system properties
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@256 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-22 02:54:42 +00:00
Greg Wilkins 429fef0dc4 added snapshot to version after last release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@190 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-23 22:04:51 +00:00
Greg Wilkins 95cdbc95d6 tweaks to fix names after move
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@179 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-22 08:18:31 +00:00
Greg Wilkins afc329b24b improved error reporting and more options
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@173 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-22 02:42:46 +00:00
Jan Bartel 076de74e39 Make jetty-jndi, jetty-plus, jetty-annotations work
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@95 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 08:57:12 +00:00
Greg Wilkins 9f948fbcd4 simplified start.config
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@92 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 06:29:54 +00:00
Jan Bartel 13920b74b5 Add debug for checking class availability
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@91 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 06:27:34 +00:00
Greg Wilkins 92c7f86c7d errors
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@90 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 05:58:09 +00:00
Greg Wilkins c74552eeff removed repository
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@88 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 05:40:24 +00:00
Greg Wilkins 13d4e0af1f handlers cannot be updated after start
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@86 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 04:59:19 +00:00
Greg Wilkins da627b843f jetty @ eclipse initial commit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@8 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-24 21:07:27 +00:00