tomcat7.0
2010-02-01 marktMake the default manifest more useful by adding the...
2010-02-01 marktUpdate JSP spec version
2010-02-01 marktRemove some unused stuff.
2010-02-01 marktTrim stuff that isn't used (prior to merging into a...
2010-02-01 marktDon't swallow the exception
2010-02-01 marktSync docs and APR/native connector config
2010-02-01 marktTweaks
2010-02-01 marktRemove unused attribute
2010-02-01 marktAlign the HTTP and HTTPS documentation with the code...
2010-02-01 kkolinkoMinor correction to the JavaDoc for AttributeParser...
2010-02-01 marktTypo
2010-02-01 marktUpdate info on zip distributions
2010-02-01 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-02-01 marktRestore the current 6.0.x implementation so patch to...
2010-01-31 marktAdd minimal version of test case provided by 'agharta...
2010-01-31 marktAdd test case for https://issues.apache.org/bugzilla...
2010-01-31 marktAlign implementation with comments. Unit test now passes.
2010-01-31 marktTest case for RequestUtil.
2010-01-31 marktAlign url decoding for bytes with url decoding for...
2010-01-31 marktMake it clearer how unsupported encodings are handled
2010-01-31 marktBe clear in Javadoc about how unsupported encodings...
2010-01-31 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-31 marktRevert r804734 (https://issues.apache.org/bugzilla...
2010-01-31 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-31 marktTest mixing ${...} and #{...} in the same expression
2010-01-31 marktAdd tests for AttributeParser and deferredSyntaxAllowed...
2010-01-30 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-30 marktChanging line endings isn't limited to source files.
2010-01-30 marktAdd a couple of debug messages
2010-01-29 marktMinor cleanup
2010-01-29 kkolinkosvn:eol-style for a new file
2010-01-29 marktFix comment typo
2010-01-28 marktAdd a test case for bug 48627
2010-01-28 fhanikFix according to https://issues.apache.org/bugzilla...
2010-01-28 kkolinkoRevert r903928, because it breaks Connector#setProtocol():
2010-01-28 fhanikhttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2010-01-28 fhanikChange default to -1 since Sun packages for StreamEncod...
2010-01-22 kkolinkoSet svn:mime-type property on the stylesheet.
2010-01-22 kkolinkoAdd <?xml-stylesheet PI instruction,
2010-01-21 kkolinkoFollowup to r901507
2010-01-21 marktServlet 3.0 implementation
2010-01-21 marktSync with recent rename
2010-01-21 marktRename
2010-01-20 costinWrong method name for modeler.
2010-01-19 costinFix local source paths, accidental commit.
2010-01-19 costinFew more fixes after running the load tests, more monit...
2010-01-19 kkolinkoUse CRLF line ends in conf/* files installed by the...
2010-01-17 marktRemove broken link
2010-01-17 marktServlet 3.0. Implement ServletContext.addFilter(String...
2010-01-16 kkolinkoFollowup to r899796
2010-01-16 marktTCK failure: Can't use the string representation to...
2010-01-16 marktTCK failure: Must check to see if property is resolved...
2010-01-16 marktFix bug in Enum to Enum coercion spotted during code...
2010-01-16 marktAdd some test cases for Enum to Enum coercion
2010-01-16 marktTCK failure. Wrong exception on failure.
2010-01-15 fhanikMake a distinction based on type=javax.sql.DataSource...
2010-01-15 marktTCK failure. Make sure we throw an ELException, not...
2010-01-15 marktTCK failure. Invalid index should throw PNFE.
2010-01-15 marktTCK failure. Make sure an ELException is throw if the...
2010-01-15 marktFix TCK failure. Trying to assign an object of the...
2010-01-15 marktFix TCK failure. Trying to assign an object of the...
2010-01-15 marktRe-factoring. WebXml is a better fit in o.a.c.deploy
2010-01-15 marktrevert r899395
2010-01-15 marktFix the remaining TCK signature test failures.
2010-01-15 marktFix signature test failures in javax.servlet.jsp package
2010-01-15 marktThe spec has a spelling mistake. Align with the spec...
2010-01-15 marktAdd the bug url
2010-01-15 marktAPI uses Set rather than EnumSet
2010-01-15 marktSimplify
2010-01-15 marktSimplify
2010-01-14 marktNo need to supress these warnings. They cxan be fixed.
2010-01-14 marktUpdated the generated code after r899450
2010-01-14 marktRemove the Suffix interface and get the Parser to creat...
2010-01-14 marktAdd a test case for the final part of the EL 2.2 implem...
2010-01-14 marktLine length
2010-01-14 marktFix TCK failures with security manager due to fix for...
2010-01-14 marktzip is for non-windows platforms
2010-01-14 marktSkipping installer shouldn't break package-winzip target
2010-01-14 marktNeed to fix line endings for zip distro if building...
2010-01-14 marktAdd missing extension for line-ending conversion in...
2010-01-14 kkolinkoAllow compliance with SRV.15.2.22.1 to be controlled...
2010-01-14 kkolinkoRevert examples app patch of r893496
2010-01-13 marktImplement the new ValueExpression.getValueReference...
2010-01-13 marktAdd a test case for the new ValueExpression.getValueRef...
2010-01-13 fhanikFix javadoc warnings
2010-01-13 fhanikUp the version num
2010-01-13 fhanikForce a unconditional disconnect when an error happens...
2010-01-13 marktImplement remainder of EL 2.2. API changes
2010-01-13 marktJasper Parser change so methods with parameters aren...
2010-01-13 marktTab police, fix Eclipse warnings, add @since Javadoc
2010-01-13 fhanikRemove a dependency on Java 6 that accidentally got...
2010-01-13 marktUpdated autogenerated code after r898864
2010-01-13 marktImplement method invocation with parameters
2010-01-13 marktAdd a test for method invocation with parameters
2010-01-13 marktUp the timeout. 100s isn't always long enough when...
2010-01-13 marktIf the method is found, mark the property as resolved
2010-01-13 fhanikFollowing changes
2010-01-13 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-01-13 marktAdd TODO
2010-01-13 costinMoved the connection pool to a top level class and...
next