[Tomcat Wiki] Update of PoweredBy by prosch

2011-04-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by prosch. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=326rev2=327 -- == Surveys and

[Tomcat Wiki] Update of PoweredBy by prosch

2011-04-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by prosch. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=327rev2=328 -- == Surveys and

PoweredBy reverted to revision 326 on Tomcat Wiki

2011-04-07 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page Tomcat Wiki for change notification. The page PoweredBy has been reverted to revision 326 by TimFunk. The comment on this change is: spam removal from revisions 327,328. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=328rev2=329

[Tomcat Wiki] Update of LocalBadContent by SebastianBazley

2011-04-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The LocalBadContent page has been changed by SebastianBazley. The comment on this change is: Add prosch spam URL. http://wiki.apache.org/tomcat/LocalBadContent?action=diffrev1=11rev2=12

Tomcat-oracle secure connection

2011-04-07 Thread ramram8
Hello, Does anybody have any idea how to secure a tomcat connection to oracle database (jdbc encryption for example) or any other idea that can be easily implemented. Thanks in advance, Ram Ram -- View this message in context:

Re: bindOnInit and maxConnections for AJP connectors

2011-04-07 Thread Christopher Schultz
Mark, I understand that a fix has already been applied, but... On 4/6/2011 7:16 AM, Mark Thomas wrote: I thought of two options for issue 3: a) Assign a processor (+ inputbuffer, output buffer etc.) to a socket and don't recycle it until the socket is closed. - Increases memory requirements.

Re: Tomcat-oracle secure connection

2011-04-07 Thread Christopher Schultz
Ramram, On 4/7/2011 9:46 AM, ramram8 wrote: Does anybody have any idea how to secure a tomcat connection to oracle database (jdbc encryption for example) or any other idea that can be easily implemented. This is a question better asked on the users' list. -chris signature.asc Description:

DO NOT REPLY [Bug 51038] New: No access logs for Servlet 3.0 async requests

2011-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51038 Summary: No access logs for Servlet 3.0 async requests Product: Tomcat 7 Version: 7.0.11 Platform: PC OS/Version: Linux Status: NEW Severity: normal

JSP Compiler swallows exceptions when removing files

