Re: Spnego support in tomcat- patch available

2010-03-30 Thread Ashish Jain
Can someone review and provide comments on the patch? On Mon, Mar 29, 2010 at 3:25 PM, Ashish Jain wrote: > Can someone review and provide comments on the uploaded patch? > > > On Fri, Mar 26, 2010 at 8:11 PM, Ashish Jain wrote: > >> Hi Tomcat Developers, >> >> I have reworked the patch for Spn

Re: Tomcat 5.5 does not compile

2010-03-30 Thread vinchamu
When this fix will publish in Revision 902650 ? I am also getting same error by adding the fix for Revision 902650. Viju On 26/03/2010 17:05, Mark Thomas wrote: > On 26/03/2010 16:58, Filip Hanik - Dev Lists wrote: >> Somehow 1.5 classes got inserted. 5.5 is compiled using JDK 1.4 >

Re: tomcat jsp, login strategy

2010-03-30 Thread Stéphanie Cettou
2010/3/30 Stéphanie Cettou : > Hi, > > I have a JSP application. > The login is implemented with database. > > > I need to increase the security. I want that the user have only 3 > retry for the login, the user must change the password every months, I > need a password policy (8 char, Maj and min,

Re: tomcat jsp, login strategy

2010-03-30 Thread Mark Thomas
This isn't a question for the dev list. http://tomcat.apache.org/lists.html On 30/03/2010 15:21, Stéphanie Cettou wrote: > 2010/3/30 Stéphanie Cettou : >> Hi, >> >> I have a JSP application. >> The login is implemented with database. >> >> > >> I need to increase the security. I want that the use

Re: Comet Tomcat 6.0.20 problem

2010-03-30 Thread Christian Pfeiffer
Hello everybody, is it possible to perform client and server push through the same connection via tomcat comet? The picture in the Low-Latency-Script tells me that it is possible, but how? Thanks in advance -Chris Chris wrote: I'm facing a strange problem,or maybe its even me. I want to create

svn commit: r929181 - in /tomcat/trunk/java/org/apache: catalina/connector/CoyoteAdapter.java catalina/core/AsyncContextImpl.java coyote/http11/Http11Processor.java

2010-03-30 Thread fhanik
Author: fhanik Date: Tue Mar 30 16:03:32 2010 New Revision: 929181 URL: http://svn.apache.org/viewvc?rev=929181&view=rev Log: Clear up state handling a bit Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/catalina/core/AsyncContextI

Re: svn commit: r928798 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2010-03-30 Thread sebb
On 29/03/2010, ma...@apache.org wrote: > Author: markt > Date: Mon Mar 29 15:01:14 2010 > New Revision: 928798 > > URL: http://svn.apache.org/viewvc?rev=928798&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 > Make clearing thread locals optional and disabled b

DO NOT REPLY [Bug 49024] New: Enhance RemoteIpFilter docs

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49024 Summary: Enhance RemoteIpFilter docs Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: enhancement Priority: P2

Re: svn commit: r928798 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2010-03-30 Thread Konstantin Kolinko
2010/3/30 sebb : > On 29/03/2010, ma...@apache.org wrote: >> Author: markt >>  Date: Mon Mar 29 15:01:14 2010 >>  New Revision: 928798 >> >>  URL: http://svn.apache.org/viewvc?rev=928798&view=rev >>  Log: >>  Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48895 >>  Make clearing thread loc

Re: svn commit: r928798 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ webapps/docs/config/

2010-03-30 Thread sebb
On 30/03/2010, Konstantin Kolinko wrote: > 2010/3/30 sebb : > > > On 29/03/2010, ma...@apache.org wrote: > >> Author: markt > >> Date: Mon Mar 29 15:01:14 2010 > >> New Revision: 928798 > >> > >> URL: http://svn.apache.org/viewvc?rev=928798&view=rev > >> Log: > >> Fix https://issues.a

svn commit: r929284 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2010-03-30 Thread markt
Author: markt Date: Tue Mar 30 21:01:02 2010 New Revision: 929284 URL: http://svn.apache.org/viewvc?rev=929284&view=rev Log: When changing a session ID, use the internal add cookie method in the same way as when first creating a session cookie. Modified: tomcat/trunk/java/org/apache/catalina

DO NOT REPLY [Bug 48913] Request.changeSessionId adds a second Set-Cookie JSESSIONID

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48913 --- Comment #1 from Mark Thomas 2010-03-30 21:59:05 UTC --- I can confirm that the current implementation does not expect other components to force the creation of a session earlier in the pipeline. This looks to be fixable but I'm worried

svn commit: r929335 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-03-30 Thread markt
Author: markt Date: Tue Mar 30 23:03:51 2010 New Revision: 929335 URL: http://svn.apache.org/viewvc?rev=929335&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=929

DO NOT REPLY [Bug 48917] ApacheConfig.java update windows default module mod_jk.dll -> mod_jk.so

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48917 --- Comment #3 from Mark Thomas 2010-03-30 23:04:05 UTC --- Sure. I have proposed (and voted for) your patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

DO NOT REPLY [Bug 48913] Request.changeSessionId adds a second Set-Cookie JSESSIONID

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48913 --- Comment #2 from Mark Thomas 2010-03-30 23:06:18 UTC --- Created an attachment (id=25219) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25219) Proposed patch to remove previously set session cookies I haven't applied the at

DO NOT REPLY [Bug 48738] [PATCH]Allow GzipOutputFilter to send partial result when flushBuffer() is called

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 James Ward changed: What|Removed |Added CC||ja...@jamesward.org -- Configure bug

Re: Spnego support in tomcat- patch available

2010-03-30 Thread Ashish Jain
Can someone review and provide comments on the uploaded patch? On Tue, Mar 30, 2010 at 2:11 PM, Ashish Jain wrote: > Can someone review and provide comments on the patch? > > > On Mon, Mar 29, 2010 at 3:25 PM, Ashish Jain wrote: > >> Can someone review and provide comments on the uploaded patch

DO NOT REPLY [Bug 41992] Need ability to set OS process title

2010-03-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41992 --- Comment #3 from Matthew Sacks 2010-03-31 04:55:12 UTC --- Usually JAVA_EXEC is something that is defined by environment variables outside of the scope of the Tomcat startup scripts themselves. Furthermore it is something more suited to