Commit Graph

447 Commits

Author SHA1 Message Date
Joakim Erdfelt 0f56762ce8 Adding dynamic OPTIONS options discovery.
* Adding new dynamic classpath section identifier using syntax discussed
  on irc.  [=path_to_dir/*]

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@704 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-12 20:14:54 +00:00
Jesse McConnell 536e5522c8 add resolved issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@703 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-12 13:43:46 +00:00
Jesse McConnell 8f273a22b2 catch ACE and dump to err
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@702 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 21:03:16 +00:00
Joakim Erdfelt 8890819c16 Fixing bug with active option additions with --secure.
* The --secure added options were being set BEFORE the config was read.
  It should be set after the Config is read, so that any defaults
  and commandline OPTIONS are kept.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@701 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 20:35:03 +00:00
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
Jesse McConnell 57f6fcb62c add dump method
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@697 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 18:01:16 +00:00
Jesse McConnell 1371a6d1d0 remove commented out dependency
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@696 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 17:41:19 +00:00
Joakim Erdfelt 8b50f2e543 Testing updates.
* Fixing MavenTestingUtils.toTargetURL() mistake.
* Moving phase from generate-resources to generate-test-resources
* Fixing testing flow in JettyPolicyRuntimeTest

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@695 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 17:38:45 +00:00
Jesse McConnell 735454017b convert to new file loc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@694 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 17:24:05 +00:00
Joakim Erdfelt a110bdd845 Beefing up unit tests. minor cleanup.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@693 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 17:17:55 +00:00
Jesse McConnell 299b5551bd jetty policy test renaming
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@692 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 16:52:59 +00:00
Jesse McConnell b559f19527 fix up the test-policy
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@691 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 16:42:14 +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
Greg Wilkins 3def0eb7ab 286185 JSONPojoConvertorFactoryTest
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@689 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 13:10:52 +00:00
Greg Wilkins 27d0dde15b next dev
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@688 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 07:16:58 +00:00
Greg Wilkins 00b1f6aee2 releasing (late)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@685 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 07:08:40 +00:00
Greg Wilkins 2ecff5d4ea ready for late release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@684 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 07:00:46 +00:00
Greg Wilkins c91bd11b1f ignore
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@683 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 06:59:54 +00:00
Greg Wilkins cff42f679b updated banner
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@682 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 02:37:30 +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
Jesse McConnell a9ed6dda62 fix up some , errors that the JettyPolicy mechanism handles but fail the typical sun.security policy parser
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@674 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-11 00:05:03 +00:00
Greg Wilkins 2fe3fb4c63 mkdir
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@670 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-10 13:10:25 +00:00
Greg Wilkins 8acd4ab72c readded jetty-distribution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@669 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-09 23:42:32 +00:00
Greg Wilkins ea6f3e0d14 testing
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@662 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-07 06:12:02 +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
Greg Wilkins 60a5d9ea9f release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@653 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 14:02:44 +00:00
Greg Wilkins 8913557e88 Improved handling of overlays and resourceCollections
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@652 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 12:30:24 +00:00
Athena Yao d6e61ed545 [Bug 283375] fix property name; add additional checks to prevent NPE on passwords
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@651 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 09:14:51 +00:00
Athena Yao c94e0ce88a [Bug 283172] add to version.txt
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@650 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 07:54:07 +00:00
Jan Bartel ecc9b9b417 Remove context attributes in postConfigure() phase of configuration that are not needed during deconfigure().
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@649 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 03:41:56 +00:00
Greg Wilkins dc8985597a updated system and server classes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@648 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 01:51:57 +00:00
Greg Wilkins 3a389a2f88 updated system and server classes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@647 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-06 01:29:54 +00:00
Greg Wilkins d782da2de0 283513 Check endp.isOpen when blocking read
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@646 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 23:57:05 +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
Joakim Erdfelt 9904d89778 Updating scm url references
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@644 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 23:56:22 +00:00
Greg Wilkins b034d1ed4c 283513 Check endp.isOpen when blocking read
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@643 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 23:54:22 +00:00
Greg Wilkins 9ec5d83f5c fixed problem with deferred security and form auth
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@642 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 16:26:35 +00:00
Greg Wilkins 4628a6869c 282447 concurrent destinations in HttpClient
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@640 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 15:34:31 +00:00
Greg Wilkins 2461a40229 handle webapp without WEB-INF
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@639 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 15:25:56 +00:00
Greg Wilkins 3c81bb4985 285697 extract parameters if dispatch has query
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@638 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 15:25:15 +00:00
Greg Wilkins c0fd7a89c9 undo 285697 extract parameters on getParameters call
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@637 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 15:01:47 +00:00
Greg Wilkins bae2a11d13 285697 extract parameters on getParameters call
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@636 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 14:59:03 +00:00
Greg Wilkins eb6c8d5a12 XmlConfiguration example
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@635 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-05 01:05:19 +00:00
Greg Wilkins 05abaec2af version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@629 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-04 08:06:59 +00:00
Jan Bartel 8e9e7d5179 Unset context attributes during Configuration.deconfigure() that were set during Configuration.configure().
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@628 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-04 07:52:03 +00:00
Greg Wilkins 62c605f802 JETTY-1074 JMX thread manipulation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@627 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-04 07:36:49 +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
Joakim Erdfelt 1ed9f2507c Adding top level .gitignore for those of us using git-svn (which doesn't use svn:ignore)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@624 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-03 20:31:19 +00:00
Greg Wilkins 6e4f53cc3d improved deferred authentication handling and fixed test harnesses
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@623 7e9141cc-0065-0410-87d8-b60c137991c4
2009-08-03 08:54:41 +00:00