tomcat7.0
2006-06-20 costinUpdate the modeler with the sandbox version, using...
2006-06-20 costinAdd a quick comment.
2006-06-20 costinDead code, nobody seems to be using it.
2006-06-20 costinDirect calls instead of introspection via JMX
2006-06-20 funkmanRemove JMX warning message since java5 is required
2006-06-17 fhanikRevert, if Content-Length: <some large value> is an...
2006-06-16 fhanikFixed comet processing.
2006-06-11 marktPort fix for bug 39769. Remove the classloader switchin...
2006-06-09 marktPort fix for bug 39752 from 5.5.x.
2006-06-09 marktSet line endings to native
2006-06-08 remm- Add the manager classes and a package renamed fileupload.
2006-06-08 remm- While it wouldn't be a completely bad idea to switch...
2006-06-08 remm- Create clustered managers with the Catalina CL set...
2006-06-08 billbarkerAdd missing method to stop Gump from nagging
2006-06-04 remm- Remove usage of the CharChunk buffer (converters...
2006-06-04 remm- With Comet support, it is necessary to optimize the...
2006-05-30 remm- Add a brain dead executor.
2006-05-29 remm- Port root webapp.
2006-05-29 remm- Add trivial exclude.
2006-05-29 remm- I had some problems when shutting down pollers which...
2006-05-29 remm- Add examples webapp.
2006-05-26 remm- Some small comet fixes.
2006-05-26 remm- Fix some bugs with annotation support.
2006-05-25 billbarkerPort the fix for MODELER-3 from [modeler] (minus some...
2006-05-24 billbarkerPort RMI fix from 5.5
2006-05-22 remm- Use getDeclaredMethods/Fields here.
2006-05-20 remm- Fix cut & paste bug, submitted by Stan Silvert.
2006-05-20 remm- Some javadoc.
2006-05-19 billbarkerSuppress deprecation warnings on the implementation...
2006-05-19 costinAFAIK mod_jk2 is deprecated - and I doubt anyone is...
2006-05-19 costinDowngrade to DynamicMBeans in method signatures - there...
2006-05-19 remm- Add example read method.
2006-05-18 remm- Ok, it seems to work at least a little bit (hopefully...
2006-05-17 remm- Start work on comet support. Note: it doesn't work...
2006-05-17 remm- Use Integer.valueOf.
2006-05-17 mturkUse APR_UNSPEC for IPv6 and address=null. Backport...
2006-05-16 mturkUse APR_UNSPEC only if the provided address
2006-05-09 remm- Use the ignore annotation flag.
2006-05-09 remm- Pass the ignore annotation flag to Jasper.
2006-05-05 remm- Fix indentation.
2006-05-04 remm- Use separate build folders for the dependencies.
2006-05-04 billbarkerEnable Annotation processing for Tags even when pooling...
2006-05-03 remm- Injection should occur before the setters (BTW, since...
2006-05-03 remm- Add resource injection for tags (listeners are being...
2006-05-03 remm- As suggested by Mladen, add a more robust mechanism...
2006-05-03 remm- Change some locations.
2006-04-29 remm- Remove usage of TWA (otherwise, executor support...
2006-04-28 remm- Port (not tested yet) the APR AJP code to java.io...
2006-04-28 remm- Harmonize a bit more (the java.io HTTP 1.1 is the...
2006-04-28 remm- Experiment with an endpoint superclass (which will...
2006-04-27 remm- Remove JSP related resources.
2006-04-27 remm- Update to descriptors.
2006-04-26 peroFix that StandardSession#getLastAccessedTime() uses...
2006-04-24 remm- Refactor using the new java.io endpoint. Hopefully...
2006-04-24 billbarkerClean up the default algorithm handling, now that JSSE...
2006-04-23 remm- Further sync the two endpoints.
2006-04-23 remm- Port Peter's patch which prevents double incrementati...
2006-04-23 remm- Add compile.debug flag.
2006-04-23 remm- Add support for using an Executor (the idea in that...
2006-04-21 remm- Add the refactored java.io endpoint that I talked...
2006-04-21 remm- Remove pre 1.5 compatibility code, which is not used...
2006-04-20 remm- Remove leftover useless code.
2006-04-20 remm- Fix improper caching by checking the class definition.
2006-04-19 remm- Add a Jasper server listener to setup the JspFactory...
2006-04-19 remm- Add annotation processor to Jasper too (tags need...
2006-04-18 billbarkerAnd one more
2006-04-18 billbarkerFix typo
2006-04-14 remm- Port patches.
2006-04-13 remm- Port patches.
2006-04-13 remm- Add missing patch for 1.5 compatibility.
2006-04-13 remm- Compatibility with Eclipse 3.2 (sort of, the flag...
2006-04-13 remm- Switch to ArrayList.
2006-04-12 remm- Add the usual download target (including building...
2006-04-12 remm- Update JAR packaging.
2006-04-12 remm- Add resource injection for all annotations that are...
2006-04-12 remm- Update APIs and annotations.
2006-04-12 remm- Improve the algorithm used when constructing classloa...
2006-04-11 remm- Add a few naming related cleanups.
2006-04-10 billbarkerRealized that the previous patch was too Gump-centric
2006-04-10 billbarkerRestore the ability to build with the Mail Resources
2006-04-09 remm- Add resource injection (note: most annotations are...
2006-04-08 remm- Add default value, submitted by Bill Barker.
2006-04-06 remm- Add web.xml style annotations (run as, roles declarat...
2006-04-06 remm- I don't know if this field is legitimate or not,...
2006-04-06 remm- Add annotations JAR.
2006-04-06 remm- Add "support" (note: not in NamingContextListener...
2006-04-06 remm- Add common annotations interfaces.
2006-04-04 remm- Add support for multiple servlet and filter mappings.
2006-04-04 remm- Update poweredby.
2006-04-04 remm- Add new method (dummy).
2006-04-04 remm- Add support for the new "*" special URL pattern for...
2006-04-04 remm- Slightly updated behavior for setCharEnc, and allow...
2006-04-04 remm- Add getContextPath.
2006-03-30 remm- Copy the XML descriptors.
2006-03-30 remm- Revert fix for 38113, which doesn't seem to be a...
2006-03-30 remm- Standardize on the digester (which is apparently...
2006-03-30 remm- Clean up a bit.
2006-03-30 remm- Move output so that Eclipse doesn't pollute the usefu...
2006-03-30 remm- Remove modeler.
2006-03-30 remm- Add missing patch (I didn't update from sources befor...
next