Author: markt
Date: Tue Nov 4 12:48:34 2014
New Revision: 1636565
URL: http://svn.apache.org/r1636565
Log:
Something else that struck me while looking through the code
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1636565&r1=1636564&r2=1636565&view=diff
==============================================================================
--- tomcat/trunk/TOMCAT-NEXT.txt (original)
+++ tomcat/trunk/TOMCAT-NEXT.txt Tue Nov 4 12:48:34 2014
@@ -24,7 +24,7 @@ Notes of things to consider for the next
3. DONE.
Remove Comet support.
- 4. Refactor the connectors to minimise code duplication
+ 4. Refactor the connectors to minimise code duplication.
- All implementation specific per connector code -> Endpoint
- All implementation specific per connection code -> SocketWrapper
@@ -42,4 +42,7 @@ Notes of things to consider for the next
the Servlet API.
10. Remove the use of system properties to control configuration wherever
- possible
\ No newline at end of file
+ possible.
+
+11. Reduce instances of setters and getters for the same property existing on
an
+ object and its parent. This may require new objects to be exposed via JMX.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]