tomcat7.0
2010-12-10 marktMissed file in r1044255
2010-12-10 marktFix FindBugs / unused code warnings
2010-12-09 marktFix Eclipse warnings in package
2010-12-09 marktFix Eclipse warnings in package
2010-12-09 marktRemove redundant interface definitions and fix other...
2010-12-09 marktGrrr. Missed a couple of @Override markers
2010-12-09 marktFix missing @Override markers in Jasper and remove...
2010-12-09 slaurentbug 49159: Improve ThreadLocal memory leak clean-up
2010-12-09 marktRegister the correct object after the refactoring
2010-12-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-12-09 marktmserver != null will never be true if the mbean was...
2010-12-09 marktRe-factoring in support of https://issues.apache.org...
2010-12-09 slaurentignore work and logs directories as discussed on dev...
2010-12-09 slaurentbug 49159: Improve ThreadLocal memory leak clean-up
2010-12-09 marktRe-factoring in support of https://issues.apache.org...
2010-12-09 schultz- Fixed brace and paren placement
2010-12-08 marktRemoved a little more unused code
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktRemove some unused code
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktFix copy/paste error
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktAlign BIO+JSSE with NIO+JSSE
2010-12-08 marktFix indents
2010-12-08 marktJSSE will always be available in Tomcat 7
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktNice idea, but need i18n for the actions so each needs...
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktRe-factoring in support of https://issues.apache.org...
2010-12-08 marktRemove unused welcome file handling code
2010-12-08 marktRemove unused code
2010-12-08 marktRemove unused code
2010-12-08 marktRemove unused code.
2010-12-08 marktJasper should not depend on Catalina
2010-12-08 marktAnother Findbugs niggle
2010-12-07 marktFix some FindBugs warnings - all unclosed streams....
2010-12-07 marktFix a couple of 'high priority' FindBugs warnings
2010-12-07 marktAdd checkstyle rule for modifier order and fix remainin...
2010-12-07 marktFix modifier order in org.apache.catalina.*
2010-12-07 marktFix modifier order in org.apache.naming.*
2010-12-07 marktFix modifier order in org.apache.tomcat.*
2010-12-07 marktFix modifier order in org.apache.jasper.*
2010-12-07 marktFix modifier order in org.apache.el.*
2010-12-07 marktFix modifier order in javax.*
2010-12-07 marktAnother day, another check
2010-12-07 marktTypo
2010-12-07 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktFix auto-completion snafu
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktInclude root cause in LifecycleException stack traces
2010-12-06 slaurentbug 49159: Improve ThreadLocal memory leak clean-up
2010-12-06 kkolinkoCorrect a typo
2010-12-06 marktGet the tests running again on the command line
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktSince the address is exposed to sub-components, expose...
2010-12-06 marktFix another mix-up of connectionUploadTimeout and conne...
2010-12-06 marktRevert svn-ignore property changes made in r1042482
2010-12-06 marktFix mix-up of connectionUploadTimeout and connectionTimeout
2010-12-06 marktRemove unused code
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktRemove unused code
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktRe-factoring in support of https://issues.apache.org...
2010-12-06 marktLine-length
2010-12-06 marktFix typo
2010-12-05 slaurentbug 49159: Improve ThreadLocal memory leak clean-up
2010-12-05 marktAdditional fix for https://issues.apache.org/bugzilla...
2010-12-05 slaurentbug 50282 / fixed line length
2010-12-05 slaurentsort entries by ascending BZ number
2010-12-05 slaurentbug 50282 / fixed some typos in documentation
2010-12-05 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-12-05 marktAddress some review comments:
2010-12-05 kkolinkoMark 'basePackage' as final, to allow string concatenat...
2010-12-05 marktIgnore all .* files rather than adding them one by...
2010-12-05 marktRemove file accidentally added in r1042029
2010-12-03 slaurentbug 50282 : Load javax.security.auth.login.Configuratio...
2010-12-03 slaurentbug 48973 (enhancement): Don't create SESSIONS.ser...
2010-12-03 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-12-03 marktNeed at least one test per class dummy test for unit...
2010-12-03 marktRevert r1041120 but disable rather than delete new...
2010-12-03 schultzFixed bug 48692: Provide option to parse application...
2010-12-02 marktBump versions ready for next release
2010-12-02 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-12-02 marktAdd an embedded distribution to the release build
2010-12-02 marktFix Javadoc warning
2010-12-02 marktReplace use of inefficient constructors
2010-12-02 marktRemove unnecessary code
2010-12-02 marktDon't pass null to log messages.
2010-12-02 marktProtect against unlikely NPE
2010-12-02 marktCorrect removal of LifeCycleListenters from Containers...
2010-12-02 marktBetter test case
2010-12-02 marktFix error in r1041356
2010-12-02 marktHostConfig passed a context name to ContextName(String...
2010-12-02 marktMake constants static
2010-12-02 kkolinkoMove changelog comment for BZ 50228 from Catalina to...
2010-12-01 marktRevert part of r1039051
2010-12-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
next