Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-09Downgrade logging statements to debug levelJan Bartel1-2/+2
2010-06-25merged with jetty-7-to-jetty-8-base-20100625Jan Bartel2-10/+10
2010-06-25Refactor to ensure annotations do correct merging (check and set the origins ...Jan Bartel10-64/+204
2010-06-23JETTY-1224 Refactor the way descriptor and annotation metadata is processed a...Jan Bartel10-163/+118
2010-06-16Update to jetty-7-base-for-jetty-8-20100616Jan Bartel4-4/+19
2010-06-16Parse discovered annotations, remember them and then apply them later on; re...Jan Bartel9-392/+554
2010-05-24rename MetaDataProcessor to MetaDataJan Bartel1-6/+7
2010-05-19Updated to jetty-7 as of 20100517; added some debug printlns to find an async...Jan Bartel6-9/+28
2010-04-07Add NPE protection to ContainerInitializerConfiguration.Jan Bartel1-32/+35
2010-04-06Merge 7.0.2.v20100331, including all changes up to Apr 6 2010 (see tag jetty-...Jan Bartel1-14/+21
2010-03-18Ensure <absolute-ordering> in web.xml overrides any relative ordering in frag...Jan Bartel1-1/+5
2010-03-18Fix ContainerInitializerConfiguration - make it implement Configuration (was ...Jan Bartel1-1/+2
2010-03-18306350 Ensure jars excluded by ordering are not scanned for annotationsJan Bartel2-16/+60
2010-02-18Implement @DeclareRoles.Jan Bartel2-0/+73
2010-02-11Put in NPE protection, handle lack of @HandlesTypes annotion on a ContainerIn...Jan Bartel1-17/+22
2010-02-07Various fixesJan Bartel2-7/+8
2010-02-06Add NPE protections, fix wrong method names.Jan Bartel1-1/+1
2010-02-05Harmonize with latest spec regarding merging of annotation values with descri...Jan Bartel4-73/+169
2010-02-05Implement merging rules for fragments and web.xml/web-overrides/web-defaults....Jan Bartel1-1/+2
2010-01-14Implement ordering of fragments and testing.Jan Bartel7-11/+16
2010-01-08Update to latest spec annotations.Jan Bartel4-3/+89
2009-12-07holder source handlingGreg Wilkins3-25/+94
2009-11-30Instantiate Decorator wrapper.Jan Bartel2-2/+5
2009-11-27Update annotations to match newest servlet spec 3.0. Still needs hooking up i...Jan Bartel20-1009/+720
2009-11-18partial update to latest spec and 7.0.1 equivalentGreg Wilkins8-253/+274
2009-09-03Finish security annotations implementation; implement Major and Minor version...Jan Bartel5-58/+227
2009-08-31synced jetty 7.0.0.RC5Greg Wilkins1-2/+2
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-21Make progress on security-related annotations - NOT FINISHED! Checking in to ...Jan Bartel6-64/+260
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 facility to remember type hierarchy from asm parsing; use hierarchy to fi...Jan Bartel5-106/+139
2009-07-07Add test for TransportProtected annotation.Jan Bartel1-5/+8
2009-07-07Refactor name of annotation value classes again.Jan Bartel16-81/+93
2009-07-07Refactor parsing of annotation values.Jan Bartel16-96/+125
2009-07-07Add license headers to some files (naughty eclipse) ; start adding new securi...Jan Bartel10-0/+348
2009-07-06Update to build with jdk1.6.Jan Bartel11-177/+486
2009-06-30set handleAsyncSupported from annotation.Jan Bartel1-4/+3
2009-06-12Refactor annotations to be parsed on-the-fly rather than create a class hiera...Jan Bartel14-1734/+1902
2009-05-29Fix annotation tests to remove old PojoServlet and PojoFilter annotations tha...Jan Bartel1-84/+144
2009-05-28jetty-7-to-jetty-8-base-20090528-1Greg Wilkins2-54/+99
2009-05-25update workingGreg Wilkins2-5/+0
2009-05-25Merged jetty-7-to-jetty-8-base-20090524-1Greg Wilkins3-74/+157
2009-03-29reapplied servlet 3.0 changesGreg Wilkins1-1/+124
2009-03-29This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of theGreg Wilkins1-124/+1
2009-03-24jetty @ eclipse initial commitGreg Wilkins5-0/+1742

    Back to the top