[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-01-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=118&rev2=119 Comment: Add link to HowTo/SSLCiphers == How to configure

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

2013-01-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=13&rev2=14 Comment: Add link to HowTo/SSLCiphers 1. [[#Q8|

[Tomcat Wiki] Update of "HowTo/SSLCiphers" by KonstantinKolinko

2013-01-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/SSLCiphers" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo/SSLCiphers Comment: New FAQ page - how configure the list of ciphers on a Connecto

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 --- Comment #5 from Violeta Georgieva --- Created attachment 29840 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29840&action=edit Patch proposal + tests Hi, Please find attached a patch proposal and tests. Important notes t

[GUMP@vmgump]: Project tomcat-tc7.0.x-validate (in module tomcat-7.0.x) failed

2013-01-09 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-tc7.0.x-validate has an issue affecting its community integration.

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 --- Comment #6 from Christopher Schultz --- Sorry, yes, I meant "fail()". As for "throws Exception" doesn't that change a failure into an "error" when JUnit runs? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54060] DigestAuthenticator doesn't parse Authorization header correctly

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54060 --- Comment #11 from Konstantin Kolinko --- (In reply to comment #10) > > The reason, it seems, is that their Digest response includes either > algorithm="MD5" when it should be algorithm=MD5, or qop="auth" when it > should be qop=auth. >

[Bug 52135] Global error page is not handled

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 --- Comment #16 from Konstantin Kolinko --- Created attachment 29837 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29837&action=edit globalerrortest.war For the record: a sample web application that I used to test that it DOES

[Bug 52135] Global error page is not handled

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52135 Konstantin Kolinko changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-

svn commit: r1431181 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 02:37:42 2013 New Revision: 1431181 URL: http://svn.apache.org/viewvc?rev=1431181&view=rev Log: Merged revisions r1430775 r1430791 from tomcat/trunk: Tabs -> spaces, as reminded by Checkstyle Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.

svn commit: r1431172 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/AjpNioProtocol.java webapps/docs/changelog.xml

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 01:31:39 2013 New Revision: 1431172 URL: http://svn.apache.org/viewvc?rev=1431172&view=rev Log: Merged revisions 1431171 from tomcat/trunk: Fix release of processors in AjpNioProtocol. Wrong object was used as a key in the connections map. "connections" is "Map>

svn commit: r1431171 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpNioProtocol.java

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 01:24:46 2013 New Revision: 1431171 URL: http://svn.apache.org/viewvc?rev=1431171&view=rev Log: Fix release of processors in AjpNioProtocol. Wrong object was used as a key in the connections map. "connections" is "Map>", so the key in the map is socket, not its

svn commit: r1431165 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/http.xml

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 00:42:05 2013 New Revision: 1431165 URL: http://svn.apache.org/viewvc?rev=1431165&view=rev Log: Merged revision 1431164 from tomcat/trunk: A pair of typos Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml

svn commit: r1431164 - /tomcat/trunk/webapps/docs/config/http.xml

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 00:40:30 2013 New Revision: 1431164 URL: http://svn.apache.org/viewvc?rev=1431164&view=rev Log: A pair of typos Modified: tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/

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

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 00:17:22 2013 New Revision: 1431161 URL: http://svn.apache.org/viewvc?rev=1431161&view=rev Log: Note that the fix for 54260 has to be backported, if we ever implement JSP unloading in Tomcat 6. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.

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

2013-01-09 Thread kkolinko
Author: kkolinko Date: Thu Jan 10 00:10:24 2013 New Revision: 1431160 URL: http://svn.apache.org/viewvc?rev=1431160&view=rev Log: Remove Filip's proposal. The issue was closed as WONTFIX. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apa

[Bug 52918] Add WebSocket Support to Tomcat 6

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

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 --- Comment #5 from Konstantin Kolinko --- (In reply to comment #3) > FWIW, test cases using the following idiom: > (..) > can be written somewhat more simply like this: > > try { > props

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 Glen Taylor changed: What|Removed |Added Attachment #29836|application/octet-stream|text/plain mime type|

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 Glen Taylor changed: What|Removed |Added Attachment #29835|0 |1 is obsolete|

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 --- Comment #3 from Christopher Schultz --- FWIW, test cases using the following idiom: caught = null; try { props.getJdbcInterceptorsAsArray(); } catch (Exception e) { ca

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 --- Comment #2 from Glen Taylor --- Created attachment 29835 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29835&action=edit New unit test for parser -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54395] JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 --- Comment #1 from Glen Taylor --- Created attachment 29833 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29833&action=edit Patch for PoolProperties.java -- You are receiving this mail because: You are the assignee for the b

[Bug 54395] New: JdbcInterceptor config parameter parsing errors

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54395 Bug ID: 54395 Summary: JdbcInterceptor config parameter parsing errors Product: Tomcat Modules Version: unspecified Hardware: All OS: All Status: NEW

svn commit: r1431052 [13/13] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomca

2013-01-09 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html?rev=1431052&r1=1431051&r2=1431052&view=diff ===

svn commit: r1431052 [6/13] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomcat

2013-01-09 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/sonar.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/sonar.html?rev=1431052&r1=1431051&r2=1431052&view=diff ===

[jira] [Resolved] (MTOMCAT-193) Odd need to create an empty context.xml file for the Apache Tomcat Maven plugin to work

2013-01-09 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza resolved MTOMCAT-193. Resolution: Duplicate Duplicate of MTOMCAT-119 > Odd need to create an empty cont

[jira] [Closed] (MTOMCAT-199) Text cleanup of goal definitions

2013-01-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-199. -- Resolution: Fixed Fix Version/s: 2.1 fixed http://svn.apache.org/r14310

svn commit: r1431048 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java

2013-01-09 Thread olamy
Author: olamy Date: Wed Jan 9 20:39:41 2013 New Revision: 1431048 URL: http://svn.apache.org/viewvc?rev=1431048&view=rev Log: fix link Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/ExecWarMojo.java Modified: tomcat/maven-

[jira] [Updated] (MTOMCAT-199) Text cleanup of goal definitions

2013-01-09 Thread Glen Mazza (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Glen Mazza updated MTOMCAT-199: --- Attachment: goalDefs.patch > Text cleanup of goal definitions >

[jira] [Created] (MTOMCAT-199) Text cleanup of goal definitions

2013-01-09 Thread Glen Mazza (JIRA)
Glen Mazza created MTOMCAT-199: -- Summary: Text cleanup of goal definitions Key: MTOMCAT-199 URL: https://issues.apache.org/jira/browse/MTOMCAT-199 Project: Apache Tomcat Maven Plugin Issue Type:

Re: Time for tcnative 1.1.25?

2013-01-09 Thread Christopher Schultz
All, Bump: any interest? I'd roll it myself, but I've never done something like that and I'd need a large amount of hand-holding. Thanks, -chris On 12/21/12 3:54 PM, Christopher Schultz wrote: > All, > > There is a particular fix in tcnative-trunk ant the 1.1.x branch to the > ssl.c::hasOp fun

Re: Rewrite functionality for 8

2013-01-09 Thread Christopher Schultz
Remy, On 1/9/13 10:04 AM, Remy Maucherat wrote: > Hi, > > I ported a valve providing mod_rewrite functionality (most of it) for > Tomcat "8", and committed it in the sandbox. This could be easily placed > in the main repository, where it would provide an additional item in the > "new features" de

[Bug 54386] [FR] Jar's static content extraction for CDN from (JSR315-§10.10)

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54386 Christopher Schultz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1430971 - in /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy: DeployMojo.java DeployOnlyMojo.java RedeployMojo.java RedeployOnl

2013-01-09 Thread olamy
Author: olamy Date: Wed Jan 9 17:45:54 2013 New Revision: 1430971 URL: http://svn.apache.org/viewvc?rev=1430971&view=rev Log: fix format and not used imports Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy/DeployMojo.java

[jira] [Closed] (MTOMCAT-198) Fix base classes for redeploy and redeploy-only goals

2013-01-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-198. -- Resolution: Fixed Fix Version/s: 2.1 fixed http://svn.apache.org/r14309

svn commit: r1430970 - in /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy: RedeployMojo.java RedeployOnlyMojo.java

2013-01-09 Thread olamy
Author: olamy Date: Wed Jan 9 17:45:18 2013 New Revision: 1430970 URL: http://svn.apache.org/viewvc?rev=1430970&view=rev Log: [MTOMCAT-198] Fix base classes for redeploy and redeploy-only goals Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/pl

[jira] [Created] (MTOMCAT-198) Fix base classes for redeploy and redeploy-only goals

2013-01-09 Thread Glen Mazza (JIRA)
Glen Mazza created MTOMCAT-198: -- Summary: Fix base classes for redeploy and redeploy-only goals Key: MTOMCAT-198 URL: https://issues.apache.org/jira/browse/MTOMCAT-198 Project: Apache Tomcat Maven Plugin

[jira] [Closed] (MTOMCAT-197) tomcat7:undeploy goal not ignoring non-war projects

2013-01-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) closed MTOMCAT-197. -- Resolution: Fixed fixed http://svn.apache.org/r1430966 > tomc

svn commit: r1430966 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/deploy/UndeployMojo.java

2013-01-09 Thread olamy
Author: olamy Date: Wed Jan 9 17:24:37 2013 New Revision: 1430966 URL: http://svn.apache.org/viewvc?rev=1430966&view=rev Log: [MTOMCAT-197] tomcat7:undeploy goal not ignoring non-war projects Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plug

[Bug 54244] HTTP Connector SSL support section should give examples for sslEnabledProtocols and sslProtocol

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

svn commit: r1430923 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/config/http.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 16:01:11 2013 New Revision: 1430923 URL: http://svn.apache.org/viewvc?rev=1430923&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54244 Clarify documentation for BIO/NIO SSL config attributes sslEnabledProtocols and sslProtocol Modified: to

svn commit: r1430922 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 15:58:01 2013 New Revision: 1430922 URL: http://svn.apache.org/viewvc?rev=1430922&view=rev Log: Fix whitespace Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESo

svn commit: r1430921 - /tomcat/trunk/webapps/docs/config/http.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 15:57:48 2013 New Revision: 1430921 URL: http://svn.apache.org/viewvc?rev=1430921&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54244 Clarify documentation for BIO/NIO SSL config attributes sslEnabledProtocols and sslProtocol Modified: to

Re: Rewrite functionality for 8

2013-01-09 Thread Yoav Shapira
Nice! Thanks, Yoav On Wed, Jan 9, 2013 at 10:04 AM, Remy Maucherat wrote: > Hi, > > I ported a valve providing mod_rewrite functionality (most of it) for > Tomcat "8", and committed it in the sandbox. This could be easily placed > in the main repository, where it would provide an additional it

[jira] [Updated] (MTOMCAT-197) tomcat7:undeploy goal not ignoring non-war projects

2013-01-09 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-197: --- Fix Version/s: 2.1 > tomcat7:undeploy goal not ignoring non-war projects

Rewrite functionality for 8

2013-01-09 Thread Remy Maucherat
Hi, I ported a valve providing mod_rewrite functionality (most of it) for Tomcat "8", and committed it in the sandbox. This could be easily placed in the main repository, where it would provide an additional item in the "new features" department for this major release. I have a documentation page

[jira] [Created] (MTOMCAT-197) tomcat7:undeploy goal not ignoring non-war projects

2013-01-09 Thread Glen Mazza (JIRA)
Glen Mazza created MTOMCAT-197: -- Summary: tomcat7:undeploy goal not ignoring non-war projects Key: MTOMCAT-197 URL: https://issues.apache.org/jira/browse/MTOMCAT-197 Project: Apache Tomcat Maven Plugin

[jira] [Created] (MTOMCAT-196) Add the possiblilty to search warRunDepencies and extraDependcies throug the dependencyManagement

2013-01-09 Thread Guillaume Soing (JIRA)
Guillaume Soing created MTOMCAT-196: --- Summary: Add the possiblilty to search warRunDepencies and extraDependcies throug the dependencyManagement Key: MTOMCAT-196 URL: https://issues.apache.org/jira/browse/MTOMCA

[Bug 54394] Connector ciphers not populated in AprEndpoint SSLCipherSuite

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

[Bug 54394] New: Connector ciphers not populated in AprEndpoint SSLCipherSuite

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54394 Bug ID: 54394 Summary: Connector ciphers not populated in AprEndpoint SSLCipherSuite Product: Tomcat 7 Version: 7.0.20 Hardware: PC Status: NEW

svn commit: r1430854 - in /tomcat/sandbox/rewrite/trunk/src/main/resources: ./ org/ org/apache/ org/apache/catalina/ org/apache/catalina/valves/ org/apache/catalina/valves/rewrite/ org/apache/catalina

2013-01-09 Thread remm
Author: remm Date: Wed Jan 9 13:43:51 2013 New Revision: 1430854 URL: http://svn.apache.org/viewvc?rev=1430854&view=rev Log: - Descriptor for the valve (just in case). Added: tomcat/sandbox/rewrite/trunk/src/main/resources/ tomcat/sandbox/rewrite/trunk/src/main/resources/org/ tomcat/

svn commit: r1430852 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 13:42:39 2013 New Revision: 1430852 URL: http://svn.apache.org/viewvc?rev=1430852&view=rev Log: Better description of <%= obj =%> Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://sv

svn commit: r1430850 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 13:39:13 2013 New Revision: 1430850 URL: http://svn.apache.org/viewvc?rev=1430850&view=rev Log: Correct changelog Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/vie

[Bug 54372] Digest Authentication fails on Safari and IE8/9

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54372 --- Comment #6 from Konstantin Kolinko --- By the way, a workaround was implemented in r1429124 It will be included in 7.0.35 onwards. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1430827 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 12:42:48 2013 New Revision: 1430827 URL: http://svn.apache.org/viewvc?rev=1430827&view=rev Log: Add issue number for r1429124, move according to the sort order. Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/

Re: svn commit: r1427821 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/runtime/ test/org/apache/jasper/runtime/ test/webapp-3.0/bug5nnnn/ webapps/docs/

2013-01-09 Thread Konstantin Kolinko
2013/1/2 : > Author: markt > Date: Wed Jan 2 15:11:24 2013 > New Revision: 1427821 > > URL: http://svn.apache.org/viewvc?rev=1427821&view=rev > Log: > Revert the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=35410 > as it is not specification compliant > Remove the remainder of the

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 --- Comment #4 from Mark Thomas --- That sounds great. Thanks. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-un

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 --- Comment #3 from Violeta Georgieva --- I'm preparing the test cases just now. I'll be ready till end of the day is that OK? -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1430812 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java webapps/docs/changelog.

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 12:08:01 2013 New Revision: 1430812 URL: http://svn.apache.org/viewvc?rev=1430812&view=rev Log: Merged revisions r1430799 r1430809 from tomcat/trunk: Avoid ArrayIndexOutOfBoundsException in HttpParser on incorrect input. Inspired by o.a.t.util.buf.HexUtils.getDec(

[Bug 54379] Implement support for post-construct and pre-destroy elements in web.xml

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54379 --- Comment #2 from Mark Thomas --- Could you provide a progress update please. This is (currently) the only remaining issue that needs fixing before the 7.0.35 tag. -- You are receiving this mail because: You are the assignee for the bug

svn commit: r1430810 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 12:00:23 2013 New Revision: 1430810 URL: http://svn.apache.org/viewvc?rev=1430810&view=rev Log: Java 6 not 7 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/WebXml.java UR

svn commit: r1430809 - /tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 11:59:51 2013 New Revision: 1430809 URL: http://svn.apache.org/viewvc?rev=1430809&view=rev Log: Followup to r1430799: Fix trailing whitespace Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/HttpParser.java Modified: tomcat/trunk/java/org/apach

[Bug 54391] Provide value for javax.servlet.context.orderedLibs attribute

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

svn commit: r1430808 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/deploy/WebXml.java java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/deploy/TestWebXmlOrdering.j

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 11:57:57 2013 New Revision: 1430808 URL: http://svn.apache.org/viewvc?rev=1430808&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54391 Provide a value for the javax.servlet.context.orderedLibs attribute Modified: tomcat/tc7.0.x/trunk/ (p

svn commit: r1430806 - in /tomcat/trunk: java/org/apache/catalina/deploy/WebXml.java java/org/apache/catalina/startup/ContextConfig.java test/org/apache/catalina/deploy/TestWebXmlOrdering.java

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 11:56:22 2013 New Revision: 1430806 URL: http://svn.apache.org/viewvc?rev=1430806&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54391 Provide a value for the javax.servlet.context.orderedLibs attribute Modified: tomcat/trunk/java/org/apac

svn commit: r1430799 - in /tomcat/trunk: java/org/apache/tomcat/util/http/parser/HttpParser.java test/org/apache/tomcat/util/http/parser/TestAuthorizationDigest.java

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 11:41:18 2013 New Revision: 1430799 URL: http://svn.apache.org/viewvc?rev=1430799&view=rev Log: Avoid ArrayIndexOutOfBoundsException in HttpParser on incorrect input. Inspired by o.a.t.util.buf.HexUtils.getDec() Modified: tomcat/trunk/java/org/apache/tomcat/u

svn commit: r1430791 - /tomcat/trunk/build.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 11:18:53 2013 New Revision: 1430791 URL: http://svn.apache.org/viewvc?rev=1430791&view=rev Log: Tab police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1430791&r1=1430790&r2=1430

svn commit: r1430785 - /tomcat/trunk/java/org/apache/tomcat/util/buf/Ascii.java

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 11:06:44 2013 New Revision: 1430785 URL: http://svn.apache.org/viewvc?rev=1430785&view=rev Log: Reduce visibility. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Ascii.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/Ascii.java URL: http:

svn commit: r1430776 - in /tomcat/tc7.0.x/trunk: ./ build.xml modules/jdbc-pool/build.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 10:50:27 2013 New Revision: 1430776 URL: http://svn.apache.org/viewvc?rev=1430776&view=rev Log: Reduce the dependencies for building the source JARs Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml tomcat/tc7.0.x/trunk/mod

svn commit: r1430775 - /tomcat/trunk/build.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 10:49:43 2013 New Revision: 1430775 URL: http://svn.apache.org/viewvc?rev=1430775&view=rev Log: Tab police Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1430775&r1=1430774&r2=1430

svn commit: r1430773 - in /tomcat/trunk: build.xml modules/jdbc-pool/build.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 10:47:41 2013 New Revision: 1430773 URL: http://svn.apache.org/viewvc?rev=1430773&view=rev Log: Reduce the dependencies for building the source JARs Modified: tomcat/trunk/build.xml tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/build.xml U

Re: svn commit: r1429864 - /tomcat/trunk/build.xml

2013-01-09 Thread Mark Thomas
On 09/01/2013 09:28, Konstantin Kolinko wrote: > 2013/1/7 : >> Author: markt >> Date: Mon Jan 7 16:01:01 2013 >> New Revision: 1429864 >> >> URL: http://svn.apache.org/viewvc?rev=1429864&view=rev > I wonder why "package-src-jar" has to depend on this new > "build-tomcat-jdbc" target. Because i

svn commit: r1430771 - /tomcat/trunk/modules/jdbc-pool/build.xml

2013-01-09 Thread markt
Author: markt Date: Wed Jan 9 10:38:44 2013 New Revision: 1430771 URL: http://svn.apache.org/viewvc?rev=1430771&view=rev Log: This dir is created by the prepare target Modified: tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL: http://svn.apac

svn commit: r1430763 - in /tomcat/native/branches/1.1.x: ./ NOTICE build.xml xdocs/style.xsl

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 10:09:56 2013 New Revision: 1430763 URL: http://svn.apache.org/viewvc?rev=1430763&view=rev Log: s/2012/2013/g It is a merge of r1430753 from tomcat/native/trunk Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/branches/1.1.x/NOTICE

svn commit: r1430759 - /tomcat/native/branches/1.1.x/NOTICE

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 10:06:00 2013 New Revision: 1430759 URL: http://svn.apache.org/viewvc?rev=1430759&view=rev Log: Remove svn:mergeinfo property from the file (was: /tomcat/native/trunk/NOTICE.txt:r815411 ) Modified: tomcat/native/branches/1.1.x/NOTICE (props changed) Propch

svn commit: r1430753 - in /tomcat/native/trunk: NOTICE build.xml xdocs/style.xsl

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 09:59:16 2013 New Revision: 1430753 URL: http://svn.apache.org/viewvc?rev=1430753&view=rev Log: s/2012/2013/g Modified: tomcat/native/trunk/NOTICE tomcat/native/trunk/build.xml tomcat/native/trunk/xdocs/style.xsl Modified: tomcat/native/trunk/NOTICE

[Bug 54386] [FR] Jar's static content extraction for CDN from (JSR315-§10.10)

2013-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54386 --- Comment #7 from Peter Rader --- You got me, i am working in a madhouse. Well, the "classpath:/META-INF/resources/" identifier load the correct resources, as it is result of the current webapp-classloader. This is even better than use a

Re: svn commit: r1429864 - /tomcat/trunk/build.xml

2013-01-09 Thread Konstantin Kolinko
2013/1/7 : > Author: markt > Date: Mon Jan 7 16:01:01 2013 > New Revision: 1429864 > > URL: http://svn.apache.org/viewvc?rev=1429864&view=rev > Log: > Build the missing jni and spdy source JARs > > Modified: > tomcat/trunk/build.xml > > Modified: tomcat/trunk/build.xml > URL: > http://svn.ap

svn commit: r1430741 - in /tomcat/tc6.0.x/trunk: ./ RUNNING.txt

2013-01-09 Thread kkolinko
Author: kkolinko Date: Wed Jan 9 09:15:01 2013 New Revision: 1430741 URL: http://svn.apache.org/viewvc?rev=1430741&view=rev Log: CTR: docs Review the section on setting the environment variables. It is a merge of r1430481 from tomcat/trunk Modified: tomcat/tc6.0.x/trunk/ (props changed)