[Tomcat Wiki] Update of "FrontPage" by sunlightcs

2010-09-17 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "FrontPage" page has been changed by sunlightcs. http://wiki.apache.org/tomcat/FrontPage?action=diff&rev1=6&rev2=7 -- * '''[[HowT

DO NOT REPLY [Bug 49956] New: @Resource(name=) Normalization of JNDI Name

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49956 Summary: @Resource(name=) Normalization of JNDI Name Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

Re: Attempting to run tomcat 7 in eclipse.

2010-09-17 Thread Wesley Acheson
Hi, >>> Is this the "correct" way to run TC7?  Do you want a bug on this? If >>> you let me know where the documentation is I'll enter a patch >>> (assuming documentation is in SVN). > Yes, yes, yes. Good, done, done. https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Wes ---

DO NOT REPLY [Bug 49955] Building instructions incorrect.

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Wesley changed: What|Removed |Added Attachment #26047|application/octet-stream|text/plain mime type|

DO NOT REPLY [Bug 49955] New: Building instructions incorrect.

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49955 Summary: Building instructions incorrect. Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows Vista Status: NEW Severity: normal Priority: P2

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

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 18:27:49 2010 New Revision: 998236 URL: http://svn.apache.org/viewvc?rev=998236&view=rev Log: Code clean-up. Align BIO and NIO to make Async refactoring easier Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/trunk/java/o

DO NOT REPLY [Bug 49954] New: Code tidyup

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49954 Summary: Code tidyup Product: Tomcat Modules Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Compo

DO NOT REPLY [Bug 49953] New: Missing @Override annotations

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49953 Summary: Missing @Override annotations Product: Tomcat Modules Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 49952] New: ServletContainerInitializer can't actually add listeners

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49952 Summary: ServletContainerInitializer can't actually add listeners Product: Tomcat 7 Version: trunk Platform: PC Status: NEW Severity: normal Prior

