[Tomcat Wiki] Update of "PoweredBy" by vaksoy

2013-02-08 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 vaksoy: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=453&rev2=454 === Fluency === [[http://fluency.knownspace.org|Fluency]] is a

Re: Checkstyle errors in storeconfig in trunk

2013-02-08 Thread Konstantin Kolinko
2013/2/8 Konstantin Kolinko : > Hi! > > FYI, there are a lot of checkstyle errors in o.a.c.storeconfig package, > > a) tabs in server-registry.xml > b) a lot of trailing whitespace Fixed. Further notices: 1. In a lot of places the code uses name "childs" instead of "children". E.g. childs="true"

svn commit: r1444305 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StandardContextSF.java

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 01:00:04 2013 New Revision: 1444305 URL: http://svn.apache.org/r1444305 Log: Remove unnecessary cast Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StandardContextSF.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StandardConte

svn commit: r1444303 - /tomcat/trunk/java/org/apache/catalina/storeconfig/

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 00:58:08 2013 New Revision: 1444303 URL: http://svn.apache.org/r1444303 Log: Remove unnecessary casts Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/ConnectorSF.java tomcat/trunk/java/org/apache/catalina/storeconfig/ConnectorStoreAppender.ja

svn commit: r1444301 - /tomcat/trunk/java/org/apache/catalina/storeconfig/

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 00:52:59 2013 New Revision: 1444301 URL: http://svn.apache.org/r1444301 Log: Add missing @Override annotations Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/CatalinaClusterSF.java tomcat/trunk/java/org/apache/catalina/storeconfig/ChannelSF.j

svn commit: r1444300 [2/2] - in /tomcat/trunk/java/org/apache: catalina/ catalina/storeconfig/ tomcat/jni/

2013-02-08 Thread kkolinko
Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml?rev=1444300&r1=1444299&r2=1444300&view=diff ==

svn commit: r1444299 - in /tomcat/tc6.0.x/branches/tomcat6-testing: ./ BRANCH-README.txt java/org/apache/catalina/core/LocalStrings_es.properties webapps/docs/changelog.xml

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 00:28:04 2013 New Revision: 1444299 URL: http://svn.apache.org/r1444299 Log: Catch-up merge from 6.0.x/trunk. Merged all up to r1444297 (+= r1442374-1444291,1444293-1444297 ) Modified: tomcat/tc6.0.x/branches/tomcat6-testing/ (props changed) tomcat/tc6.

[Bug 54483] error in translation

2013-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54483 --- Comment #3 from Konstantin Kolinko --- Fixed in 6.0 as well by r1444296 and will be in 6.0.37. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1444296 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/LocalStrings_es.properties webapps/docs/changelog.xml

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 00:21:02 2013 New Revision: 1444296 URL: http://svn.apache.org/r1444296 Log: CTR: non-English resource file Fix Spanish translation s/recycling/reloading/ It is merge of r1438415 from tc7.0.x/trunk Modified: tomcat/tc6.0.x/trunk/ (props changed) tomc

[Bug 54248] Retrieving content that contains a BOM via request.getReader() issue

2013-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54248 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

svn commit: r1444293 - in /tomcat/tc6.0.x/branches/tomcat6-testing: ./ BRANCH-README.txt

2013-02-08 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 00:04:48 2013 New Revision: 1444293 URL: http://svn.apache.org/r1444293 Log: Record-only merge of r1417826,1444292 from 6.0.x/trunk Those are revisions that have been merged from this branch to trunk. Thus all those changes are already present in this branch and

svn commit: r1444292 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/tomcat/util/buf/B2CConverter.java webapps/docs/changelog.xml

2013-02-08 Thread kkolinko
Author: kkolinko Date: Fri Feb 8 23:59:22 2013 New Revision: 1444292 URL: http://svn.apache.org/r1444292 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54248 Need to reset the decoder when the B2C converter is recycled to ensure BOMs are correctly handled for those encodings that req

svn commit: r1444290 - in /tomcat/tc6.0.x/branches/tomcat6-testing/test/org/apache/tomcat/util/buf: ./ TestB2CConverter.java

2013-02-08 Thread kkolinko
Author: kkolinko Date: Fri Feb 8 23:56:27 2013 New Revision: 1444290 URL: http://svn.apache.org/r1444290 Log: Followup - testcase part of the following: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54248 Need to reset the decoder when the B2C converter is recycled to ensure BOMs are co

svn commit: r1444289 - in /tomcat/tc6.0.x/branches/tomcat6-testing: ./ STATUS.txt java/org/apache/tomcat/util/buf/B2CConverter.java webapps/docs/changelog.xml

2013-02-08 Thread kkolinko
Author: kkolinko Date: Fri Feb 8 23:54:41 2013 New Revision: 1444289 URL: http://svn.apache.org/r1444289 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54248 Need to reset the decoder when the B2C converter is recycled to ensure BOMs are correctly handled for those encodings that req

[Bug 54539] valve-configuration for DigestAuthenticator overwrites auth-method BASIC in web.xml

2013-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54539 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

Re: svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

2013-02-08 Thread Remy Maucherat
On Fri, 2013-02-08 at 21:19 +0400, Konstantin Kolinko wrote: > 2013/2/8 : > > Author: kfujino > > Date: Fri Feb 8 08:50:24 2013 > > New Revision: 1443891 > > > > URL: http://svn.apache.org/r1443891 > > Log: > > Improve ContextSF description. > > Remove unused attributes engineName and saveConfig.

