Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-26jetty-9 Added proxy test webapp. Refined no servlet context handlingGreg Wilkins2-1/+14
2012-11-19Revert "jetty-9 moved the jetty demos to webapps-demos controlled by start.d/...Jesse McConnell1-5/+0
2012-11-19jetty-9 moved the jetty demos to webapps-demos controlled by start.d/demos.iniGreg Wilkins1-0/+5
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-6/+8
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins4-8/+12
2012-11-01393303 use jetty-web.xml to explicitly add the jetty packages that need visab...Greg Wilkins1-19/+37
2012-10-15jetty-9 removed context deployer and merged context and webapps directoryGreg Wilkins3-181/+141
2012-09-21jetty-9 more lifecycle fixesGreg Wilkins1-0/+3
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins1-12/+5
2012-08-24Merge branch 'jetty-9-aggregation' into jetty-9-spdy-httpSimone Bordet23-287/+366
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt23-278/+360
2012-08-17standardize license header blocksJesse McConnell25-302/+394
2012-08-14the old context and webapp deployer were smoked and removing the node attribu...Jesse McConnell1-1/+0
2012-08-14removed the wrapper element from the ManagedObject annotation, rejiggered obj...Jesse McConnell6-792/+29
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell3-0/+36
2012-03-02JETTY-1489 WebAppProvider attempts to deploy .svn folderJan Bartel2-5/+17
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins1-0/+6
2011-10-21Added isDebugEnabled guards to debugging that generates garbageGreg Wilkins4-9/+14
2011-08-24293739 - Deprecate static Jetty Log usage in favor of named logsJoakim Erdfelt8-31/+55
2011-07-08351576 Do not use deprecated method File.toURL()Michael Gorovoy1-1/+1
2011-06-28347468 o.e.j.deploy.binding.GlobalWebappConfigBindingTest fails on Windows pl...Michael Gorovoy1-1/+1
2011-05-20organize importsJesse McConnell1-1/+0
2011-05-20Bug 346764 added new binding that provides ordered execution of bindingsJesse McConnell1-0/+75
2011-05-18Bug 345729 add license info and commentJesse McConnell1-0/+29
2011-05-18Bug 345729 change name of key classesJesse McConnell1-1/+1
2011-05-18Bug 345729 remove previous solution in lew of more general approach allowing ...Jesse McConnell2-86/+72
2011-05-13Bug 345729 add binding that can allow for global management of server and sys...Jesse McConnell1-0/+86
2011-05-10345047 Readded deprecated ScanningAppDeployer#setMonitoredDirGreg Wilkins1-0/+9
2011-04-12342504 Scanner ListenerGreg Wilkins1-23/+5
2011-03-07338819 Externally control Deployment Manager application lifecycleMichael Gorovoy2-5/+40
2011-03-07338819 backed out for releaseGreg Wilkins2-40/+5
2011-03-05338819: Externally control Deployment Manager application lifecycle Michael Gorovoy2-5/+40
2011-03-02338607 improve destruction of handlersGreg Wilkins1-1/+1
2011-01-21Fixing broken javadoc and importsJoakim Erdfelt4-16/+10
2011-01-06333679 Refactored jetty-jmx. Improved deployer mbeansGreg Wilkins2-3/+35
2011-01-06333679 Refactored jetty-jmx. Moved mbeans to modules.Greg Wilkins1-0/+18
2010-12-21332937 Added Destroyable interface and reworked dependent lifecycles, special...Greg Wilkins2-17/+9
2010-12-09minor cleanups and test improvementsGreg Wilkins2-7/+3
2010-11-10improved help and debuggingGreg Wilkins1-0/+47
2010-11-07329642 Concurrent modification exception in Deployment ManagerGreg Wilkins1-21/+4
2010-11-04329410 Enforce XmlConfiguration properties as Map<String,String>Greg Wilkins4-8/+13
2010-11-01removed silly includeGreg Wilkins1-1/+0
2010-10-28JETTY-1295 Contexts mixed up when hot-deploying on virtual hostsJan Bartel2-18/+34
2010-10-23328523 Fixed overloaded setters in AppProviderGreg Wilkins1-4/+30
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins1-7/+0
2010-08-03320073 template deploymentsGreg Wilkins8-430/+91
2010-06-14311550 The WebAppProvider should allow setTempDirectoryJoakim Erdfelt1-8/+60
2010-06-07315925 Improved context xml configuration handlingGreg Wilkins2-2/+17
2010-05-27309185 even more javadoc fixesMichael Gorovoy1-2/+0
2010-04-29309185 - Fix the over 300 Javadoc warningsJoakim Erdfelt8-24/+21

Back to the top