Commit Graph

18241 Commits

Author SHA1 Message Date
Jan Bartel 17250b81c0 Minor change to permit xml req param as either xml or XML
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@165 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-21 03:11:25 +00:00
Greg Wilkins dfbe0ff485 license headers
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@164 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-20 07:40:10 +00:00
Greg Wilkins 3999080ee8 JETTY-983 Default servlet sets accept-ranges for cached and gzip content
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@163 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-20 07:39:38 +00:00
Greg Wilkins 6ff10dd433 JETTY-988
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@162 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-20 06:04:13 +00:00
Greg Wilkins a6d2ce42f6 improved low resource handling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@158 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-17 02:37:34 +00:00
Greg Wilkins 868f248eae improved low resource handling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@157 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-17 02:32:32 +00:00
Greg Wilkins f160c90f06 improved async authentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@156 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-17 01:13:22 +00:00
Greg Wilkins ed2408538b reworked deferred authentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@155 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-17 00:21:50 +00:00
Greg Wilkins 5ff3346774 better char[] credential support
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@152 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-15 12:49:39 +00:00
Greg Wilkins 3a129bb90f reworked the Authentication to better support lazyness and to move towards servlet 3.0 login and logout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@151 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-15 12:39:05 +00:00
Greg Wilkins 5e11796031 configure.dtd
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@150 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-15 01:52:39 +00:00
Jan Bartel 5e4c38341f Ensure constraints matching particular http method are selected
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@149 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 22:46:41 +00:00
Jesse McConnell a297aab93c removed extra dirs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@148 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 19:58:42 +00:00
Jesse McConnell b75bccdcd0 generate -tests artifact for codehaus integration side
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@147 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 19:57:05 +00:00
Greg Wilkins ff452a0cc4 fixed issue with improved selector change handling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@145 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 04:32:33 +00:00
Jan Bartel 8b2e942714 Remove old method declaration to match QueuedThreadPool class
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@144 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 03:58:15 +00:00
Greg Wilkins 1e0009aa32 removed HTTP specifics from connection dispatching
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@143 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 03:00:19 +00:00
Greg Wilkins 68403f43e9 logout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@142 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-14 02:59:34 +00:00
Greg Wilkins 74de0dbec6 updated login service for logout.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@141 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-13 23:55:40 +00:00
Jesse McConnell d4a4e0ea68 moved these to admin svnloc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@140 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-13 18:23:52 +00:00
Greg Wilkins 12780a8ab6 JETTY-937 attempted work around for java 1.6 bug
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@136 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-12 01:31:32 +00:00
Greg Wilkins 6fb5ba1df1 use new releases of parent and jsp
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@135 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-11 14:00:15 +00:00
Jesse McConnell c10f6c93b7 fix broken build
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@134 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-11 13:39:51 +00:00
Jesse McConnell ff07cc2640 undo mistaken server adjustment
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@130 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-10 18:45:41 +00:00
Jesse McConnell 2a7abdb18d [271150] add usage info
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@129 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-10 18:43:18 +00:00
Jesse McConnell 7e772a6078 [271150] updates to allow for deploying jetty javadoc and jxr info to website, also adjust osgi bundle info
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@128 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-10 18:40:51 +00:00
Greg Wilkins 5223f5b8bd various debugging logging improvements
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@118 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-07 14:22:49 +00:00
Jan Bartel bc8756a404 JETTY-975: upgrade jsp glassfish
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@115 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-06 03:35:12 +00:00
Greg Wilkins 29f60c9baa 271258 FORM Authentication dispatch handling avoids caching
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@112 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-06 01:14:09 +00:00
Greg Wilkins 22b5d08bfd 271258 FORM Authentication dispatch handling avoids caching
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@110 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-05 23:22:55 +00:00
Jesse McConnell 4745030773 update to new parent
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@109 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 23:44:38 +00:00
Jesse McConnell 084a8505a2 [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@108 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 15:44:45 +00:00
Jesse McConnell f84745e1e6 [maven-release-plugin] prepare release jetty-7.0.0.M0
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@106 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 15:44:26 +00:00
Jesse McConnell 3adb716b38 git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@105 7e9141cc-0065-0410-87d8-b60c137991c4 2009-04-03 15:37:08 +00:00
Jesse McConnell 303ab06c5b [BUGZILLA-271142] placing files here to address short term resolution of this issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@104 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 15:36:39 +00:00
Greg Wilkins a71d893d58 Form auth does redirect with optional dispatch
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@102 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 07:18:00 +00:00
Greg Wilkins e0b2eb2306 no cache on form login pages
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@101 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 02:05:58 +00:00
Greg Wilkins b63e94e61d no cache on form login pages
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@100 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-03 02:04:53 +00:00
Jesse McConnell b43b16dda9 adding back in url for jars
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@98 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 20:47:13 +00:00
Greg Wilkins b4056c1474 webdefault.xml in resources
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@96 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 09:22:42 +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
Jan Bartel def6b8530c Add back in TagListener.java for test webapp
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@94 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 06:54:00 +00:00
Jan Bartel 6113087d68 Fix old location for web_jsptaglibrary_1.2.dtd
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@93 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 06:47:38 +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
Jan Bartel 849ea36f0f Add Implementation-Version to all jar manifests - needed particularly for start.jar mechanism to determine what the current version is.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@89 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 05:46:46 +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
Jan Bartel b2e0cf8138 Allow osgi manifest entry generation for jetty-plus
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@87 7e9141cc-0065-0410-87d8-b60c137991c4
2009-04-02 05:02:23 +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