Bug report for Tomcat Native [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2013/02/10]

2013-02-09 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Checkstyle errors in storeconfig in trunk

2013-02-09 Thread sebb
On 9 February 2013 09:42, Remy Maucherat wrote: > On Sat, 2013-02-09 at 05:19 +0400, Konstantin Kolinko wrote: >> 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 trail

svn commit: r1444429 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWsWebSocketContainer.java TesterEcho.java TesterEchoServer.java TesterSingleMessageClient.java

2013-02-09 Thread markt
Author: markt Date: Sat Feb 9 20:38:46 2013 New Revision: 129 URL: http://svn.apache.org/r129 Log: More refactoring for re-use Added: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEchoServer.java - copied, changed from r122, tomcat/trunk/test/org/apache/tomcat/websoc

svn commit: r1444422 - in /tomcat/trunk/test/org/apache/tomcat/websocket: TestWsWebSocketContainer.java TesterEcho.java

2013-02-09 Thread markt
Author: markt Date: Sat Feb 9 20:22:07 2013 New Revision: 122 URL: http://svn.apache.org/r122 Log: Extract Echo endpoints for use in other tests Added: tomcat/trunk/test/org/apache/tomcat/websocket/TesterEcho.java (with props) Modified: tomcat/trunk/test/org/apache/tomcat/webso

Re: [VOTE] Release Apache Tomcat Native 1.1.27

2013-02-09 Thread Mark Thomas
On 08/02/2013 13:43, Mladen Turk wrote: > 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 > [X] Stable, go ahead and rel

[Tomcat Wiki] Update of "FAQ/Security" by KonstantinKolinko

2013-02-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Security" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Security?action=diff&rev1=14&rev2=15 Comment: Add links to pages at tomcat.apache.org

[Bug 54080] Comma related bug in org.apache.catalina.valves.RemoteIpValve

2013-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54080 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Component|C

svn commit: r1444396 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/RemoteIpValve.java webapps/docs/changelog.xml webapps/docs/config/valve.xml

2013-02-09 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 17:14:16 2013 New Revision: 1444396 URL: http://svn.apache.org/r1444396 Log: CTR: docs Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54080 Clarify documentation for initial value of internalProxies attribute of RemoteIpValve. Modified: tomcat/tc6.0.

svn commit: r1444374 - /tomcat/trunk/res/checkstyle/org-import-control.xml

2013-02-09 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 14:56:21 2013 New Revision: 1444374 URL: http://svn.apache.org/r1444374 Log: Allow high availability and tribes imports in o.a.c.storeconfig. Modified: tomcat/trunk/res/checkstyle/org-import-control.xml Modified: tomcat/trunk/res/checkstyle/org-import-contro

[Bug 54456] ChunkedInputFilter returning EOF when client closes connection without sending end chunk

2013-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 --- Comment #12 from Konstantin Kolinko --- I proposed backport of r1443430 to 6.0. -- You are receiving this mail because: You are the assignee for the bug. - To unsubs

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

2013-02-09 Thread kkolinko
Author: kkolinko Date: Sat Feb 9 14:42:27 2013 New Revision: 1444372 URL: http://svn.apache.org/r1444372 Log: Propose backport of fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54456 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http:/

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

2013-02-09 Thread Konstantin Kolinko
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

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "HowTo" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=132&rev2=133 Comment: Correct markup First of all, you can read [[http

[Tomcat Wiki] Update of "PoweredBy" by KonstantinKolinko

2013-02-09 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 KonstantinKolinko: http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=454&rev2=455 Comment: Remove stray header that is not followed by te

Re: Checkstyle errors in storeconfig in trunk

2013-02-09 Thread Remy Maucherat
On Sat, 2013-02-09 at 05:19 +0400, Konstantin Kolinko wrote: > 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. Thanks ! > Further notices: >

[Bug 53469] possible bug in Response.normalize(CharChunk cc)

2013-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53469 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---