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

2012-11-23 Thread mturk
Author: mturk Date: Sat Nov 24 06:35:02 2012 New Revision: 1413136 URL: http://svn.apache.org/viewvc?rev=1413136&view=rev Log: Even if we have multiple instances of the same socket in the pollset they will always point to the same client_data. No need to sweep trough entire set. Modified: to

[Bug 54198] Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 Mark Thomas changed: What|Removed |Added Severity|normal |enhancement -- You are receiving th

[Bug 54198] New: Improve HttpServletResponse#sendError(int) JavaDoc description

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54198 Bug ID: 54198 Summary: Improve HttpServletResponse#sendError(int) JavaDoc description Product: Tomcat 6 Version: 6.0.36 Hardware: All OS: All

[Bug 54197] Add option to disable the display of Tomcat name and version in HTTP errror messages

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

[Bug 54197] New: Add option to disable the display of Tomcat name and version in HTTP errror messages

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54197 Bug ID: 54197 Summary: Add option to disable the display of Tomcat name and version in HTTP errror messages Product: Tomcat 7 Version: 7.0.33 Hardware: PC

svn commit: r1412919 - in /tomcat/native/branches/1.1.x/native: include/tcn.h src/network.c src/poll.c

2012-11-23 Thread mturk
Author: mturk Date: Fri Nov 23 15:44:27 2012 New Revision: 1412919 URL: http://svn.apache.org/viewvc?rev=1412919&view=rev Log: Use apr_ring instead array for maintaining pollset Modified: tomcat/native/branches/1.1.x/native/include/tcn.h tomcat/native/branches/1.1.x/native/src/network.c

[Bug 54194] New: NPE in DataSource.registerJmx() although DataSource is created with setJmxEnabled(false)

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54194 Bug ID: 54194 Summary: NPE in DataSource.registerJmx() although DataSource is created with setJmxEnabled(false) Product: Tomcat Modules Version: unspecified Hardware:

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

2012-11-23 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.

Re: What is the destiny of the Apache Tomcat project in view of java is getting more and more proprietary with Oracle?

2012-11-23 Thread Henri Gomez
Java is not more proprietary with Oracle as it was with Sun. OpenJDK is a proof you could get, build and use your own Java 7, 8 and more at home. I built OpenJDK for OSX for almost 2 years and I was happy to be able to have "home made" JVMs, for the first time. If you take a look at OBuildFactor

Re: What is the destiny of the Apache Tomcat project in view of java is getting more and more proprietary with Oracle?

2012-11-23 Thread Mark Thomas
On 22/11/2012 15:20, Alex Yursha wrote: > Dear All, > Could anybody please provide me with some info on the status of Apache > Tomcat development? I can't clear up, what is the attitude of ASF to > java-based projects after all this mess with leaving the JCP EC. Is it > going to continue java langu

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

2012-11-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54191 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Mark Th