Author: jfclere
Date: Thu Oct 29 09:45:48 2009
New Revision: 830875
URL: http://svn.apache.org/viewvc?rev=830875&view=rev
Log:
Arrange the conference program and add the meetup.
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/index.xml
Modified: tomcat/site/trunk/docs
Author: markt
Date: Thu Oct 29 10:58:49 2009
New Revision: 830890
URL: http://svn.apache.org/viewvc?rev=830890&view=rev
Log:
Clean-up - no functional change
Modified:
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
Modified:
tomcat/trunk/java/org/apache/cata
Konstantin Kolinko wrote:
> 2009/10/28 :
>> Author: markt
>> Date: Wed Oct 28 19:25:31 2009
>> New Revision: 830736
>>
>> URL: http://svn.apache.org/viewvc?rev=830736&view=rev
>> Log:
>> Add a workaround for a common cause of locked files.
>>
>> Modified:
>>
>> tomcat/trunk/java/org/apache/cat
Author: markt
Date: Thu Oct 29 12:03:48 2009
New Revision: 830908
URL: http://svn.apache.org/viewvc?rev=830908&view=rev
Log:
Make leak prevention listener more configurable
Modified:
tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java
tomcat/trunk/webapps/docs
https://issues.apache.org/bugzilla/show_bug.cgi?id=48083
Summary: IIS7 with Tomcat-Connector
Product: Tomcat Connectors
Version: 1.2.28
Platform: PC
OS/Version: Windows Server 2008 (Longhorn)
Status: NEW
Severity: major
On 10/28/2009 10:54 PM, Konstantin Kolinko wrote:
2009/10/28:
Author: markt
Date: Wed Oct 28 15:30:49 2009
New Revision: 830589
+if (endpoint.getCurrentThreadsBusy()>0&&
+endpoint.getMaxThreads()>0) {
+threadRatio = (endpoint.getCurrentThreadsBusy() * 10
Author: markt
Date: Thu Oct 29 14:39:38 2009
New Revision: 830965
URL: http://svn.apache.org/viewvc?rev=830965&view=rev
Log:
No longer required since all connectors now use acceptors
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apa
Author: markt
Date: Thu Oct 29 14:54:00 2009
New Revision: 830980
URL: http://svn.apache.org/viewvc?rev=830980&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47161
Make maxThreads return consistent. Will still return -1 in many cases but that
is better than previously.
Note:
Author: markt
Date: Thu Oct 29 15:27:58 2009
New Revision: 830999
URL: http://svn.apache.org/viewvc?rev=830999&view=rev
Log:
The single quote character ' is not a separator so it is allowed in unquoted
values.
Modified:
tomcat/trunk/java/org/apache/tomcat/util/http/Cookies.java
tomcat/tr
Author: markt
Date: Thu Oct 29 18:36:49 2009
New Revision: 831059
URL: http://svn.apache.org/viewvc?rev=831059&view=rev
Log:
Add system property to control treatment of / as a separator when processing
cookies
Modify ALWAYS_ADD_EXPIRES so STRICT_SERVLET_COMPLIANCE changes the default to a
strict
Author: markt
Date: Thu Oct 29 19:26:52 2009
New Revision: 831069
URL: http://svn.apache.org/viewvc?rev=831069&view=rev
Log:
Add an option to strictly enforce cookie naming rules.
I'm not wild about the implementation but since we can't change the API, this
was the best I could come up with. Sugg
2009/10/29 :
> Author: markt
> Date: Thu Oct 29 19:26:52 2009
> New Revision: 831069
>
> URL: http://svn.apache.org/viewvc?rev=831069&view=rev
> Log:
> Add an option to strictly enforce cookie naming rules.
> I'm not wild about the implementation but since we can't change the API, this
> was the
Author: fhanik
Date: Thu Oct 29 21:48:04 2009
New Revision: 831106
URL: http://svn.apache.org/viewvc?rev=831106&view=rev
Log:
SSL should be based on SSLEnabled, not secure flag
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
tomcat/trunk/java/org/apache/coyote/
Author: fhanik
Date: Thu Oct 29 21:49:03 2009
New Revision: 831108
URL: http://svn.apache.org/viewvc?rev=831108&view=rev
Log:
proposal
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=83
https://issues.apache.org/bugzilla/show_bug.cgi?id=48083
--- Comment #1 from gre...@familyfischer.net 2009-10-29 14:52:39 UTC ---
Had support from Microsoft and it seems to be, that the error code above is
ERROR_INVALID_FUNCTION being generated by the ISAPI filter. So, seems to be a
bug, less a co
Konstantin Kolinko wrote:
Thanks for the review. Way too much cut and paste on my part there.
> Also,
> "javax.servlet.http.Cookie. STRICT_NAMING"
>
> It would be better to name that "org.apache.tomcat.util.http.
> ServerCookie.STRICT_NAMING"
> as I think java(x)* property names are reserved by
Author: markt
Date: Thu Oct 29 22:14:26 2009
New Revision: 831116
URL: http://svn.apache.org/viewvc?rev=831116&view=rev
Log:
Apply Konstantin's review comments
Modified:
tomcat/trunk/java/javax/servlet/http/Cookie.java
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/tru
2009/10/30 :
> Author: markt
> Date: Thu Oct 29 22:14:26 2009
> New Revision: 831116
>
> URL: http://svn.apache.org/viewvc?rev=831116&view=rev
> Log:
> Apply Konstantin's review comments
>
> Modified:
> tomcat/trunk/java/javax/servlet/http/Cookie.java
> tomcat/trunk/webapps/docs/config/syste
Author: kkolinko
Date: Fri Oct 30 01:14:22 2009
New Revision: 831177
URL: http://svn.apache.org/viewvc?rev=831177&view=rev
Log:
Followup for rev.830980 changes:
Add brackets for better clarity, as we had them before. No functional change.
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/coyote/
Author: kkolinko
Date: Fri Oct 30 04:49:35 2009
New Revision: 831201
URL: http://svn.apache.org/viewvc?rev=831201&view=rev
Log:
vote
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=8312
Author: kkolinko
Date: Fri Oct 30 06:37:47 2009
New Revision: 831212
URL: http://svn.apache.org/viewvc?rev=831212&view=rev
Log:
Fix a documentation bug:
To enable SSL in TC 6.0 and later you set SSLEnabled=true, not secure=true as
it was in TC 5.5.
Also added a phrase about secure and schema att
21 matches
Mail list logo