Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-13[maven-release-plugin] copy for tag jetty-7.4.1.v20110513jetty-7.4.1.v20110513Greg Wilkins60-64/+80
2011-05-13345679 Allow setting an initialized KeyStore as keystore/truststore of SslCon...Michael Gorovoy2-10/+128
2011-05-12[maven-release-plugin] prepare for next development iterationJesse McConnell57-60/+60
2011-05-12[maven-release-plugin] prepare release jetty-7.4.1.v20110512Jesse McConnell57-60/+60
2011-05-12[maven-release-plugin] prepare for next development iterationGreg Wilkins57-60/+60
2011-05-12[maven-release-plugin] prepare release jetty-7.4.1Greg Wilkins57-60/+60
2011-05-12345543 Always close endpoint on SSLExceptionGreg Wilkins6-12/+48
2011-05-12345290 Weak references from SessionIdManager. HashSessionManager cleanup.Greg Wilkins4-144/+157
2011-05-11332907 make context name and children context consistent for webappsMichael Gorovoy1-10/+10
2011-05-11332907 code cleanupsGreg Wilkins5-497/+502
2011-05-11332907 Add context property to ObjectName of JMX MBeansMichael Gorovoy13-83/+349
2011-05-11332907 link structure before adding beans to containerGreg Wilkins1-3/+6
2011-05-11332907 link structure before adding beans to containerGreg Wilkins4-19/+15
2011-05-10Bug 288563 remove unsupported and deprecated --secure option, use jetty-polic...Jesse McConnell1-0/+1
2011-05-10remove unsupported and deprecated --secure option, use jetty-policy.xml confi...Jesse McConnell3-117/+1
2011-05-10343680 Handle OSGi bundle jars not ending in ".war"Greg Wilkins2-1/+2
2011-05-10343936 idle calls unbind and remove listenersGreg Wilkins1-0/+1
2011-05-10fixed the ordering (again!)Greg Wilkins1-1/+1
2011-05-10332907 (work in progress) Added AbstractHandlerContainer.findContainerOfGreg Wilkins3-1/+67
2011-05-10bug 336056 Ability to override the computation of the ContextHandler to deplo...Hugues Malphettes2-5/+25
2011-05-10332907 backed out the change until reviewedGreg Wilkins27-591/+223
2011-05-10345047 Readded deprecated ScanningAppDeployer#setMonitoredDirGreg Wilkins2-0/+10
2011-05-09332907 Add context property to ObjectName of JMX MBeansMichael Gorovoy26-187/+561
2011-05-09JETTY-1314 Handle bad URI encodingsGreg Wilkins3-18/+22
2011-05-09JETTY-1324 Tested not using CESU-8 instead of UTF-8Greg Wilkins5-208/+176
2011-05-09JETTY-1326 Invoker names not hashCode basedGreg Wilkins2-8/+7
2011-05-09add a dump servlet to probe the webapp server in which we are runningHugues Malphettes1-0/+1122
2011-05-09JETTY-1343 IllegalArgumentException for bad % encodingsGreg Wilkins4-2/+52
2011-05-09JETTY-1347 updated javadoc for filtersGreg Wilkins2-3/+4
2011-05-09request parameter to debug the system properties in the dump servletHugues Malphettes1-0/+1
2011-05-09request parameter to debug the system properties in the dump servletHugues Malphettes1-0/+13
2011-05-09Support passing sys properties variable for the path to the logback configura...Hugues Malphettes1-1/+5
2011-05-09343083 better handling of isSecureGreg Wilkins7-4/+239
2011-05-06343172 Check package implementor for versionGreg Wilkins3-3/+8
2011-05-06bug 341736 A few more options, take care of logback configuration too.Hugues Malphettes2-3/+45
2011-05-06bug 341736 some more debugging in the test webapp to probe if getRealPath("/W...Hugues Malphettes1-0/+50
2011-05-06cleanups for demoGreg Wilkins1-2/+4
2011-05-06please keep the VERSION.TXT in orderGreg Wilkins1-3/+3
2011-05-06343923 check for half closedGreg Wilkins2-3/+6
2011-05-06cleanups for demoGreg Wilkins1-1/+1
2011-05-05bug 341736 cleaning up.Hugues Malphettes1-7/+11
2011-05-05343482 refactored overlay deployer layout to use WAR layoutGreg Wilkins9-32/+240
2011-05-05publicGreg Wilkins1-1/+1
2011-05-04343482 refactored overlay deployer layout to use WAR layoutGreg Wilkins2-15/+15
2011-05-03Fixes #340040 (Support for a total timeout).Simone Bordet5-86/+269
2011-05-03Fixed test (was referencing a wrong local variable).Simone Bordet1-71/+64
2011-05-03bug 344529 Ability to customize the error handling of the OSGi HttpServiceHugues Malphettes1-1/+8
2011-05-03bug 344529 Ability to customize the error handling of the OSGi HttpServiceHugues Malphettes6-17/+111
2011-05-03refine demo for overlaysGreg Wilkins6-71/+88
2011-05-03bug 341736 Use a lifecyclelistener instead of extending the Connector itselfHugues Malphettes1-2/+12

Back to the top