Author: remm Date: Tue Jul 1 03:11:11 2008 New Revision: 673044 URL: http://svn.apache.org/viewvc?rev=673044&view=rev Log: - Propose NSIS patch.
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=673044&r1=673043&r2=673044&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jul 1 03:11:11 2008 @@ -59,7 +59,14 @@ http://svn.apache.org/viewvc?rev=672454&view=rev +1: billbarker -1: remm: No, this gets called all the time, and we're trying to fix a small issue. The real - solution would be to recycle the fields (when exiting the process method of the processors) - since as mentioned here it is the cause of the problem (the "local" fields will often never - change, but there's no real guarantee overall): + solution would be to recycle the fields since as mentioned here it is the cause of + the problem (the "local" fields will often never change, but there's no real + guarantee overall - it mostly breaks down if there are multiple connectors, with AJP, + and seems impossible to anticipate): https://issues.apache.org/bugzilla/show_bug.cgi?id=36155#c17 + +* Add Unix support for NSIS (unfortunately, I do not have any Windows computer left, so I need this + for 6.0.17) + https://issues.apache.org/bugzilla/show_bug.cgi?id=45315 + +1: remm + -1: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]