Greg Wilkins
|
463b275cb7
|
310094 use only Property in xml configs
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1551 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-04-22 17:18:32 +00:00 |
Greg Wilkins
|
4fe6fa388f
|
310094 Improved start.jar usage and config files
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1548 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-04-22 12:59:40 +00:00 |
Jan Bartel
|
a42b954a26
|
308420 - convert jetty-plus.xml to use DeploymentManager
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1478 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-04-07 23:26:30 +00:00 |
Jan Bartel
|
e89eab77f3
|
jetty-plus.xml was not finished being ported to jetty-7 because it still referred to addLifeCycle instead of addBean. Also added AnnotationConfiguration in as part of plusConfig
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1477 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-04-07 20:04:37 +00:00 |
Greg Wilkins
|
227fb5abec
|
numerous code cleanups
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1014 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-10-26 07:48:39 +00:00 |
Jan Bartel
|
35dfcc2d4b
|
remove printlns from jetty-plus.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@977 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-10-07 04:10:02 +00:00 |
Jan Bartel
|
33399664b5
|
JETTY-1113
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@925 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-09-17 03:49:27 +00:00 |
Jan Bartel
|
d627905f4b
|
JETTY-780
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@859 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-09-10 11:51:11 +00:00 |
Jan Bartel
|
4ae850e9e5
|
JETTY-960 support ldaps
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@762 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-08-26 02:03:16 +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
|
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 |
Jan Bartel
|
0358f29479
|
Bring jetty-7 into line with new annotation parsing mechansim from jetty-8
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@575 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-07-22 00:51:14 +00:00 |
Jan Bartel
|
6c3f6d9acd
|
Update for latest changes to WebAppDeployer to support setting the include pattern for jar ordering/scanning etc.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@312 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-28 04:51:38 +00:00 |
Jan Bartel
|
4675e38841
|
Ensure MetaInfConfiguration finds all candidate jars from the container path and also from web-inf, then applies inclusion patterns to them to do an initial ordering. Jetty-8 will modify this ordering based on web-fragment ordering. The list of jars is passed around as a context attribute. The inclusion patterns are specified as context attributes. The ContextDeployer and WebAppDeployer can be configured with context attributes (such as the default inclusion patterns) that are set on every context they deploy. The list of jars are passed around as a List of Resources, and the pattern matching is done based on the URI (ie as a name string) rather than as a jar URL.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@310 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-28 03:51:44 +00:00 |
Jan Bartel
|
577684b4c9
|
Move creation of java:comp/env to EnvConfiguration.configure() from EnvConfiguration.preConfigure(), as WebInfConfiguration only creates the web app's classloader (that the java:comp/ factory depends on) in WebInfConfiguration.configure()
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@274 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-25 10:55:31 +00:00 |
Greg Wilkins
|
515c800bf9
|
imports and formatting
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@269 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-25 01:45:02 +00:00 |
Jan Bartel
|
9391163a29
|
Remove draft servlet spec 3 pojo annotation types; refactor annotation processing to make processing of non-classpath files easier (eg for jetty-maven-plugin); take out some debug printlns accidentally left in.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@257 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-22 08:31:06 +00:00 |
Jan Bartel
|
688fbac7aa
|
New Configuration structure. This structure will be modified in jetty-8 to accommodate servlet spec3. This checkin moves jetty-7 closer to that final structure. Configuration now consists of 3 phases: preConfigure(), configure() and postConfigure(). All Configurations can now be chained together rather than having to override/replace existing Configurations.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@230 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-19 07:40:36 +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 |
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 |
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 |