[jira] [Commented] (MTOMCAT-187) Scan resources executing run goal

2012-12-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510338#comment-13510338 ] Sergio Fernández commented on MTOMCAT-187: -- so, bug confirmed? awaiting to have

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-12-04 Thread Gump
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-taglibs-standard has an issue affecting its community integration.

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 --- Comment #5 from Sheldon Shao --- Yes. Maybe it needs separated tagPlugins.xml for every tld file. So the solution can be like this, 1. Check all resources in classpath with name "META-INF/jasper/tagPlugins.xml" 2. Parse them one by one

RE: svn commit: r1417282 - in /tomcat/trunk/webapps/docs/config: ajp.xml executor.xml http.xml

2012-12-04 Thread Caldarale, Charles R
> From: kkoli...@apache.org [mailto:kkoli...@apache.org] > Subject: svn commit: r1417282 - in /tomcat/trunk/webapps/docs/config: ajp.xml > executor.xml http.xml > Author: kkolinko > Date: Wed Dec 5 05:34:16 2012 > New Revision: 1417282 > Modified: tomcat/trunk/webapps/docs/config/ajp.xml > URL

svn commit: r1417286 - in /tomcat/site/trunk: docs/security-3.html docs/security-4.html docs/security-5.html xdocs/security-3.xml xdocs/security-4.xml xdocs/security-5.xml

2012-12-04 Thread kkolinko
Author: kkolinko Date: Wed Dec 5 05:58:24 2012 New Revision: 1417286 URL: http://svn.apache.org/viewvc?rev=1417286&view=rev Log: Update vulnerabilities pages to mention that Tomcat 5.5 is not supported any more. Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/docs/sec

svn commit: r1417285 - in /tomcat/tc6.0.x/trunk: ./ webapps/docs/config/executor.xml webapps/docs/config/http.xml

2012-12-04 Thread kkolinko
Author: kkolinko Date: Wed Dec 5 05:50:22 2012 New Revision: 1417285 URL: http://svn.apache.org/viewvc?rev=1417285&view=rev Log: Clarify the docs that the thread priority value is a number and not some weird string value. A thread on users@ from Dec 02 2012: http://tomcat.markmail.org/thread/iud

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

2012-12-04 Thread kkolinko
Author: kkolinko Date: Wed Dec 5 05:40:40 2012 New Revision: 1417284 URL: http://svn.apache.org/viewvc?rev=1417284&view=rev Log: Merged revision 1417282 from tomcat/trunk: Clarify the docs that the thread priority value is a number and not some weird string value. A thread on users@ from Dec 02

svn commit: r1417282 - in /tomcat/trunk/webapps/docs/config: ajp.xml executor.xml http.xml

2012-12-04 Thread kkolinko
Author: kkolinko Date: Wed Dec 5 05:34:16 2012 New Revision: 1417282 URL: http://svn.apache.org/viewvc?rev=1417282&view=rev Log: Clarify the docs that the thread priority value is a number and not some weird string value. A thread on users@ from Dec 02 2012: http://tomcat.markmail.org/thread/iud

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 Konstantin Kolinko changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53281 Bruce Li changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

buildbot success in ASF Buildbot on tomcat-trunk

2012-12-04 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3638 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

Re: svn commit: r1417199 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-12-04 Thread Konstantin Kolinko
2012/12/5 : > Author: markt > Date: Tue Dec 4 21:37:03 2012 > New Revision: 1417199 > > URL: http://svn.apache.org/viewvc?rev=1417199&view=rev > Log: > Fix FindBugs warnings > volatile int -> AtomicIntger so operations are actually atomic > > Modified: > tomcat/trunk/java/org/apache/tomcat/ut

Re: svn commit: r1417201 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2012-12-04 Thread Konstantin Kolinko
2012/12/5 : > Author: markt > Date: Tue Dec 4 21:38:54 2012 > New Revision: 1417201 > > URL: http://svn.apache.org/viewvc?rev=1417201&view=rev > Log: > Fix FindBugs warning > Avoid NPE (although given an OOME has occurred I'm not sure it matters) I think it is worth backporting. If NPE happens,

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #15 from smithh032772 --- > It is pf_UsersController instance that is stored in LoginFilter.userBEan > field and is shared across requests. You are correct. pf_UsersController is CDI @SessionScoped bean that is available and r

Re: buildbot failure in ASF Buildbot on tomcat-trunk

2012-12-04 Thread Konstantin Kolinko
2012/12/5 : > The Buildbot has detected a new failure on builder tomcat-trunk while > building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/tomcat-trunk/builds/3637 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: bb-vm_ubuntu > > Build Rea

