[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #8 from Mladen Turk --- Hmm, reading the code it seems that a socket is member of two pollsets (timeouts and connections). Is this correct. Note that socket can be member of only one pollset and 1.1.26 kind of enforces that. --

Re: [VOTE] Release Apache Tomcat Native 1.1.26

2013-02-02 Thread Mladen Turk
On 02/01/2013 02:22 PM, Mark Thomas wrote: On 25/01/2013 16:01, jean-frederic clere wrote: Version 1.1.26 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

[taglibs] TCK update

2013-02-02 Thread Jeremy Boynes
On Jan 29, 2013, at 11:56 PM, Jeremy Boynes wrote: > On Jan 28, 2013, at 3:46 AM, Mark Thomas wrote: > On 26/01/2013 21:51, Henri Yandell wrote: ... >> >> I've just checked the latest version of the TCK documentation for JSTL >> 1.2 and while the TCK has been updated so it will run on Java 7, the

Re: [taglibs] TCK update

2013-02-02 Thread Mark Thomas
On 02/02/2013 18:37, Jeremy Boynes wrote: > On Jan 29, 2013, at 11:56 PM, Jeremy Boynes wrote: >> On Jan 28, 2013, at 3:46 AM, Mark Thomas wrote: >> On 26/01/2013 21:51, Henri Yandell wrote: > ... >>> >>> I've just checked the latest version of the TCK documentation for JSTL >>> 1.2 and while the T

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #9 from Mark Thomas --- (In reply to comment #8) > Hmm, reading the code it seems that a socket is member of two pollsets > (timeouts and connections). Is this correct. Note that socket can be member > of only one pollset and 1.

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

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FAQ/KnownIssues" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/FAQ/KnownIssues?action=diff&rev1=12&rev2=13 Comment: Note that JRE bug was fixed a year a

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #10 from Mladen Turk --- Not sure what you mean by double increment. Is it? p->set[n++] = (jlong)(fd->rtnevents); p->set[n++] = P2J(fd->client_data); That should be fine. The returned array consist of pair

svn commit: r1441792 - /tomcat/native/branches/1.1.x/native/src/poll.c

2013-02-02 Thread mturk
Author: mturk Date: Sat Feb 2 19:25:49 2013 New Revision: 1441792 URL: http://svn.apache.org/viewvc?rev=1441792&view=rev Log: Fix BZ55413 by ensuring the returned value is number of event/sockets pairs Modified: tomcat/native/branches/1.1.x/native/src/poll.c Modified: tomcat/native/branches

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 Mark Thomas changed: What|Removed |Added Component|Library |Connectors Version|unspec

svn commit: r1441806 - in /tomcat/native/branches/1.1.x/native: include/tcn_version.h os/win32/libtcnative.rc

2013-02-02 Thread mturk
Author: mturk Date: Sat Feb 2 20:34:18 2013 New Revision: 1441806 URL: http://svn.apache.org/viewvc?rev=1441806&view=rev Log: Inc version number Modified: tomcat/native/branches/1.1.x/native/include/tcn_version.h tomcat/native/branches/1.1.x/native/os/win32/libtcnative.rc Modified: tomc

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

2013-02-02 Thread markt
Author: markt Date: Sat Feb 2 20:38:29 2013 New Revision: 1441807 URL: http://svn.apache.org/viewvc?rev=1441807&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 Multiple bugs in the new Poller implementation (r1433976) when the endpoint is stopped and then started - Ens

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

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

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=120&rev2=121 Comment: Remove "How do I use log4j for all Tomcat log output?"

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #13 from Mladen Turk --- Please try with the binaries from http://people.apache.org/~mturk/native/1.1.27-dev-20130202/ -- You are receiving this mail because: You are the assignee for the bug

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=121&rev2=122 Comment: Correction. "ROOT/index.jsp" was precompiled in Tomcat

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #14 from Mark Thomas --- Sure. Just as soon as you make those files world readable ;) -- You are receiving this mail because: You are the assignee for the bug. -

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=122&rev2=123 Comment: Remove "How do I edit the default JSP home page loaded

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=123&rev2=124 Comment: Replace obsolete "configuring SSI" recipe with a link

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=124&rev2=125 Comment: Administration webapp is not available for Tomcat 6 an

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=125&rev2=126 Comment: Slightly improve wording == How do I add JARs or cl

[Tomcat Wiki] Update of "ClusteringOverview" by KonstantinKolinko

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "ClusteringOverview" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/ClusteringOverview?action=diff&rev1=1&rev2=2 Comment: Add category link at the bottom

[Tomcat Wiki] Update of "OutOfMemory" by KonstantinKolinko

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "OutOfMemory" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/OutOfMemory?action=diff&rev1=10&rev2=11 Comment: Add category link at the bottom of the page

[jira] [Commented] (MTOMCAT-205) Two executions of the tomcat7 plugin in the same build makes the JNDI context of the second execution fail

2013-02-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569650#comment-13569650 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-205: I think (probably someon

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

2013-02-02 Thread *$^¨%`£
[ https://issues.apache.org/jira/browse/MTOMCAT-204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569651#comment-13569651 ] Olivier Lamy (*$^¨%`£) commented on MTOMCAT-204: you mean using mvn tomca

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=126&rev2=127 Comment: Rewrite the recipe on Tomcat memory configuration. Use

[jira] [Commented] (MTOMCAT-190) Client Certificate settings for connector

2013-02-02 Thread Marcel Silberhorn (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569655#comment-13569655 ] Marcel Silberhorn commented on MTOMCAT-190: --- hi again [~olamy], thank you for t

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=127&rev2=128 Comment: Add a warning. There should be a better recipe somewhe

svn commit: r1441824 - /tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/SetLocaleSupport.java

2013-02-02 Thread jboynes
Author: jboynes Date: Sat Feb 2 22:47:11 2013 New Revision: 1441824 URL: http://svn.apache.org/viewvc?rev=1441824&view=rev Log: clean up IDE warnings Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/SetLocaleSupport.java Modified: tomca

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=128&rev2=129 Comment: Add "try" and "finally" PrintStream

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=129&rev2=130 Comment: Add note, update a link } } }}} - A few

[Tomcat Wiki] Update of "UsingDataSources" by KonstantinKolinko

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "UsingDataSources" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/UsingDataSources?action=diff&rev1=5&rev2=6 Comment: Correct path and Tomcat version. Add

[Tomcat Wiki] Update of "TomcatHibernate" by KonstantinKolinko

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatHibernate" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/TomcatHibernate?action=diff&rev1=5&rev2=6 Comment: Add category link at the bottom of the

[Tomcat Wiki] Update of "TomcatDataSourceRealms" by KonstantinKolinko

2013-02-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "TomcatDataSourceRealms" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/TomcatDataSourceRealms?action=diff&rev1=1&rev2=2 Comment: Add category link, s/CAT

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=130&rev2=131 Comment: Remove dead link. (The target site is occupied by a sq

[Tomcat Wiki] Update of "HowTo" by KonstantinKolinko

2013-02-02 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=131&rev2=132 Comment: Remove dead link. (The target site is occupied by a sq

svn commit: r1441837 - /tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/common/fmt/LocaleUtilTest.java

2013-02-02 Thread jboynes
Author: jboynes Date: Sat Feb 2 23:38:56 2013 New Revision: 1441837 URL: http://svn.apache.org/viewvc?rev=1441837&view=rev Log: add tests for SetLocaleSupport parseLocale function prior to refactor Added: tomcat/taglibs/standard/trunk/impl/src/test/java/org/apache/taglibs/standard/tag/commo

svn commit: r1441843 - in /tomcat/taglibs/standard/trunk: impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/ impl/src/main/java/org/apache/taglibs/standard/tag/rt/fmt/ impl/src/test/java/o

2013-02-02 Thread jboynes
Author: jboynes Date: Sun Feb 3 00:43:10 2013 New Revision: 1441843 URL: http://svn.apache.org/viewvc?rev=1441843&view=rev Log: refactor parsing of attributes used to specify a locale Added: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/LocaleUt

svn commit: r1441847 - in /tomcat/taglibs/standard/trunk: impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/ impl/src/main/java/org/apache/taglibs/standard/tag/rt/fmt/ jstlel/src/main/java

2013-02-02 Thread jboynes
Author: jboynes Date: Sun Feb 3 00:56:19 2013 New Revision: 1441847 URL: http://svn.apache.org/viewvc?rev=1441847&view=rev Log: rename method to make purpose clearer Modified: tomcat/taglibs/standard/trunk/impl/src/main/java/org/apache/taglibs/standard/tag/common/fmt/LocaleUtil.java to

[Bug 54513] NullPointerException in AprEndpoint$Poller.run

2013-02-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54513 --- Comment #15 from Mladen Turk --- Attrs should be fine now. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-un

Bug report for Taglibs [2013/02/03]

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

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

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

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

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

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

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

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

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

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

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

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

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