Simone Bordet
da21e1433b
jetty9 - fixed NPE in XML tests.
2012-07-18 17:38:38 +02:00
Simone Bordet
1aebddfaf7
382343 - Jetty XML support for Map is broken.
2012-06-12 13:12:17 +02:00
Greg Wilkins
792509d459
jetty-9 jetty-deployer passing tests
2012-06-06 15:27:56 +02:00
Greg Wilkins
767597bc44
380913: support list types in jetty xml for setters and constructor args
2012-06-01 19:15:36 +02:00
Thomas Becker
28e90058aa
380913: support list types in jetty xml for setters and constructor args
...
Change-Id: I873ac4bde68aa6f043b74f63609711b51cb1338f
2012-05-31 12:26:09 +02:00
Greg Wilkins
a565c72adb
374550: remove printStackTrace calls
2012-04-12 16:51:59 +10:00
Greg Wilkins
d4a23c2a65
368633 fixed configure.dtd resource mappings
2012-01-16 13:58:44 +11:00
Greg Wilkins
ed5059bddc
367591 corrected configuration.xml version to 7.6
2011-12-28 11:22:08 +11:00
Greg Wilkins
b35b3ec668
367591 Added Env element to XmlConfiguration
2011-12-28 11:13:15 +11:00
Simone Bordet
c6103f2d53
Removed usages of ThreadDeath.
2011-11-24 20:39:04 +01:00
Greg Wilkins
7a9b8f1e9d
reverted last changes due to instability
2011-11-10 12:11:58 +11:00
Greg Wilkins
d61258ec4e
clean ups from review from sbordet.
...
Removed isBufferred
fixed instanceof ThreadDeath
avoid race with onInputShutdown
2011-11-10 10:12:37 +11:00
Greg Wilkins
904a0026e1
353192 Better warning for classes of wrong type
2011-08-29 14:38:38 +10:00
Joakim Erdfelt
b63e56e8e1
293739 - Deprecate static Jetty Log usage in favor of named logs
...
+ Finished conversion of jetty-xml, jetty-jmx
2011-08-24 12:47:55 -07:00
Jan Bartel
82adc6cad4
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2011-07-15 15:21:23 +10:00
Jan Bartel
21f924fa1d
352176 - xml parsing on startElement should be more flexible on using qName or localName
2011-07-15 15:21:04 +10:00
Jesse McConnell
660dd754ea
[Bug 352133] add <Object> as abstractlist type
2011-07-14 11:28:41 -05:00
Jan Bartel
295634a369
352046 - Need try/catch around features set in XmlParser
2011-07-14 15:50:37 +10:00
Michael Gorovoy
8babf3ae17
351576 Do not use deprecated method File.toURL()
2011-07-08 17:21:02 -04:00
Joakim Erdfelt
26d59fda32
Javadoc error cleanup.
...
+ Removing missing class references
+ Fixing empty @return statements
+ Delinking invalid direction class references
+ Correcting @param <name> typos
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3219 7e9141cc-0065-0410-87d8-b60c137991c4
2011-05-19 22:26:41 +00:00
Greg Wilkins
57c2cc31fa
343482 refactored overlay deployer layout to use WAR layout - work in progress
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3032 7e9141cc-0065-0410-87d8-b60c137991c4
2011-04-27 00:51:08 +00:00
Greg Wilkins
fb92f51f49
JETTY-1364 cleaned up javadoc
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3001 7e9141cc-0065-0410-87d8-b60c137991c4
2011-04-12 04:07:57 +00:00
Michael Gorovoy
5a04099f61
341105 Stack trace is printed for an ignored exception
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2917 7e9141cc-0065-0410-87d8-b60c137991c4
2011-03-28 14:08:35 +00:00
Greg Wilkins
917a5c7793
JETTY-1331 remove extra debug print
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2867 7e9141cc-0065-0410-87d8-b60c137991c4
2011-03-07 21:19:05 +00:00
Greg Wilkins
9eadc0ccad
JETTY-1331 java 1.5
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2842 7e9141cc-0065-0410-87d8-b60c137991c4
2011-03-01 22:32:11 +00:00
Greg Wilkins
fafe5c905e
JETTY-1331 Allow alternate XML configuration processors (eg spring)
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2800 7e9141cc-0065-0410-87d8-b60c137991c4
2011-02-17 12:17:50 +00:00
Jan Bartel
5b7e63510a
336781 If xml parser is not validating, turn off external dtd resolution
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2770 7e9141cc-0065-0410-87d8-b60c137991c4
2011-02-10 07:49:05 +00:00
Joakim Erdfelt
892bd690e0
Bug 333771 - System properties are not available inside XML configuration
...
file by using the 'property' tag.
* Made lookups of Properties by the Start Config use Jetty Property then
System Properties, and lastly default values when requested.
* Made XmlConfiguration use layered property lookup from Start Config,
benefitting XmlConfiguration of the same logic.
* Made all use of Start Config.getProperty() use static references
per the method signature.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2646 7e9141cc-0065-0410-87d8-b60c137991c4
2011-01-10 18:10:15 +00:00
Greg Wilkins
312cf416ec
minor cleanups and test improvements
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2603 7e9141cc-0065-0410-87d8-b60c137991c4
2010-12-09 16:49:46 +00:00
Greg Wilkins
095d728f31
improved help and debugging
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2490 7e9141cc-0065-0410-87d8-b60c137991c4
2010-11-10 21:04:14 +00:00
Greg Wilkins
543118f837
329410 Enforce XmlConfiguration properties as Map<String,String>
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2469 7e9141cc-0065-0410-87d8-b60c137991c4
2010-11-04 02:08:49 +00:00
Greg Wilkins
0e6f62664d
323985 Xmlconfiguration pulls start.jar config properties
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2326 7e9141cc-0065-0410-87d8-b60c137991c4
2010-10-06 23:43:14 +00:00
Greg Wilkins
6478b5ede7
improved debug dump
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2155 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-20 00:46:34 +00:00
Jan Bartel
32a89ffaf7
Backport from 7 to 8 of changes to reconciliation of webapp config mechanism. See bugzilla 320073
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2152 7e9141cc-0065-0410-87d8-b60c137991c4
2010-07-19 06:15:57 +00:00
Hugues Malphettes
ca3ad1b7d5
bug 317231 fix the default attribute of the <property> element in jetty.xml files
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2037 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-22 16:05:21 +00:00
Simone Bordet
e094c3064c
Fixes #308869 (Update test suite to JUnit4 - Module jetty-xml).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1598 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 14:58:43 +00:00
Simone Bordet
66fe084dc9
Fixes #308869 (Update test suite to JUnit4 - Module jetty-xml).
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1597 7e9141cc-0065-0410-87d8-b60c137991c4
2010-04-27 14:43:11 +00:00
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
52fc378b93
298667 various deployer improvements
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1174 7e9141cc-0065-0410-87d8-b60c137991c4
2009-12-31 03:02:16 +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
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
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
Jesse McConnell
68c7617902
[BUG-277551] add doPrivileged() block to main method of XMLConfiguration to create security barrier between start.jar and the rest of jetty
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@386 7e9141cc-0065-0410-87d8-b60c137991c4
2009-06-12 22:05:56 +00:00
Jesse McConnell
3175c54491
point to actual dtd
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@213 7e9141cc-0065-0410-87d8-b60c137991c4
2009-05-13 16:24:22 +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
0f510e6753
This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of the
...
3.0 asynchronous machinery available.
Introduces a new improved Continuation API that is an evolution of the
original Continuation API, while taking some good ideas from the 3.0 spec.
The intention is that this API will simplify the use of the 3.0
API, while making it available in jetty-7 (scalably) and in all other
2.5 containers with the ContinuationFilter.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@27 7e9141cc-0065-0410-87d8-b60c137991c4
2009-03-29 02:15:22 +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