Author: markt Date: Mon Jun 14 17:01:32 2010 New Revision: 954555 URL: http://svn.apache.org/viewvc?rev=954555&view=rev Log: Update patch, address one review issue, respond to the other.
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=954555&r1=954554&r2=954555&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Jun 14 17:01:32 2010 @@ -53,14 +53,13 @@ PATCHES PROPOSED TO BACKPORT: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49030 Failure of one connector should not leave some connectors started and some ignored - http://svn.apache.org/viewvc?rev=929521&view=rev + http://people.apache.org/~markt/patches/2010-06-14-bug49030.patch +1: markt -1: +0: kkolinko: good, but maybe we should also prevent against starting - those connectors, that failed to initialize, in StandardService#start()? - Also the message name (some generic name, "connector.failed"), vs. - message text ("starting"), vs. what actually happened (initialize()) - - I won't insist on fixing that inconsistency. + those connectors, that failed to initialize, in StandardService#start()? + markt: We could, but that would make the patch more complex. My preference + is to keep this fix simple * Configure Tomcat to use HttpOnly for session cookies by default http://people.apache.org/~kkolinko/patches/2010-04-21_tc6_context_httpOnly.patch --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org