Dropped Tomcat patches
SVN URL: http://svn.apache.org/viewvc?rev=XXXXXX&view=rev

701358
Some symlink fix (too many checks needed)

701355
XML parser in webapp fix (significant refactoring, partial)

709821
Endline configuration for PrintWriter based on a server system property

709018
Async logger is not ready

710179
Invoker servlet removal

711711 711714 711716 711720
Useless session access time refactoring

719602
Dynamic change for maxThreads in the bare bones thread pool, which goes against its simplicity goal
(an executor should be used instead)

720728
Multiple pollers, which adds the complexity of needing a map to track to which poller a connection belongs 
(needed in IO event mode). There are 3 pollers already, which should be able to handle a lot of traffic. 

various
All changesets introducing generics, which have small value (new code or refactorings should use generics,
however)

724886
Executor modifications, very specialized work that breaks the Executor design (a single task can be submitted
to the real executor more than once) to supposedly work better with the NIO connector. 

728947
Lame IE 6 and 7 cookie hack for expires.

various
New JDBC pool module

733748
SSL session tracking (may not be practical at all)