buildbot failure in ASF Buildbot on tomcat-trunk

2012-12-04 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/3637 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source St

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #14 from Konstantin Kolinko --- (In reply to comment #12) > Your UserAgentInfo class does not support multithreading. > > The problem is that you store a reference to this class in a field of your > LoginFilter class. > s/Use

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #13 from smithh032772 --- Per my experience and per test results, my LoginFilter supports multithreading and any/all requests. Per design (and working as expected), userAgentInfo is only referenced when user is not logged in. On

svn commit: r1417232 - /tomcat/trunk/res/META-INF/default/.gitignore

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 23:04:10 2012 New Revision: 1417232 URL: http://svn.apache.org/viewvc?rev=1417232&view=rev Log: svn:eol-style = native Modified: tomcat/trunk/res/META-INF/default/.gitignore (contents, props changed) Modified: tomcat/trunk/res/META-INF/default/.gitignore U

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 Konstantin Kolinko changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|-

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #11 from smithh032772 --- As I mentioned earlier, please mark this issue as WORKSFORME. Thanks, Howard -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #10 from smithh032772 --- Even though I developed a workaround for this issue, I tried to half-way revert my code back to the code that initially could duplicate this issue. I only added the EL to the readonlyInput="..." propert

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #9 from smithh032772 --- Created attachment 29692 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29692&action=edit Parses user agent Attached UserAgentInfo.java -- You are receiving this mail because: You are the

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #8 from smithh032772 --- Created attachment 29691 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29691&action=edit LoginFilter.java parses user agent and populates user bean, etc... Attached LoginFilter.java -- Yo

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #7 from smithh032772 --- Thanks for reviewing the issue and the responses. Honestly, right now, I am too busy to build a simple project that duplicates the issue. I really just wanted to report the issue. I am quite sure that I

svn commit: r1417226 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/modeler/Util.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 22:32:09 2012 New Revision: 1417226 URL: http://svn.apache.org/viewvc?rev=1417226&view=rev Log: Merged revision 1417224 from tomcat/trunk: Review of r1412576, which was a fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54170 Reduce GC. There is no need

svn commit: r1417224 - /tomcat/trunk/java/org/apache/tomcat/util/modeler/Util.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 22:29:35 2012 New Revision: 1417224 URL: http://svn.apache.org/viewvc?rev=1417224&view=rev Log: Review of r1412576, which was a fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=54170 Reduce GC. There is no need to copy characters into a new char[] array

[Bug 54245] TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1417218 - in /tomcat/trunk: build.xml res/META-INF/default/.gitignore

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 22:08:26 2012 New Revision: 1417218 URL: http://svn.apache.org/viewvc?rev=1417218&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54245 Keep git happy about a currently empty directory Added: tomcat/trunk/res/META-INF/default/.gitignore Modi

[Bug 54191] TomEE 1.5+ SNAPSHOT struggling with PrimeFaces p:calendar readonlyInput="#{someEL ? 'true' : 'false'}"

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 --- Comment #6 from Konstantin Kolinko --- It looks as if your pf_usersController.loggedInViaIpad returns 'Y' occasionally. How that property is evaluated? Do you parse the user-agent header of each request? Maybe your ajax calls are loos

svn commit: r1417201 - /tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 21:38:54 2012 New Revision: 1417201 URL: http://svn.apache.org/viewvc?rev=1417201&view=rev Log: Fix FindBugs warning Avoid NPE (although given an OOME has occurred I'm not sure it matters) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

svn commit: r1417199 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 21:37:03 2012 New Revision: 1417199 URL: http://svn.apache.org/viewvc?rev=1417199&view=rev Log: Fix FindBugs warnings volatile int -> AtomicIntger so operations are actually atomic Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified

svn commit: r1417194 - in /tomcat/trunk/java/org/apache/tomcat/util/buf: ByteChunk.java CharChunk.java

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 21:21:11 2012 New Revision: 1417194 URL: http://svn.apache.org/viewvc?rev=1417194&view=rev Log: Replicate the equals() and hashCode() strategy from MessageBytes to silence some FindBugs warnings Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/ByteChunk.j

svn commit: r1417193 - /tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 21:20:25 2012 New Revision: 1417193 URL: http://svn.apache.org/viewvc?rev=1417193&view=rev Log: Fix comment typo Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java UR

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