Re: svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

2013-02-08 Thread Konstantin Kolinko
2013/2/8 : > Author: kfujino > Date: Fri Feb 8 08:50:24 2013 > New Revision: 1443891 > > URL: http://svn.apache.org/r1443891 > Log: > Improve ContextSF description. > Remove unused attributes engineName and saveConfig. > Add effectiveMajorVersion and effectiveMinorVersion to TransientAttribute. >

[jira] [Closed] (MTOMCAT-189) additionalClassesDirs parameter handling expanded to include run and run-war goals

2013-02-08 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-189. -- Resolution: Not A Problem Fix Version/s: (was: 2.1) Assigne

[jira] [Closed] (MTOMCAT-204) ClassNotFoundException: org.apache.catalina.util.StringManager

2013-02-08 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-204. -- Resolution: Not A Problem in such case use bugzilla for tomcat core issues: h

[jira] [Commented] (MTOMCAT-204) ClassNotFoundException: org.apache.catalina.util.StringManager

2013-02-08 Thread Alain Perreault (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574496#comment-13574496 ] Alain Perreault commented on MTOMCAT-204: - I don't used Maven. The issue is in to

[VOTE] Release Apache Tomcat Native 1.1.27

2013-02-08 Thread Mladen Turk
Version 1.1.27 is bug fixing release. The proposed release artefacts can be found at [1], and the build was done using tag [2]. The VOTE will remain open for at least 48 hours. The Apache Tomcat Native 1.1.27 is [ ] Stable, go ahead and release [ ] Broken because of ... [1] http://people.ap

svn commit: r1443991 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2013-02-08 Thread kkolinko
Author: kkolinko Date: Fri Feb 8 12:49:06 2013 New Revision: 1443991 URL: http://svn.apache.org/r1443991 Log: Correct openssl issue number and typo Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL: http://svn.ap

svn commit: r1443921 - /tomcat/native/tags/TOMCAT_NATIVE_1_1_27/

2013-02-08 Thread mturk
Author: mturk Date: Fri Feb 8 10:19:25 2013 New Revision: 1443921 URL: http://svn.apache.org/r1443921 Log: Tag 1.1.27 Added: tomcat/native/tags/TOMCAT_NATIVE_1_1_27/ (props changed) - copied from r1443919, tomcat/native/branches/1.1.x/ Propchange: tomcat/native/tags/TOMCAT_NATIVE_1_

svn commit: r1443919 - /tomcat/native/branches/1.1.x/native/srclib/VERSIONS

2013-02-08 Thread mturk
Author: mturk Date: Fri Feb 8 10:17:39 2013 New Revision: 1443919 URL: http://svn.apache.org/r1443919 Log: Update VERSIONS with openssl-1.0.1d patch note Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS Modified: tomcat/native/branches/1.1.x/native/srclib/VERSIONS URL: http://

svn commit: r1443905 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java

2013-02-08 Thread kfujino
Author: kfujino Date: Fri Feb 8 09:48:55 2013 New Revision: 1443905 URL: http://svn.apache.org/r1443905 Log: revert r1443872. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConf

Re: svn commit: r1443872 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java

2013-02-08 Thread Keiichi Fujino
2013/2/8 Remy Maucherat : > On Fri, 2013-02-08 at 08:24 +, kfuj...@apache.org wrote: >> Author: kfujino >> Date: Fri Feb 8 08:24:36 2013 >> New Revision: 1443872 >> >> URL: http://svn.apache.org/r1443872 >> Log: >> Don't use a hard-coded domain name. > > Actually, I'm not sure this is a good p

Re: svn commit: r1443872 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java

2013-02-08 Thread Remy Maucherat
On Fri, 2013-02-08 at 08:24 +, kfuj...@apache.org wrote: > Author: kfujino > Date: Fri Feb 8 08:24:36 2013 > New Revision: 1443872 > > URL: http://svn.apache.org/r1443872 > Log: > Don't use a hard-coded domain name. Actually, I'm not sure this is a good plan. This was most certainly hardcode

[Bug 54539] New: valve-configuration for DigestAuthenticator overwrites auth-method BASIC in web.xml

2013-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54539 Bug ID: 54539 Summary: valve-configuration for DigestAuthenticator overwrites auth-method BASIC in web.xml Product: Tomcat 6 Version: 6.0.33 Hardware: PC

svn commit: r1443891 - /tomcat/trunk/java/org/apache/catalina/storeconfig/server-registry.xml

2013-02-08 Thread kfujino
Author: kfujino Date: Fri Feb 8 08:50:24 2013 New Revision: 1443891 URL: http://svn.apache.org/r1443891 Log: Improve ContextSF description. Remove unused attributes engineName and saveConfig. Add effectiveMajorVersion and effectiveMinorVersion to TransientAttribute. Modified: tomcat/trunk/ja

[Bug 54521] DigestAuthenticator: nonceCountValid() fails in case of simultaneous asynchronous requests of the same client

2013-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54521 --- Comment #2 from Sven Stieber --- Thank you for fixing this that quick. One additional question: Will this fix be included into the next Tomcat 6 Release, too? -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1443872 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java

2013-02-08 Thread kfujino
Author: kfujino Date: Fri Feb 8 08:24:36 2013 New Revision: 1443872 URL: http://svn.apache.org/r1443872 Log: Don't use a hard-coded domain name. Modified: tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/st