tomcat7.0
2010-01-06 marktFix the remaining test failures
2010-01-06 marktFix some test failures. '\' should not be skipped in...
2010-01-06 marktDon't edit the generated files at all - makes regenerat...
2010-01-06 marktAdditional tests for the specific escaping (of "${...
2010-01-06 marktFix the test case failures. There is at least one bug...
2010-01-06 marktStart to expand the EL test cases
2010-01-06 rjungFix indentation.
2010-01-06 rjungCleanup tabs and trailing whitespace.
2010-01-06 rjungTab police.
2010-01-06 marktMove declaration as per Knostantin's review comment
2010-01-06 marktFix typos / inconsistencies
2010-01-06 costinMore work on tomcat-lite connector: more experimenting...
2010-01-05 marktCorrect default
2010-01-05 costinNot used any more ( were part of the mini-servlet on...
2010-01-05 costinRemove the mini-servlet on top of coyote impl - can...
2010-01-05 marktImprove JavaDoc generation
2010-01-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-05 marktRemove empty dirs
2010-01-05 marktFix schema location
2010-01-04 kkolinkoUpdate version of tomcat-native included in TC binary...
2010-01-04 rjungGuess that's safe.
2010-01-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-03 marktFix odd whitespace - no functional change
2010-01-03 marktSuppress some invalid compiler warnings
2010-01-03 marktRemove some declared exceptions that are never thrown
2010-01-03 marktRemove some declared exceptions that are never thrown
2010-01-03 marktRemove unused methods
2010-01-03 marktMark the implementations of deprecated methods as depre...
2010-01-03 marktDon't use deprecated methods. Use recommended alternative.
2010-01-03 kkolinkoFollowup to r895191
2010-01-03 marktMark the implementations of deprecated methods as depre...
2010-01-02 rjungReplace copyright year in nsi and html file
2010-01-02 rjungBorrow a few things from the main Tomcat build.xml:
2010-01-02 rjungAllow to patch the current year via our
2010-01-02 rjungUpdate copyright year for TC trunk.
2010-01-02 rjungChange license header in tomcat-lite java source files
2010-01-02 kkolinkoFix calling Tomcat Windows scripts from a directory...
2010-01-02 rjungChange license header in two tomcat-lite java source...
2010-01-02 rjungChange license header in bcel java source files using
2010-01-01 kkolinkoFollowup to r895045
2010-01-01 marktRemove unused imports
2010-01-01 marktMark the implementations of deprecated javax.servlet...
2010-01-01 marktFix some trivial Eclipse warnings
2010-01-01 marktAdd some missing deprecation markers
2010-01-01 marktUpdate javacc from 4.1 to 5.0. Update generated code.
2010-01-01 kkolinkoFollowup to r894586
2009-12-31 marktA little more JSP 2.2 EL impl
2009-12-31 marktCorrect location.
2009-12-31 marktA little more JSP 2.2 EL impl
2009-12-31 marktFix src build.
2009-12-31 marktAdd the Java EE 6 schemas to support validation
2009-12-31 marktRe-order constants to match DigestFactory usage to...
2009-12-31 marktUpdate X-Powered-By header for Servlet 3.0 / JSP 2...
2009-12-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-12-30 marktFix an problem highlighted by the JSP 2.1 TCK. Only...
2009-12-30 marktAPI changes for JSP/EL 2.2 changes. Dummy implementatio...
2009-12-30 marktNew helper class to provide web.xml to those Jasper...
2009-12-30 marktGet Jasper to use same web.xml (including merging if...
2009-12-30 marktPrevent definition of duplicate URIs for tag libraries...
2009-12-30 marktFix indent
2009-12-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-12-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-12-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-12-30 marktUpdate to 3.0 schema
2009-12-30 marktFix some Eclipse warnings
2009-12-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2009-12-29 marktAdd support for http-method-omission
2009-12-29 marktDon't override method that has a more complete implemen...
2009-12-29 marktXML output tweaks
2009-12-29 marktAdd support for configuring session cookies and session...
2009-12-29 marktAdd support for the enabled attribute for servlets...
2009-12-29 marktFix copy/paste error
2009-12-29 marktMake handling of ServletDef.asyncSupport consistent
2009-12-29 marktAdd configuration option that allows the effective...
2009-12-29 marktInterface and type are separate
2009-12-29 marktExpose string array of dispatcher names
2009-12-28 marktJSP 2.2 - Add support for the new jsp-property-group...
2009-12-28 marktRevert r893208. Catalina does have a requirement to...
2009-12-24 fhanikAllow all kinds of data sources to be mapped to the...
2009-12-24 marktMake naming consistent with elsewhere in Tomcat
2009-12-24 marktClean up i18n resources after JarScanner changes
2009-12-24 marktMove StringManager to the tomcat-util jar
2009-12-24 marktHave one list of JARs to ignore when scanning for confi...
2009-12-24 marktMove JAR scanning into a new JAR used by both Catalina...
2009-12-23 marktJSP 2.2 - Update to JSP.5.1 - Sync only required for...
2009-12-23 marktJSP 2.2 - Add omit attribute to <jsp:attribute>
2009-12-23 fhanikAllow null usernames and passwords to be passed in...
2009-12-23 fhanikFix how we detect what class is being invoked so we...
2009-12-23 kkolinkoEnforce presence of charset in content-type header...
2009-12-23 kkolinkoProperly close <head> tags in tagplugin documentation...
2009-12-23 marktRestore alphabetical order
2009-12-23 kkolinkoApply r893375 to extras.xml as well.
2009-12-23 kkolinkoFix EOLN issues in md5 files generated for our releases.
2009-12-23 kkolinkoSlight correction to the list of file extensions used...
2009-12-22 marktFix regression (JSP TCK failure) with fix for bug 47453
2009-12-22 marktFix MD5s for windows zips
2009-12-22 marktReview file extensions present in src distro and amend...
2009-12-22 marktJSP 2.2 implementation (partial)
2009-12-22 marktCatalina only needs to know about JSP URL patterns...
2009-12-22 marktConfirm that this was a typo
next