2012-12-04 Thread schultz
Author: schultz Date: Tue Dec 4 20:36:41 2012 New Revision: 1417160 URL: http://svn.apache.org/viewvc?rev=1417160&view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=141

[Bug 54235] tomcat jdbc pool stackoverflow error used with spring

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54235 Konstantin Kolinko changed: What|Removed |Added OS||All --- Comment #1 from Konst

[Bug 54245] New: TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54245 Bug ID: 54245 Summary: TomcatRepo\build.xml:2668: TomcatRepo\output\manifests\default does not exist Product: Tomcat 8 Version: trunk Hardware: PC Status:

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

2012-12-04 Thread schultz
Author: schultz Date: Tue Dec 4 20:19:52 2012 New Revision: 1417149 URL: http://svn.apache.org/viewvc?rev=1417149&view=rev Log: Votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=14

svn commit: r1417137 - in /tomcat/site/trunk: docs/security-6.html docs/security-7.html xdocs/security-6.xml xdocs/security-7.xml

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 19:48:32 2012 New Revision: 1417137 URL: http://svn.apache.org/viewvc?rev=1417137&view=rev Log: Publish vulnerability info Modified: tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/xdocs/security-6.xml

CVE-2012-4431 Apache Tomcat Bypass of CSRF prevention filter

2012-12-04 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2012-4431 Apache Tomcat Bypass of CSRF prevention filter Severity: Important Vendor: The Apache Software Foundation Versions Affected: - - Tomcat 7.0.0 to 7.0.31 - - Tomcat 6.0.0 to 6.0.35 Description: The CSRF prevention filter could be bypass

CVE-2012-3546 Apache Tomcat Bypass of security constraints

2012-12-04 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2012-3546 Apache Tomcat Bypass of security constraints Severity: Important Vendor: The Apache Software Foundation Versions Affected: - - Tomcat 7.0.0 to 7.0.29 - - Tomcat 6.0.0 to 6.0.35 Earlier unsupported versions may also be affected Descrip

CVE-2012-4534 Apache Tomcat denial of service

2012-12-04 Thread Mark Thomas
CVE-2012-4534 Apache Tomcat denial of service Severity: Important Vendor: The Apache Software Foundation Versions Affected: - Tomcat 7.0.0 to 7.0.27 - Tomcat 6.0.0 to 6.0.35 Description: When using the NIO connector with sendfile and HTTPS enabled, if a client breaks the connection while readin

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

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 18:38:40 2012 New Revision: 1417106 URL: http://svn.apache.org/viewvc?rev=1417106&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=14

Re: svn commit: r1416258 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ webapps/examples/WEB-INF/classes/websocket/echo/ webapps/examples/websocket/

2012-12-04 Thread Mark Thomas
On 04/12/2012 18:01, Konstantin Kolinko wrote: > 2012/12/4 Mark Thomas : >> On 04/12/2012 15:57, Konstantin Kolinko wrote: >>> 2012/12/3 : Author: markt Date: Sun Dec 2 21:01:52 2012 New Revision: 1416258 URL: http://svn.apache.org/viewvc?rev=1416258&view=rev Log: >>

Re: svn commit: r1416258 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ webapps/examples/WEB-INF/classes/websocket/echo/ webapps/examples/websocket/

2012-12-04 Thread Konstantin Kolinko
2012/12/4 Mark Thomas : > On 04/12/2012 15:57, Konstantin Kolinko wrote: >> 2012/12/3 : >>> Author: markt >>> Date: Sun Dec 2 21:01:52 2012 >>> New Revision: 1416258 >>> >>> URL: http://svn.apache.org/viewvc?rev=1416258&view=rev >>> Log: >>> WebSocket 1.0 implementation part 7 of many >>> Complet

svn commit: r1417057 - /tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 17:44:14 2012 New Revision: 1417057 URL: http://svn.apache.org/viewvc?rev=1417057&view=rev Log: Followup to r1414046. Mark tomcat-websocket.jar fragment as metadata-complete. It initializes itself through a ServletContainerInitializer. There is no need for Tomcat

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

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54244 Christopher Schultz changed: What|Removed |Added Summary|HTTP Connector SSL support |HTTP Connector SSL support

[Bug 54244] New: HTTP Connector SSL support section should give examples for sslEnabledProtocols and sslProtocols

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54244 Bug ID: 54244 Summary: HTTP Connector SSL support section should give examples for sslEnabledProtocols and sslProtocols Product: Tomcat 7 Version: 7.0.33 Hardware: PC

Re: svn commit: r1416258 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ webapps/examples/WEB-INF/classes/websocket/echo/ webapps/examples/websocket/

2012-12-04 Thread Mark Thomas
On 04/12/2012 15:57, Konstantin Kolinko wrote: > 2012/12/3 : >> Author: markt >> Date: Sun Dec 2 21:01:52 2012 >> New Revision: 1416258 >> >> URL: http://svn.apache.org/viewvc?rev=1416258&view=rev >> Log: >> WebSocket 1.0 implementation part 7 of many >> Complete path parameter passing for POJOs

svn commit: r1417044 - /tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 17:23:31 2012 New Revision: 1417044 URL: http://svn.apache.org/viewvc?rev=1417044&view=rev Log: Address Mark's comment to r1413324. Check that two messages were echoed back. Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Modifi

svn commit: r1417040 - /tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 17:18:32 2012 New Revision: 1417040 URL: http://svn.apache.org/viewvc?rev=1417040&view=rev Log: Fix trailing whitespace as reported by Checkstyle. Modified: tomcat/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSource.java Modified:

[jira] [Updated] (MTOMCAT-187) Scan resources executing run goal

2012-12-04 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-187: --- Fix Version/s: 2.1 > Scan resources executing run goal > ---

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

2012-12-04 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-189: --- Fix Version/s: 2.1 > additionalClassesDirs parameter handling expanded t

[jira] [Updated] (MTOMCAT-188) Allow for the creation of a war that is both executable and deployable

