tomcat7.0
2010-05-19 marktAdd some debug logging for investigating the Gump failu...
2010-05-19 marktCorrent name
2010-05-19 kkolinkoTypo in a comment
2010-05-19 kkolinkoDo not try to find compiled class files of test classes...
2010-05-19 marktTypo
2010-05-19 marktMove encoding outside the loop
2010-05-19 kkolinkorevert r946149
2010-05-19 marktRemove blank lines
2010-05-19 marktSync Windows installer config files with 'normal' versions
2010-05-19 jfclereOtherwise it will fail with java 1.6.0_18 +.
2010-05-19 marktClean-up
2010-05-19 marktMake Log and StringManager instances private to the...
2010-05-19 marktFix Eclipse warnings, line-length
2010-05-19 kkolinkoA simple testcase that prints version info
2010-05-19 kkolinkore-add all-in-one testcase,
2010-05-18 marktAdd missing keyword
2010-05-18 marktMake list of user roles immutable
2010-05-18 marktOnly redirect stdout
2010-05-18 marktFix an Eclipse warning
2010-05-18 marktDocument recompileOnFail
2010-05-18 marktClear results of SCI scan on reload
2010-05-18 marktOnly register the MapperListener once per component...
2010-05-18 marktRe-factor test to get a clearer idea of why Gump is...
2010-05-18 kkolinkoDo not abort testing after the first failure,
2010-05-17 marktFix tests for a pure Ant run
2010-05-17 marktFix Eclipse warnings.
2010-05-17 marktSimplify test
2010-05-17 marktFix Eclipse warning in webapps
2010-05-17 marktReturn version to 7.0.0-dev
2010-05-17 marktPrepare for 7.0.0-RC2
2010-05-17 marktDon't recommend a version that hasn't been released
2010-05-17 kkolinkoFix a bug in ByteChunk.indexOf(String, ...)
2010-05-17 kkolinkoTests for ByteChunk indexOf/find* methods.
2010-05-17 marktFix some Eclipse warnings
2010-05-17 marktRemove the dependency on MBean notifications for the...
2010-05-17 kkolinkocleanup code added in r945074
2010-05-17 marktMore clean-up:
2010-05-17 marktWrap debug message is usual tyest
2010-05-17 marktAdd some debug logging for state changes
2010-05-17 marktCorrect example
2010-05-17 marktAlign comment and example
2010-05-17 marktFix comments
2010-05-17 marktfindChar is inconsistent in that it only supports chara...
2010-05-17 marktImprove comments, make param names consistent, clean...
2010-05-17 marktRevert r944918
2010-05-16 marktRefactor XML validation error handling. Error reporting...
2010-05-16 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-16 marktRole name change. Be explicit about the URL that the...
2010-05-16 marktCode clean-up
2010-05-16 marktCode cleanup. No functional change
2010-05-16 marktTabs -> 8 spaces
2010-05-16 marktCode cleanup.
2010-05-16 marktMinor code cleanup. No functional change
2010-05-15 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-15 marktFix auto-deploy issues caused by Lifecycle refactoring.
2010-05-15 marktRevert r944511
2010-05-15 rjungList array elements in the JMX proxy output of the
2010-05-14 marktTCK failures: Fix remaining failures with APR/native...
2010-05-14 rjungCheck whether context is null.
2010-05-14 marktBetter handling for public ID when validation is enabled
2010-05-14 marktBetter comment
2010-05-14 marktRemove whitespace
2010-05-14 rjungAdd the new contextName property of WebappClassLoader
2010-05-14 rjungAdd Token Poller protection to our list
2010-05-14 rjungPreparation be fore adding a new leak prevention feature:
2010-05-14 peroFix change fragment absolute-ordering at web.xml with...
2010-05-14 peroFix change fragment absolute-ordering at web.xml with...
2010-05-14 peroWarn to be used wrong fragment name at web.xml!
2010-05-13 marktFix copy/paste error
2010-05-13 marktWhitespace tweaks
2010-05-13 marktEssentially revert r943726
2010-05-13 marktUpdate to JSTL 1.1.2 to fix numerous XML validation...
2010-05-13 marktIdentify source of TLD validation errors to aid debugging
2010-05-13 marktSimplify xml validation configuration. It is now config...
2010-05-12 marktRemove some stuff we have already done.
2010-05-12 marktRemove completed item
2010-05-12 marktFix HTML niggles.
2010-05-12 marktWrappers are started when added to the Context (since...
2010-05-12 marktFix TCK failure
2010-05-12 marktRemove unused imports
2010-05-12 marktMultiple TCK failures. Child containers are started...
2010-05-12 marktFix remaining issue described in https://issues.apache...
2010-05-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-12 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-12 marktFix remainder of https://issues.apache.org/bugzilla...
2010-05-11 marktChange role name for Manager GUI access to manager...
2010-05-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-11 markthttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2010-05-11 markthttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2010-05-11 marktNPE protection
2010-05-11 marktFix typos
2010-05-11 marktNo need to remove LifecycleListeners from destroyed...
2010-05-11 marktContainerListener != LifecycleListener. Use the correct...
2010-05-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-11 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-05-10 marktExtend Lifecycle/MBean refactoring to ContainerBase
2010-05-10 marktMake sure Tomcat instance is closed down correctly...
2010-05-10 marktAllow the transition from NEW to DESTROYED for objects...
2010-05-09 marktFix FindBugs warning
next