Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-05[maven-release-plugin] copy for tag jetty-7.1.5.v20100705jetty-7.1.5.v20100705Greg Wilkins10-0/+134
2010-07-05[maven-release-plugin] copy for tag jetty-7.1.5.v20100705Greg Wilkins53-56/+56
2010-07-05cleaned up remote filterGreg Wilkins8-24/+48
2010-07-05Ready for releaseGreg Wilkins1-1/+1
2010-07-05readded deprecated methods to keep APIGreg Wilkins1-2/+18
2010-07-05296570 EOFException for HttpExchange when HttpClient.stop calledGreg Wilkins4-4/+25
2010-07-05296570 EOFException for HttpExchange when HttpClient.stop calledGreg Wilkins3-4/+59
2010-07-05better readmeGreg Wilkins1-0/+6
2010-07-02reduced verbosity of tests reporting errorsGreg Wilkins5-18/+34
2010-07-02318551 Optional uncheck PrintwriterGreg Wilkins4-284/+333
2010-07-02318551 Optional uncheck PrintwriterGreg Wilkins5-3/+121
2010-07-02update eclipse-mirror to 3.6 release drop for ecj dependency in jetty-distrib...Jan Bartel2-2/+3
2010-06-30Fixes #318470 (NPE caused by unboxing of field _persistent in HttpGenerator).Simone Bordet1-88/+88
2010-06-30use the latest eclipse orbit build with the latest jasper bundle that works w...Hugues Malphettes1-2/+2
2010-06-29318308 Correct quoting of unicode control charactersGreg Wilkins4-78/+62
2010-06-28317906 OPTIONS correctly handles TRACEGreg Wilkins7-6/+24
2010-06-28bug 318152Hugues Malphettes1-0/+1
2010-06-28bug 318152Hugues Malphettes1-0/+24
2010-06-28support for web-bundles that are zippedHugues Malphettes7-29/+23
2010-06-28able to run the jetty-test-webapp as a web-bundleHugues Malphettes3-2/+116
2010-06-26bug 316909 cleanup and web-bundles don't need to be unzipped anymore. Jetty's...Hugues Malphettes10-1345/+215
2010-06-24bug 316560 and bug 316909 geenrate a web-bundle from the test-jetty-webapp th...Hugues Malphettes3-0/+85
2010-06-24317759 Allow roles and constraints to be added after initGreg Wilkins16-134/+203
2010-06-23bug 317231, bug 298703, bug 309250Hugues Malphettes15-447/+1342
2010-06-22now that bug 317231 is fixed, we can support the default attribute in the <Pr...Hugues Malphettes1-3/+3
2010-06-22bug 317231 fix the default attribute of the <property> element in jetty.xml f...Hugues Malphettes4-1/+12
2010-06-22add the originId to make sure that the app deployer works well.Hugues Malphettes2-17/+35
2010-06-22bug fixes after testing thisHugues Malphettes1-3/+23
2010-06-22fix the httpservice deployment: the servlet was not started automatically at ...Hugues Malphettes1-0/+1
2010-06-21bug 317231 support the case where the jetty configuration files are inside a ...Hugues Malphettes4-50/+350
2010-06-21NPE protectionGreg Wilkins1-1/+1
2010-06-20more code in progress to support multiple instances of jettyHugues Malphettes3-16/+37
2010-06-20more code in progress to support multiple instances of jettyHugues Malphettes5-96/+231
2010-06-20in progress: support for multiple instances of jettyHugues Malphettes6-14/+433
2010-06-19small cleanup no use to compute twice the jars with tlds.Hugues Malphettes9-20/+181
2010-06-19refactor the BundleListner into a BundleTracker as it is the best practiceHugues Malphettes1-38/+85
2010-06-18bug 317231 ability to define the jety configuration in a fragment that contai...Hugues Malphettes1-1/+1
2010-06-18316597 fixed loop breakGreg Wilkins1-1/+2
2010-06-18bug 317231 ability to define the jety configuration in a fragment that contai...Hugues Malphettes2-4/+22
2010-06-17updated javadoc and convenience constructorGreg Wilkins1-2/+0
2010-06-17updated javadoc and convenience constructorGreg Wilkins2-1/+26
2010-06-17316976 removed quotes of JAVA_OPTIONS in jetty.shGreg Wilkins2-2/+3
2010-06-16288194 Add blacklist/whitelist to ProxyServlet and ProxyHandlerMichael Gorovoy5-13/+382
2010-06-16Fixed javadoc comments, added a guard against null parameterMichael Gorovoy2-8/+7
2010-06-16316970 - jetty.sh fails to find JETTY_HOME in standard directoriesJoakim Erdfelt2-4/+20
2010-06-16316973 - jetty.sh claims java installation is invalidJoakim Erdfelt2-76/+6
2010-06-16Minor formatting fixJoakim Erdfelt1-9/+6
2010-06-16Using maven instead of antrun to make linux-packaging more correctJoakim Erdfelt1-19/+11
2010-06-16Removing manual call to jar:jar and jar:test-jar.Joakim Erdfelt10-134/+0
2010-06-16Limiting scope of Findbugs run.Joakim Erdfelt30-24/+273

Back to the top