2011-04-07 Thread Christopher Schultz
All, While reading the code for jasper.compiler.Compiler on an unrelated errand, I noticed that the removeGeneratedFiles and removeGeneratedClassFiles methods contain this code: } catch (Exception e) { // Remove as much as possible, ignore possible exceptions } This

DO NOT REPLY [Bug 33453] Jasper should recompile JSP files whose datestamps change in either direction (not just newer)

2011-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33453 Antoine Prevosto antoine.prevo...@gmail.com changed: What|Removed |Added CC|

Re: svn commit: r1086706 - in /tomcat/trunk/java/org/apache/catalina: Realm.java authenticator/SpnegoAuthenticator.java realm/CombinedRealm.java realm/LocalStrings.properties realm/LockOutRealm.java r

2011-04-07 Thread Filip Hanik - Dev Lists
On 3/29/2011 2:05 PM, ma...@apache.org wrote: + * @param certs The gssContext processed by the {@link Authenticator}. + */ +public Principal authenticate(GSSContext gssContext); + + we can continue to add methods and changing the interface, or we can do what most other systems do

Re: JSP Compiler swallows exceptions when removing files

2011-04-07 Thread Filip Hanik - Dev Lists
yes On 4/7/2011 1:32 PM, Christopher Schultz wrote: All, While reading the code for jasper.compiler.Compiler on an unrelated errand, I noticed that the removeGeneratedFiles and removeGeneratedClassFiles methods contain this code: } catch (Exception e) { // Remove as much

anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
Hello, I'm trying out git at the moment and found this page http://wiki.apache.org/general/GitAtApache Is anyone here using git in front of svn ? any problem, advice ? Sylvain

svn commit: r1090003 - in /tomcat/trunk: java/org/apache/catalina/valves/LocalStrings.properties java/org/apache/catalina/valves/StuckThreadDetectionValve.java java/org/apache/catalina/valves/mbeans-d

2011-04-07 Thread slaurent
Author: slaurent Date: Thu Apr 7 20:50:28 2011 New Revision: 1090003 URL: http://svn.apache.org/viewvc?rev=1090003view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 StuckThreadDetectionValve, based on code proposed by TomLu Added:

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Rainer Jung
On 07.04.2011 22:35, Sylvain Laurent wrote: Hello, I'm trying out git at the moment and found this page http://wiki.apache.org/general/GitAtApache Is anyone here using git in front of svn ? any problem, advice ? I used it some time for the httpd sources. I like that it is easy to transfer

svn commit: r1090022 - in /tomcat/trunk/java/org/apache/jasper: compiler/Compiler.java resources/LocalStrings.properties

2011-04-07 Thread schultz
Author: schultz Date: Thu Apr 7 21:22:12 2011 New Revision: 1090022 URL: http://svn.apache.org/viewvc?rev=1090022view=rev Log: Added warning messages when an exception is thrown while trying to delete files. Replaced duplicate code in removeGeneratedFiles with a call to

DO NOT REPLY [Bug 50306] Detect stuck threads

2011-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 --- Comment #10 from Sylvain Laurent slaur...@apache.org 2011-04-07 17:33:10 EDT --- Tom, thanks for your contribution. I committed the valve to trunk http://svn.apache.org/viewvc?view=revisionrevision=1090003 with the following changes :

DO NOT REPLY [Bug 50306] Detect stuck threads

2011-04-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 Sylvain Laurent slaur...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
I just did my first commit on tomcat using git, it seems to work. does it bother anyone if I add a .gitignore file in the SVN repository ? Sylvain On 7 avr. 2011, at 22:57, Rainer Jung wrote: On 07.04.2011 22:35, Sylvain Laurent wrote: Hello, I'm trying out git at the moment and found

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Sylvain Laurent sylvain.laur...@m4x.org: I just did my first commit on tomcat using git, it seems to work. Congratulations. does it bother anyone if I add a .gitignore file in the SVN repository ? I am not bothered much, though 1) it need to have ASL header 2) it probably should be

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Sylvain Laurent
On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote: What content will be in your version of the file? mostly what we ave already ignored with svn props : eclipse-sepcific files, the logs, work, temp directories... Otherwise, one can also run git svn show-ignore .git/info/exclude which

Re: anyone using git-svn for tomcat ?

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Sylvain Laurent sylvain.laur...@m4x.org: On 7 avr. 2011, at 23:54, Konstantin Kolinko wrote: What content will be in your version of the file? mostly what we ave already ignored with svn props : eclipse-sepcific files, the logs, work, temp directories... Otherwise, one can also

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

2011-04-07 Thread schultz
Author: schultz Date: Fri Apr 8 00:41:29 2011 New Revision: 1090072 URL: http://svn.apache.org/viewvc?rev=1090072view=rev Log: Updated. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

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

2011-04-07 Thread Konstantin Kolinko
2011/4/8 schu...@apache.org: Author: schultz Date: Fri Apr  8 00:41:29 2011 New Revision: 1090072 URL: http://svn.apache.org/viewvc?rev=1090072view=rev Log: Updated. Modified:    tomcat/tc6.0.x/trunk/STATUS.txt + +* Backport exception logging from revision 1090022 +  

Re: svn commit: r1086706 - in /tomcat/trunk/java/org/apache/catalina: Realm.java authenticator/SpnegoAuthenticator.java realm/CombinedRealm.java realm/LocalStrings.properties realm/LockOutRealm.java r

2011-04-07 Thread Konstantin Kolinko
2011/4/8 Filip Hanik - Dev Lists devli...@hanik.com: On 3/29/2011 2:05 PM, ma...@apache.org wrote: +     * @param certs The gssContext processed by the {@link Authenticator}. +     */ +    public Principal authenticate(GSSContext gssContext); + + we can continue to add methods and

svn commit: r1090083 - /tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java

2011-04-07 Thread kkolinko
Author: kkolinko Date: Fri Apr 8 01:55:51 2011 New Revision: 1090083 URL: http://svn.apache.org/viewvc?rev=1090083view=rev Log: Do not depend on system encoding settings when running Tomcat tests. Modified: tomcat/trunk/test/org/apache/catalina/startup/SimpleHttpClient.java Modified:

[GUMP@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2011-04-07 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration.