tomcat7.0
2010-04-11 rjungAdd another property access to our security policy.
2010-04-11 rjungAdd permission to read the STRICT_SERVLET_COMPLIANCE...
2010-04-10 jfclereAdd missing class.
2010-04-10 marktTCK failure (with security manager): Preload required...
2010-04-09 marktJavadoc update
2010-04-09 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-04-09 marktUpdate EL & JSP versions
2010-04-07 marktUse chunked encoding for http 1.1 requests with no...
2010-04-07 marktFurther corrections to SSL session timeout attribute...
2010-04-07 marktFix typo
2010-04-07 fhanikStart working on a statement cache. Add in disconnect...
2010-04-07 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-04-06 kfujinomemberAlive is not called if member has not already...
2010-04-05 marktRevert accidental commit
2010-04-04 marktFix the immediate problem described in https://issues...
2010-04-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-04-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-04-04 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-04-04 marktModify unit tests to take account of https://issues...
2010-04-03 kkolinkoCleanup. Remove field that is never initialized and...
2010-04-03 marktTCK failures: If a servlet/filter has any mappings...
2010-04-02 fhanikFix copy paste error
2010-03-31 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-31 kfujinodelete test file
2010-03-31 kfujinocommit access test
2010-03-31 kfujinodelete test file
2010-03-31 kfujinocommit access test
2010-03-30 marktWhen changing a session ID, use the internal add cookie...
2010-03-30 fhanikClear up state handling a bit
2010-03-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-29 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-29 marktTest case for https://issues.apache.org/bugzilla/show_b...
2010-03-29 mturkNew installer side graphics. Artwork provided by Adela...
2010-03-28 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-28 marktLanguage tweaks
2010-03-28 marktFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-28 marktMUST_STOP is also a valid state from which to transitio...
2010-03-27 kkolinkoUse both single and double quotes in the test, for...
2010-03-27 fhanikAdd in some debug, what is causing some TCK failures...
2010-03-26 fhanikAdjust startAsync().complete() behavior
2010-03-26 marktClean up
2010-03-26 fhanikAdjust examples to the latest implementation
2010-03-26 fhanikMark example servlets as async
2010-03-26 kkolinkoMark ResourceEntry.loadedClass as volatile.
2010-03-26 marktMissed a file in r927850
2010-03-26 marktImprove log message when deploying from configBase...
2010-03-26 fhanikspec says that "started" is defined as started until...
2010-03-26 marktRemove tests rendered unnecessary when context.xml...
2010-03-26 kkolinkoFix https://issues.apache.org/bugzilla/show_bug.cgi...
2010-03-25 marktObey the rules on quoting
2010-03-25 marktRe-fix https://issues.apache.org/bugzilla/show_bug...
2010-03-25 marktAdd an additional test case for bug 45015.
2010-03-25 marktRemove unused imports
2010-03-25 fhanikprevent duplicate threads processing the same socket
2010-03-25 marktIgnore setenv.* so I don't accidently check it in
2010-03-25 marktUpdate project name
2010-03-25 marktAddress various class-loader deadlock / sync issues
2010-03-25 fhanikClean up. The setAsync can be done in a single bottlene...
2010-03-25 marktTCK failures: Make valve Async aware - with some help...
2010-03-25 fhanikrecycle properly
2010-03-25 fhanikEnable async behavior for the AJP connector
2010-03-25 fhanikPrevent looping by correctly setting the socket wrapper...
2010-03-25 marktMake sure start() and stop() are called on Wrappers...
2010-03-25 marktUse context path in debug log message
2010-03-24 fhanikAdd in a slightly different behavior for dispatch.
2010-03-24 marktTracking down a memory leak. Add some debug logging...
2010-03-24 marktAdd support for detecting Spring Security user names...
2010-03-24 marktSimpler fix for https://issues.apache.org/bugzilla...
2010-03-24 marktRevert fix for https://issues.apache.org/bugzilla/show_...
2010-03-23 marktTCK failures: Fix session expiry on cross-context reque...
2010-03-23 marktTCK failures: Don't delegate dispatcher type to wrapped...
2010-03-22 marktTCK failures: Look for the right element
2010-03-22 marktTCK failures: Make sure FilterDefs where async-support...
2010-03-22 marktTCK failures: Servlets do not support async by default
2010-03-22 marktSRV.9.3 says we must throw a FNFE
2010-03-22 marktProvide the method expected by the digester for adding...
2010-03-22 fhanikMore async stuff, implement timeout handling
2010-03-22 marktMake method names consistent with the names the digeste...
2010-03-22 marktFix some TCK issues. The behaviour is undefined in...
2010-03-22 marktFire listeners in reverse order for requestDestroyed
2010-03-22 marktServlets added through the new ServletContext.addServle...
2010-03-22 marktIt is valid to call startAsync() inside a dispatched...
2010-03-21 marktAlways use the InstanceManager to create listeners...
2010-03-21 marktArrays indexes start at zero so no need for "... + 1"
2010-03-21 marktDoh! Return the newly created registrations rather...
2010-03-21 marktFix various exceptions that prevented one of the TCK...
2010-03-21 marktFix a couple of ASync issues that were causing Servlet...
2010-03-19 fhanikMore async stuff, only timeout left
2010-03-18 fhanikhttps://issues.apache.org/bugzilla/show_bug.cgi?id...
2010-03-18 marktUse better variable name.
2010-03-12 mturkUse TEMP environment for storing the autoresponse file...
2010-03-12 kkolinkocorrect a comment
2010-03-12 mturkUse real exit value if shutdown via stop
2010-03-12 mturkSuppress anoying Terminate batch job prompt when hittin...
2010-03-12 billbarkerRe-work the script to make it more Gump friendly
2010-03-11 marktAlternative fix for bug 48795. Add a new property to...
2010-03-11 kkolinkoMark the min(a,b) method as static.
2010-03-11 marktRevert 921464 for rework
2010-03-10 kkolinkoUpdate to NSIS 2.46
next