Re: [ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Ian Darwin
> Dumb question: what is a "CI build"? Continuous Integration. See http://www.martinfowler.com/articles/continuousIntegration.html - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev

Re: [ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Christopher Schultz
Mark, On 9/17/2010 7:27 AM, Mark Thomas wrote: > Thanks to the infrastructure team (specifically Gavin in this case) we > now have CI builds of the Tomcat 6 & 7 docs that will update with every > commit. Dumb question: what is a "CI build"? -chris signature.asc Description: OpenPGP digital si

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

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 16:43:33 2010 New Revision: 998195 URL: http://svn.apache.org/viewvc?rev=998195&view=rev Log: Nothing was reading this. Remove it. It can always be added back in later if we need it for something. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/NioEndpoi

svn commit: r998190 - /tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 16:30:54 2010 New Revision: 998190 URL: http://svn.apache.org/viewvc?rev=998190&view=rev Log: Also handle NPEs (seen during testing of new async re-factoring) and ignore them if the endpoint is shutting down. Modified: tomcat/trunk/java/org/apache/tomcat/util/n

svn commit: r998168 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java InternalNioInputBuffer.java InternalNioOutputBuffer.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 15:02:45 2010 New Revision: 998168 URL: http://svn.apache.org/viewvc?rev=998168&view=rev Log: Misc Eclipse and FindBugs warnings Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java tomcat/trunk/java/org/apache/coyote/http11/InternalN

svn commit: r998164 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:56:58 2010 New Revision: 998164 URL: http://svn.apache.org/viewvc?rev=998164&view=rev Log: Remove unused import Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol

svn commit: r998161 - /tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:56:28 2010 New Revision: 998161 URL: http://svn.apache.org/viewvc?rev=998161&view=rev Log: Remove unnecessary code. Superclass method does exactly the same thing. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/JIoEndpoint.java Modified: tomcat/trunk/

svn commit: r998153 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11NioProtocol.java Http11Protocol.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:40:05 2010 New Revision: 998153 URL: http://svn.apache.org/viewvc?rev=998153&view=rev Log: Code clean-up. Align BIO and NIO to make Async refactoring easier Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/

svn commit: r998145 - in /tomcat/trunk/java/org/apache/coyote: ActionCode.java ajp/AjpAprProcessor.java ajp/AjpAprProtocol.java ajp/AjpProcessor.java ajp/AjpProtocol.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:11:03 2010 New Revision: 998145 URL: http://svn.apache.org/viewvc?rev=998145&view=rev Log: Remove more START/STOP actions and started attribute. They aren't adding anything. Modified: tomcat/trunk/java/org/apache/coyote/ActionCode.java tomcat/trunk/java/

svn commit: r998143 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11Processor.java Http11Protocol.java

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:08:10 2010 New Revision: 998143 URL: http://svn.apache.org/viewvc?rev=998143&view=rev Log: Remove START/STOP actions and started attribute. They aren't adding anything. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java tomcat/trunk

svn commit: r998141 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/org/apache/coyote/http11/Http11NioProtocol.java webapps/docs/changelog.xml

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 14:00:10 2010 New Revision: 998141 URL: http://svn.apache.org/viewvc?rev=998141&view=rev Log: NIO and APR processors don't use START/STOP so this code is unnecessary Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java tomcat/trunk/jav

svn commit: r998140 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:57:26 2010 New Revision: 998140 URL: http://svn.apache.org/viewvc?rev=998140&view=rev Log: Log the socket address along the socket number Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://s

svn commit: r998129 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:44:50 2010 New Revision: 998129 URL: http://svn.apache.org/viewvc?rev=998129&view=rev Log: Axe excess logging. We already logged that within jk_open_socket Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/trunk/native/common/jk_ajp

svn commit: r998124 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:39:19 2010 New Revision: 998124 URL: http://svn.apache.org/viewvc?rev=998124&view=rev Log: Unify socket descriptor logging Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c URL: http://svn.apache

svn commit: r998120 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:26:58 2010 New Revision: 998120 URL: http://svn.apache.org/viewvc?rev=998120&view=rev Log: Make sure errno survives JK_TRACE_EXIT call Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.

svn commit: r998117 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:21:59 2010 New Revision: 998117 URL: http://svn.apache.org/viewvc?rev=998117&view=rev Log: Log both local and remote connected socket address Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http

DO NOT REPLY [Bug 49209] AccessControlException when undeploying application

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49209 --- Comment #6 from Sergey Kabashnyuk 2010-09-17 09:07:15 EDT --- Created an attachment (id=26043) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26043) Context configuration -- Configure bugmail: https://issues.apache.org/bu

DO NOT REPLY [Bug 49209] AccessControlException when undeploying application

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49209 --- Comment #5 from Sergey Kabashnyuk 2010-09-17 09:05:21 EDT --- Created an attachment (id=26042) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26042) MySQL DBCP Example APP -- Configure bugmail: https://issues.apache.org/b

svn commit: r998109 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:04:46 2010 New Revision: 998109 URL: http://svn.apache.org/viewvc?rev=998109&view=rev Log: Unify socket descriptor logging Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.apache.org/v

DO NOT REPLY [Bug 49209] AccessControlException when undeploying application

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49209 Sergey Kabashnyuk changed: What|Removed |Added Status|RESOLVED|REOPENED Version|6.

svn commit: r998108 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 13:00:51 2010 New Revision: 998108 URL: http://svn.apache.org/viewvc?rev=998108&view=rev Log: Use exiting is_event function instead duplicate code Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: ht

svn commit: r998099 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 12:48:57 2010 New Revision: 998099 URL: http://svn.apache.org/viewvc?rev=998099&view=rev Log: Log socket timeout Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r998096 - /tomcat/jk/trunk/native/common/jk_connect.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 12:36:00 2010 New Revision: 998096 URL: http://svn.apache.org/viewvc?rev=998096&view=rev Log: Log the reason for poll/select failure Modified: tomcat/jk/trunk/native/common/jk_connect.c Modified: tomcat/jk/trunk/native/common/jk_connect.c URL: http://svn.apach

Re: [ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Pid
On 17/09/2010 12:27, Mark Thomas wrote: > Thanks to the infrastructure team (specifically Gavin in this case) we > now have CI builds of the Tomcat 6 & 7 docs that will update with every > commit. > > They can be found here: > http://ci.apache.org/projects/tomcat/tomcat6/docs/ > http://ci.apache.o

[ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Mark Thomas
Thanks to the infrastructure team (specifically Gavin in this case) we now have CI builds of the Tomcat 6 & 7 docs that will update with every commit. They can be found here: http://ci.apache.org/projects/tomcat/tomcat6/docs/ http://ci.apache.org/projects/tomcat/tomcat7/docs/ This got me thinking

DO NOT REPLY [Bug 49909] jstl 1.2 not support

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

svn commit: r998071 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2010-09-17 Thread markt
Author: markt Date: Fri Sep 17 11:05:39 2010 New Revision: 998071 URL: http://svn.apache.org/viewvc?rev=998071&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49909 Re-enable JSTL. This was a regression in the fix for bz 47950 Modified: tomcat/trunk/java/org/apache/catali

svn commit: r998068 - /tomcat/jk/trunk/native/common/jk_ajp_common.c

2010-09-17 Thread mturk
Author: mturk Date: Fri Sep 17 10:59:29 2010 New Revision: 998068 URL: http://svn.apache.org/viewvc?rev=998068&view=rev Log: Close sockets outside of critical section Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c URL: http://

DO NOT REPLY [Bug 49948] New: RemoteIpValve should not suppress x-forwarded-for header

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49948 Summary: RemoteIpValve should not suppress x-forwarded-for header Product: Tomcat 6 Version: 6.0.26 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 49647] MailSessionFactory, et al missing in Tomcat 5.5.30

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

DO NOT REPLY [Bug 49924] When non-primary node changes into a primary node, isPrimarySession is not changed to true.

2010-09-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49924 Mark Thomas changed: What|Removed |Added Component|Cluster |Cluster Version|7.0.2