Re: svn commit: r1058556 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

2011-01-13 Thread Konstantin Kolinko
2011/1/13 : > Author: markt > Date: Thu Jan 13 13:54:08 2011 > New Revision: 1058556 > > URL: http://svn.apache.org/viewvc?rev=1058556&view=rev > Log: > Fix FindBugs warning > Remove unnecessary code > Better error handling > > Modified: >    tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWar

DO NOT REPLY [Bug 50582] New: Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured

2011-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50582 Summary: Small JSPs do not set Content-Length (and use chunked encoding) if AccessLogValve is configured Product: Tomcat 7 Version: 7.0.6 Platform: PC OS/Version: Windows

Re: svn commit: r1058807 - in /tomcat/site/trunk: docs/download-70.html docs/index.html docs/whichversion.html xdocs/download-70.xml xdocs/index.xml xdocs/whichversion.xml

2011-01-13 Thread Konstantin Kolinko
2011/1/14 : > Author: markt > Date: Fri Jan 14 00:00:57 2011 > New Revision: 1058807 > > URL: http://svn.apache.org/viewvc?rev=1058807&view=rev > Log: > Update for 7.0.6 > > Modified: >    tomcat/site/trunk/docs/download-70.html >    tomcat/site/trunk/docs/index.html >    tomcat/site/trunk/docs/wh

svn commit: r1058807 - in /tomcat/site/trunk: docs/download-70.html docs/index.html docs/whichversion.html xdocs/download-70.xml xdocs/index.xml xdocs/whichversion.xml

2011-01-13 Thread markt
Author: markt Date: Fri Jan 14 00:00:57 2011 New Revision: 1058807 URL: http://svn.apache.org/viewvc?rev=1058807&view=rev Log: Update for 7.0.6 Modified: tomcat/site/trunk/docs/download-70.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/whichversion.html tomcat/site/

DO NOT REPLY [Bug 19428] FileLogger - auto create new log file after being deleted

2011-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=19428 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50570] Allow explicit use of FIPS mode in APR connector

2011-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50570 Christopher Schultz changed: What|Removed |Added Summary|Allow explicit use of FIPS |Allow explicit use of FIPS

[RESULT] [VOTE] Release Apache Tomcat 7.0.6

2011-01-13 Thread Mark Thomas
On 10/01/2011 18:54, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.6 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.6/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_6/ > > The propose

Re: simple tomcat extension

2011-01-13 Thread Filip Hanik - Dev Lists
can't you just create a directory, drop your jars in there, and in conf/catalina.properties, configure the shared.loader property? best Filip On 1/13/2011 9:05 AM, Juraj Burian wrote: Hello folks, I would like introduce new & very simple extension of Tomcat. In my opinion, many people must ha

DO NOT REPLY [Bug 18797] MemoryUserRule doesn't validate user attributes

2011-01-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=18797 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1058689 - in /tomcat/trunk: java/org/apache/catalina/users/LocalStrings.properties java/org/apache/catalina/users/MemoryUserDatabase.java webapps/docs/changelog.xml

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 17:55:55 2011 New Revision: 1058689 URL: http://svn.apache.org/viewvc?rev=1058689&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=18797 Provide null/zero-length protection Modified: tomcat/trunk/java/org/apache/catalina/users/LocalStrings.pr

Re: Deploying new Applications

2011-01-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamie, Technically speaking, this is a discussion best left to the user list. I'm cross-posting. Please consider subscribing to the user list and continuing the discussion there. On 1/13/2011 7:27 AM, Jamie wrote: > This works, but is not persistent.

Re: simple tomcat extension

2011-01-13 Thread Juraj Burian
Great, thank you very much for answer Charles. Mine problem was, that I can't use java 6 - so I never look to the Tomcat 7 documentation. In Apache 6 documentation is this hint missing, but feature is implemented!!! Thanks for great work folks. best regards JuBu On 13.1.2011 17:21, Caldaral

RE: simple tomcat extension

2011-01-13 Thread Caldarale, Charles R
> From: Juraj Burian [mailto:j...@volny.cz] > Subject: simple tomcat extension > Applications servers (WAS for example.) has concept of configurable > shared libs. In Tomcat concept like this is missing. I think what you're looking for already exists: http://tomcat.apache.org/tomcat-7.0-doc/con

simple tomcat extension

2011-01-13 Thread Juraj Burian
Hello folks, I would like introduce new & very simple extension of Tomcat. In my opinion, many people must have solved situation when some extra configurations or classes must be loaded into application that can't be part of WAR file. Applications servers (WAS for example.) has concept of config

[ANN] Apache Tomcat 6.0.30 released

2011-01-13 Thread jean-frederic clere
The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.30 stable. This release includes bug-fixes over Apache Tomcat 6.0.29. Note that is version has 4 zip binaries: a generic one and three bundled with Tomcat native binaries for different CPU architectures. Apache Tomc

svn commit: r1058571 - /tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 14:08:24 2011 New Revision: 1058571 URL: http://svn.apache.org/viewvc?rev=1058571&view=rev Log: Fix FindBugs warnings Modified: tomcat/trunk/java/org/apache/catalina/session/PersistentManagerBase.java Modified: tomcat/trunk/java/org/apache/catalina/session/Per

svn commit: r1058562 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 14:01:58 2011 New Revision: 1058562 URL: http://svn.apache.org/viewvc?rev=1058562&view=rev Log: Remove unused/unnecessary code Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java Modified: tomcat/trunk/java/org/apache/coyote/http11/

svn commit: r1058556 - /tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 13:54:08 2011 New Revision: 1058556 URL: http://svn.apache.org/viewvc?rev=1058556&view=rev Log: Fix FindBugs warning Remove unnecessary code Better error handling Modified: tomcat/trunk/java/org/apache/catalina/ha/deploy/FarmWarDeployer.java Modified: tomcat/tr

svn commit: r1058551 - /tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 13:43:18 2011 New Revision: 1058551 URL: http://svn.apache.org/viewvc?rev=1058551&view=rev Log: Refactor to simplify code and avoid a Findbugs warning Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/ChannelCoordinator.java Modified: tomcat/trunk/j

Deploying new Applications

2011-01-13 Thread Jamie
Greetings! I have a custom Tomcat Manager app that I am using for managing various web app instances. I am using the method: /** * Invoke the addServiced method on the deployer. */ protected void addServiced(String name) throws Exception { String[] params = {

svn commit: r1058510 - /tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java

2011-01-13 Thread markt
Author: markt Date: Thu Jan 13 11:14:11 2011 New Revision: 1058510 URL: http://svn.apache.org/viewvc?rev=1058510&view=rev Log: Remove unused code Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java Modified: tomcat/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.j

Re: [VOTE] Release build 6.0.30

2011-01-13 Thread jean-frederic clere
According to the results 6.0.30 is going to be released as STABLE. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org