summaryrefslogtreecommitdiff
path: root/www/apache-tomcat6
AgeCommit message (Collapse)AuthorFilesLines
2010-01-28update to the fresh releasespz3-6/+14
The changelog from 6.0.20 to 6.0.24 is quite lengthy, please refer to http://tomcat.apache.org/tomcat-6.0-doc/changelog.html for details fixes CVE-2009-2693, CVE-2009-2901 and CVE-2009-2902
2009-11-30Only allow destdir as the do-install rules depend on chown.joerg1-2/+2
XXX Someone with tomcat knowledge should review that those files are even XXX static and whether it should the config file framework instead.
2009-08-13Final fix in _stop() from spz@adrianp1-2/+2
2009-08-12Add tomcat_stop()adrianp1-1/+9
2009-08-12Improvements from spz@adrianp1-4/+25
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-91/+1
2009-06-06Update from .18->.20adrianp3-99/+9
In brief: 46933: Update StringManager to use Java 5 features. Patch provided by Jens Kapitza. (markt) 46990: Fix synchronization issues reported by FindBugs. Patch provided by Sebb. (markt) Allow huge request body packets for AJP13. (rjung) Manager application prints FAIL if application was deployed but failed to start (fhanik) When shutdown port is disabled, print user friendly message and not a stack trace. (fhanik) The invoker servlet has been deprecated and will be removed in Tomcat 7 onwards. (markt) 45154 Implement SEND_FILE behavior for SSL connections using NIO (fhanik) For full details see: http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
2009-02-14Apache Tomcat 6.x is the current focus of development. It builds upon theadrianp5-0/+852
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1 specifications. In addition to that, it includes the following improvements: * Memory usage optimizations * Advanced IO capabilities * Refactored clustering While we're here make a number of improvements based on the old 5.5.x pkg: - Use MASTER_SITE_APACHE - Default to running as an unprived user - Use a more standard rc.d script - Cleaner pkg_delete operation based on standard files/dirs that change