Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-24Upgrade cometd version, servlet api version and remove extraneous debug.Jan Bartel3-5/+5
2010-02-23Implement servlet 3.0 multipart mime. Also backport this to MultiPartFilter.Jan Bartel6-175/+756
2010-02-18Implement @DeclareRoles.Jan Bartel5-4/+103
2010-02-18Update from jetty-7 20100217.Jan Bartel345-3631/+17373
2010-02-11Should have checked this in first - go back to using our own servlet spec 3.0...Jan Bartel1-3/+3
2010-02-11Move down processing of web-default to be inside WebXmlConfiguration.configur...Jan Bartel5-31/+87
2010-02-11Put in NPE protection, handle lack of @HandlesTypes annotion on a ContainerIn...Jan Bartel2-19/+27
2010-02-11Update to final servlet spec 3 apiJan Bartel1-1/+1
2010-02-11add section for websocketJan Bartel1-0/+3
2010-02-11Update to latest servlet spec 3.0 final version.Jan Bartel1-1/+1
2010-02-10Take out printlnJan Bartel1-1/+0
2010-02-07Various fixesJan Bartel5-36/+44
2010-02-06Add a dependency on the servlet-3.0 jar, which for now is the SNAPSHOT from g...Jan Bartel1-2/+17
2010-02-06Add NPE protections, fix wrong method names.Jan Bartel4-17/+22
2010-02-05Harmonize with latest spec regarding merging of annotation values with descri...Jan Bartel6-84/+171
2010-02-05Remove old testSun method.Jan Bartel3-22/+0
2010-02-05Implement merging rules for fragments and web.xml/web-overrides/web-defaults....Jan Bartel18-1788/+3378
2010-01-15Geronimo has updated the servlet 3 spec version to 1.0-SNAPSHOTDavid Jencks1-1/+1
2010-01-14Implement ordering of fragments and testing.Jan Bartel10-42/+966
2010-01-08Update to latest spec annotations.Jan Bartel14-216/+132
2009-12-17Add apache snapshots for geronimo spec jar, make using geronimo spec jar the ...David Jencks1-16/+26
2009-12-15 Bug 297885 fix some ServletContext signature errorsDavid Jencks2-6/+7
2009-12-07holder source handlingGreg Wilkins11-125/+306
2009-11-30Instantiate Decorator wrapper.Jan Bartel2-2/+5
2009-11-27Update to new way of doing injectionsJan Bartel1-0/+142
2009-11-27Update annotations to match newest servlet spec 3.0. Still needs hooking up i...Jan Bartel40-1942/+996
2009-11-27renamingGreg Wilkins5-127/+47
2009-11-26use the creatXxx methods for new servlets and filtersGreg Wilkins5-39/+84
2009-11-19First checkinGreg Wilkins1-0/+43
2009-11-19more async refinements and error handlingGreg Wilkins10-32/+51
2009-11-19annotations compile... but a long way from workingGreg Wilkins6-70/+21
2009-11-18updated async listener lifecycleGreg Wilkins2-109/+325
2009-11-18partial update to latest spec and 7.0.1 equivalentGreg Wilkins424-4672/+17352
2009-09-03Finish security annotations implementation; implement Major and Minor version...Jan Bartel12-97/+717
2009-08-31fixed versionGreg Wilkins1-2/+2
2009-08-31synced jetty 7.0.0.RC5Greg Wilkins165-2009/+5725
2009-07-28updated servlet APIGreg Wilkins75-1677/+4645
2009-07-28Ensure loader setup.Jan Bartel1-3/+1
2009-07-27Include the servlet-api jars in the pattern for container jars to scan. This ...Jan Bartel1-1/+1
2009-07-27Take out System.err.printlnJan Bartel1-1/+0
2009-07-22Take out System.err.printlnJan Bartel1-1/+0
2009-07-22Replace System.err.printlns with debug statementsJan Bartel2-4/+3
2009-07-21ignoreGreg Wilkins0-0/+0
2009-07-21Merged jetty-7-to-jetty-8-base-20090721-1Greg Wilkins278-2835/+14590
2009-07-21Make progress on security-related annotations - NOT FINISHED! Checking in to ...Jan Bartel7-64/+270
2009-07-21Port r324 change to ensure attributes are copied, not passed by reference.Jan Bartel1-1/+1
2009-07-10Put in accordance with email from Jan Luehe 10 July 2009 regarding precedence...Jan Bartel1-40/+68
2009-07-09Take out MultipartAnnotationHandler - this annotation is handled by the WebSe...Jan Bartel4-72/+28
2009-07-09Make behaviour match an interpretation of the servlet spec section 8 regardin...Jan Bartel1-17/+20
2009-07-09Add list of classes discovered that are annotated with one of the interestedT...Jan Bartel1-8/+35

Back to the top