Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-10improved help and debuggingGreg Wilkins4-38/+119
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins7-15/+28
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins1-1/+1
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins3-2/+3
2010-11-08329602 only clear ServletContext attributes on doStopGreg Wilkins1-1/+0
2010-11-08bug 329621 in case jetty.home is quoted, remove the quotes.Hugues Malphettes1-5/+8
2010-11-08JETTY-1297 Make ServletContext.getContext(String) virtual host awareGreg Wilkins6-8/+71
2010-11-08329602 only clear ServletContext attributes on doStopGreg Wilkins2-1/+1
2010-11-07329643 Improved deployment of resource collectionsGreg Wilkins6-131/+117
2010-11-07removed debug printlnGreg Wilkins1-2/+0
2010-11-07better debugGreg Wilkins1-2/+1
2010-11-07fixed code formatGreg Wilkins1-64/+59
2010-11-07329642 Concurrent modification exception in Deployment ManagerGreg Wilkins2-21/+5
2010-11-05bug #329571 don't use the lazy activation policy for jetty.osgi.boot.Hugues Malphettes1-1/+0
2010-11-04329410 Enforce XmlConfiguration properties as Map<String,String>Greg Wilkins13-142/+175
2010-11-04JETTY-1250 set parallel context classloader and turn default offGreg Wilkins1-5/+17
2010-11-03328988 do not save unsaveableGreg Wilkins1-13/+29
2010-11-03328988 added session idle save and reduced synchronizationGreg Wilkins6-268/+375
2010-11-03proposal for websocket nonceGreg Wilkins1-0/+31
2010-11-01329180 Spin check for Selector to stopGreg Wilkins3-49/+32
2010-11-01JETTY-748 Prevent race close of socket by old acceptor threadsGreg Wilkins3-13/+1
2010-11-01removed silly includeGreg Wilkins1-1/+0
2010-10-28JETTY-1291 Extract query parameters even if POST content consumedGreg Wilkins3-3/+42
2010-10-28cleanup importGreg Wilkins1-1/+0
2010-10-28JETTY-1295 Contexts mixed up when hot-deploying on virtual hostsJan Bartel4-19/+37
2010-10-28some extra debugging/javadocGreg Wilkins4-1/+29
2010-10-28328778 Improved javadoc for secure session cookiesGreg Wilkins2-2/+14
2010-10-28328782 allow per connection max idle time to be setGreg Wilkins3-49/+103
2010-10-28328885 - web overrides do not overrideJan Bartel4-23/+23
2010-10-26328008 - Handle update to Servlet Spec 3 Section 8.2.3.h.ii. Backport from j...Jan Bartel3-14/+107
2010-10-25moved B64Code to utilGreg Wilkins13-339/+361
2010-10-25fix the compilation error as reported by the nightly buildHugues Malphettes1-1/+1
2010-10-24cleanup some System.errHugues Malphettes3-4/+4
2010-10-24fix the split package import.Hugues Malphettes1-1/+1
2010-10-24make the sources jar of jsp-2.1 also an eclipse source bundleHugues Malphettes1-0/+3
2010-10-24add jettylog for the jsp engineHugues Malphettes1-1/+2
2010-10-23327562 completed renameGreg Wilkins2-2/+2
2010-10-23328523 Fixed overloaded setters in AppProviderGreg Wilkins2-4/+31
2010-10-22328199 ensure SSL closes connections when shutdownoutput is attemptedGreg Wilkins14-32/+126
2010-10-22328306 JDBC Session Manager uses ContextHandler.handle(Runnable) to load cont...Greg Wilkins1-37/+62
2010-10-21update the versions to 7.2.1 in our clumsy build systemHugues Malphettes10-10/+10
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins1-0/+4
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins26-131/+349
2010-10-20[maven-release-plugin] prepare for next development iterationJesse McConnell54-57/+57
2010-10-20[maven-release-plugin] prepare release jetty-7.2.0.v20101020Jesse McConnell54-57/+57
2010-10-20update for releaseJesse McConnell1-4/+3
2010-10-20fix old mortbay->eclipse string replace errorJesse McConnell1-59/+56
2010-10-20fix old mortbay->eclipse string replace errorJesse McConnell1-63/+267
2010-10-20fix old mortbay->eclipse string replace errorJesse McConnell1-267/+63
2010-10-20Bug 328273 added serializable to default user identityJesse McConnell2-2/+6

Back to the top