2012-12-04 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^¨%`£) updated MTOMCAT-188: --- Fix Version/s: 2.1 > Allow for the creation of a war that is both execut

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

2012-12-04 Thread Nick Lloyd (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509840#comment-13509840 ] Nick Lloyd commented on MTOMCAT-189: This is meant to support modifications that you

svn commit: r1417021 - /tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 16:30:36 2012 New Revision: 1417021 URL: http://svn.apache.org/viewvc?rev=1417021&view=rev Log: Simplify a loop Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodM

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

2012-12-04 Thread Arne Franken (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509815#comment-13509815 ] Arne Franken commented on MTOMCAT-189: -- why don't you just add additional dependenci

Re: svn commit: r1416258 - in /tomcat/trunk: java/javax/websocket/ java/org/apache/tomcat/websocket/ webapps/examples/WEB-INF/classes/websocket/echo/ webapps/examples/websocket/

2012-12-04 Thread Konstantin Kolinko
2012/12/3 : > Author: markt > Date: Sun Dec 2 21:01:52 2012 > New Revision: 1416258 > > URL: http://svn.apache.org/viewvc?rev=1416258&view=rev > Log: > WebSocket 1.0 implementation part 7 of many > Complete path parameter passing for POJOs > > Added: > tomcat/trunk/java/org/apache/tomcat/webs

svn commit: r1417003 - /tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java

2012-12-04 Thread kkolinko
Author: kkolinko Date: Tue Dec 4 15:51:09 2012 New Revision: 1417003 URL: http://svn.apache.org/viewvc?rev=1417003&view=rev Log: Review of r1416258 '&&' has higher priority than '||', so the brackets are needed. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/PojoMethodMapping.java

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

2012-12-04 Thread Nick Lloyd (JIRA)
Nick Lloyd created MTOMCAT-189: -- Summary: additionalClassesDirs parameter handling expanded to include run and run-war goals Key: MTOMCAT-189 URL: https://issues.apache.org/jira/browse/MTOMCAT-189 Projec

[Tomcat Wiki] Trivial Update of "FAQ/Password" by KonstantinKolinko

2012-12-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/Password" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/Password?action=diff&rev1=8&rev2=9 Comment: s/as/runs as/ and several other minor correc

Re: svn commit: r1415184 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/authenticator/TestNonLoginAndBasicAuthenticator.java webapps/docs/changelog.xml

2012-12-04 Thread Konstantin Kolinko
2012/12/3 Brian Burch : > On 03/12/12 16:22, Brian Burch wrote: >> >> On 03/12/12 11:44, Brian Burch wrote: >>> >>> On 02/12/12 22:00, Konstantin Kolinko wrote: >> >> According to Buildbot logs, testBasicLoginSessionTimeout() runs for 2 minutes (125 seconds), mainly due to a sleep()

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 --- Comment #4 from Konstantin Kolinko --- (In reply to comment #3) Your way goes to multiple tag libraries. If each one is self-contained, it could configure itself, without a global tagPlugin file. I do not know whether API is available

[jira] [Created] (MTOMCAT-188) Allow for the creation of a war that is both executable and deployable

2012-12-04 Thread Mitch Kyle (JIRA)
Mitch Kyle created MTOMCAT-188: -- Summary: Allow for the creation of a war that is both executable and deployable Key: MTOMCAT-188 URL: https://issues.apache.org/jira/browse/MTOMCAT-188 Project: Apache To

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 --- Comment #3 from Sheldon Shao --- TagPlugin is good for making tag libraris more efficently. The target for tag libraries is to share between multiple web applications. Same as TagPlugin. Imagine that one enterprise has many web applica

[Bug 54239] Extensible EL Interpreter

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 Sheldon Shao changed: What|Removed |Added OS||All --- Comment #4 from Sheldon Sha

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 --- Comment #2 from Konstantin Kolinko --- I think generating an "if(itemsV != null){ }" clause around the whole iteration loop will be more effective. An iterator is a temporary object that is GC'ed. -- You are receiving this mail becau

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 Konstantin Kolinko changed: What|Removed |Added OS||All Severity|normal

[Bug 54241] NPE in BodyContentImpl

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241 --- Comment #2 from Konstantin Kolinko --- What is your stacktrace and in what case this issue is triggered? 1. I agree with Mark that Writer.write((String)null) should throw an NPE 2. Regarding bug 35410 I think that the fix is wrong bu

[Bug 54017] new String instance is generated for constant string in Generator.convertString

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54017 --- Comment #2 from Konstantin Kolinko --- Regarding this fix ( r1402122 r1402123 ), The JSP 2.2 spec chapter JSP.1.14.2.1 "Conversions from String values" defines conversion to an Object as [quote] "As if new String(string-literal). This

svn commit: r1416836 - in /tomcat/trunk: java/org/apache/tomcat/websocket/WsProtocolHandler.java java/org/apache/tomcat/websocket/WsSession.java webapps/examples/WEB-INF/classes/websocket/echo/EchoEnd

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 09:33:39 2012 New Revision: 1416836 URL: http://svn.apache.org/viewvc?rev=1416836&view=rev Log: WebSocket 1.0 implementation part 8 of many Start to join up the upgrade ProtocolHandler, the WebSocket session and the Echo end point implementation Modified: tomca

Re: SPDY on the roadmap?

2012-12-04 Thread Mark Thomas
On 03/12/2012 21:26, Elgs Chen wrote: > Dear Tomcat Developers, > > I'm wondering if there's anything about SPDY connector implementation on the > Tomcat roadmap? I'm hoping to get some insight about it with Tomcat. There is an implementation in trunk. Mark ---

svn commit: r1416817 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 08:47:18 2012 New Revision: 1416817 URL: http://svn.apache.org/viewvc?rev=1416817&view=rev Log: Prep for next release cycle Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default Modified: tomcat/tc7.0.

svn commit: r1416816 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_34: ./ build.properties.default

2012-12-04 Thread markt
Author: markt Date: Tue Dec 4 08:46:27 2012 New Revision: 1416816 URL: http://svn.apache.org/viewvc?rev=1416816&view=rev Log: Tag 7.0.34 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_34/ (props changed) - copied from r1416815, tomcat/tc7.0.x/trunk/ Modified: tomcat/tc7.0.x/tags/TOMCAT_7_

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 --- Comment #1 from Mark Thomas --- Comment on attachment 29687 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29687 Patch for TagPluginManager.java No objections in principle. Some comments on the proposed solution: 1. I don

[Bug 54239] Extensible EL Interpreter

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54239 --- Comment #3 from Mark Thomas --- Comment on attachment 29685 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29685 ELInterpreterFactory In principle this looks like a good idea. I have a couple of concerns with the patch as

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 54241] NPE in BodyContentImpl

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 54240] Configurable system level tagPlugins.xml

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54240 Sheldon Shao changed: What|Removed |Added Attachment #29687|0 |1 is patch|

[Bug 54241] NPE in BodyContentImpl

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54241 Sheldon Shao changed: What|Removed |Added Attachment #29688|0 |1 is patch|

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Sheldon Shao changed: What|Removed |Added Attachment #29689|0 |1 is patch|

[Bug 54242] New: NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Bug ID: 54242 Summary: NPE in tagPlugins:ForEach Product: Tomcat 7 Version: trunk Hardware: PC Status: NEW Severity: normal Priority: P2 Componen

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

2012-12-04 Thread kfujino
Author: kfujino Date: Tue Dec 4 08:08:16 2012 New Revision: 1416808 URL: http://svn.apache.org/viewvc?rev=1416808&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=141