cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelSocket.java

2004-01-26 Thread billbarker
billbarker2004/01/26 22:58:00 Modified:jk/java/org/apache/jk/common ChannelSocket.java Log: Remove redundant 'paused' check. Revision ChangesPath 1.40 +0 -6 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelSocket.java Index: ChannelSocket.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.java

2004-01-26 Thread billbarker
billbarker2004/01/26 22:43:18 Modified:jk/java/org/apache/jk/common ChannelSocket.java JniHandler.java jk/java/org/apache/jk/core JkHandler.java jk/java/org/apache/jk/server JkCoyoteHandler.java JkMain.java L

RE: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-26 Thread Filip Hanik
thanks for the patch, I am not submitting this to CVS as I don't see that much added value. But if others find it useful, this is configurable anyway, so there is nothing hard coded in the current code about the membership. hope that is ok. Filip -Original Message- From: Raul Benito [mailt

DO NOT REPLY [Bug 13467] - getResource() URL doesn't know the content type

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriEnv.c

2004-01-26 Thread mmanders
mmanders2004/01/26 16:49:36 Modified:jk/native2/common jk_uriEnv.c Log: When changing to MATCH_TYPE_SUFFIX (prefix = NULL) reset prefix_len to 0. Revision ChangesPath 1.52 +1 -0 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c Index: jk_uriEnv.c ==

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler JspConfig.java

2004-01-26 Thread kinman
kinman 2004/01/26 17:20:22 Modified:jasper2/src/share/org/apache/jasper/compiler JspConfig.java Log: - Fix 26432: Incorrect mapping for url pattern in jsp property group. I also took the oppertunity to do some clear up and refactoring. Revision ChangesPath 1.14

DO NOT REPLY [Bug 15463] - StandardManager incorrectly uses getLastAccessedTime

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15463] - StandardManager incorrectly uses getLastAccessedTime

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26451] New: - URL.openConnection() returns sun class with JDK 1.4.2_03

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Internal document anchors ?

2004-01-26 Thread Kyle VanderBeek
On Mon, Jan 26, 2004 at 03:49:27PM -0500, Shapira, Yoav wrote: > > Howdy, > OK, I've done the following to the index.xml template from which this > index.html file is generated: > - Removed the space before question marks, > - Replaced the ? with its HTML-encoded equivalent, ? Shouldn't these, as

hello

2004-01-26 Thread ccain
Mail transaction failed. Partial message is available. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HELLO

2004-01-26 Thread craigmcc
The message contains Unicode characters and has been sent as a binary attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Internal document anchors ?

2004-01-26 Thread NormW
Hello again and thanks for the interest... ... and the time given Tomcat. Norm - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 7:49 AM Subject: RE: Internal document anchors ? Howdy, OK, I'v

Error

2004-01-26 Thread duncan
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Internal document anchors ?

2004-01-26 Thread Shapira, Yoav
Howdy, OK, I've done the following to the index.xml template from which this index.html file is generated: - Removed the space before question marks, - Replaced the ? with its HTML-encoded equivalent, ? Now these four ? links work OK for me in both IE6 and Opera. I know what you're saying regard

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-01-26 Thread yoavs
yoavs 2004/01/26 12:48:04 Modified:jk/xdocs index.xml Log: Updated index.xml to use encoded HTMl equiavalent of ? character and to not have space before the question mark. This was requested by a couple of people on the tomcat-dev mailing list today. Revision Changes

Re: Internal document anchors ?

2004-01-26 Thread NormW
Good morning Yoav from Oz, and thanks for the reply. Can confirm that my IE6sp1 does show and work with a link correctly when a non-space character is next to the (?) character, however it is my understanding that the (?) in a link is the (approved) separator between a URL and passed parameters, an

RE: Internal document anchors ?

2004-01-26 Thread Günter Knauf
Hi, >>Noticed this morning that in at least one Tomcat document: >>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html >>some internal document anchors end with a question > mark, >>which means any link to them will fail due to the question mark being >>dropped by the server. I use IE6s

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2004-01-26 Thread remm
remm2004/01/26 12:19:11 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java MapperListener.java catalina/src/share/org/apache/catalina/core StandardDefaultContext.java StandardServer.java

jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz build failed

2004-01-26 Thread Eric Emminger
I believe another problem exists with jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz. After unpacking and reading the docs, I ran 'ant' in the 'jk' directory. Here's the error from ant. $ ant Buildfile: build.xml detect: [echo] jakarta-tomcat-connectors prepare: BUILD FA

DO NOT REPLY [Bug 26444] New: - jsp:useBean invokes operator new while it should not

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2004-01-26 Thread remm
remm2004/01/26 11:49:18 Modified:util/java/org/apache/tomcat/util/threads Reaper.java ThreadPool.java util/java/org/apache/tomcat/util/buf MessageBytes.java UDecoder.java util/java/org/apache/tomcat/util/ne

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2004-01-26 Thread remm
remm2004/01/26 11:48:43 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: - Remove compilation warnings. Revision ChangesPath 1.49 +4 -3 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java Ind

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources WARDirContext.java

2004-01-26 Thread remm
remm2004/01/26 11:48:27 Modified:catalina/src/share/org/apache/naming/resources WARDirContext.java Log: - Remove compilation warnings. Revision ChangesPath 1.3 +5 -5 jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resou

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves ExtendedAccessLogValve.java AccessLogValve.java

2004-01-26 Thread remm
remm2004/01/26 11:48:18 Modified:catalina/src/share/org/apache/catalina/valves ExtendedAccessLogValve.java AccessLogValve.java Log: - Remove compilation warnings. Revision ChangesPath 1.7 +5 -5 jakarta-tomcat-catalina/catalina/src/s

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util DOMWriter.java

2004-01-26 Thread remm
remm2004/01/26 11:48:10 Modified:catalina/src/share/org/apache/catalina/util DOMWriter.java Log: - Remove compilation warnings. Revision ChangesPath 1.4 +4 -4 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/util/DOMWriter.java Index: DO

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup SetAllPropertiesRule.java Embedded.java TldConfig.java

2004-01-26 Thread remm
remm2004/01/26 11:48:01 Modified:catalina/src/share/org/apache/catalina/startup SetAllPropertiesRule.java Embedded.java TldConfig.java Log: - Remove compilation warnings. Revision ChangesPath 1.4 +5 -4 jakart

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ssi SSIServlet.java

2004-01-26 Thread remm
remm2004/01/26 11:47:56 Modified:catalina/src/share/org/apache/catalina/ssi SSIServlet.java Log: - Remove compilation warnings. Revision ChangesPath 1.5 +7 -7 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ssi/SSIServlet.java Index: SS

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardManager.java PersistentManagerBase.java StandardSession.java PersistentManager.java ManagerBase.java

2004-01-26 Thread remm
remm2004/01/26 11:47:48 Modified:catalina/src/share/org/apache/catalina/session StandardManager.java PersistentManagerBase.java StandardSession.java PersistentManager.java ManagerBase.java Log: - Remove compi

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java CGIServlet.java

2004-01-26 Thread remm
remm2004/01/26 11:47:40 Modified:catalina/src/share/org/apache/catalina/servlets InvokerHttpRequest.java CGIServlet.java Log: - Remove compilation warnings. Revision ChangesPath 1.3 +5 -5 jakarta-tomcat-catalina/catalina/src/share/o

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java JAASRealm.java JNDIRealm.java MemoryRealm.java JDBCRealm.java DataSourceRealm.java

2004-01-26 Thread remm
remm2004/01/26 11:47:18 Modified:catalina/src/share/org/apache/catalina/realm UserDatabaseRealm.java JAASRealm.java JNDIRealm.java MemoryRealm.java JDBCRealm.java DataSourceRealm.java Log: - Remove compilatio

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java StandardHostDeployer.java ApplicationHttpResponse.java StandardContext.java StandardService.java ApplicationDispatcher.java

2004-01-26 Thread remm
remm2004/01/26 11:47:05 Modified:catalina/src/share/org/apache/catalina/core ApplicationHttpRequest.java StandardHostDeployer.java ApplicationHttpResponse.java StandardContext.java Standar

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java BasicAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java DigestAuthenticator.java

2004-01-26 Thread remm
remm2004/01/26 11:46:44 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java BasicAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java DigestAuthenticator.java Lo

[PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-26 Thread Raul Benito
Hi, I'm testing the tomcat5 cluster in an environment where multicast connections are filtered. So in order to test our implementation in a cluster tomcat, i created this little UdpService that is heavily based in McastService, but the cluster nodes are specified in an attribute as comma delimi

DO NOT REPLY [Bug 13084] - jsp compilation with jikes fails

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13307] - Need to specify classLoader when loading resources...

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Internal document anchors ?

2004-01-26 Thread Shapira, Yoav
Howdy, >Noticed this morning that in at least one Tomcat document: >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html >some internal document anchors end with a question mark, >which means any link to them will fail due to the question mark being >dropped by the server. I use IE6sp1

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2004-01-26 Thread remm
remm2004/01/26 10:19:48 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods on the TCP endpoint. - The method I've choosen is to stop accepting to inform whate

RE: Class-Path-Manifest Entry

2004-01-26 Thread Shapira, Yoav
Howdy, >I wonder, if the "Class-Path"-Entry of the Manifest in a >web-application-ressource is interpreted by Tomcat. > >I saw this functionality in BEA WebLogic. I tried in tomcat, but it did not >work. > >Is it implemented at all, or is it planned? >(Using 4.1.29) > >Plug-and-play-installation

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java

2004-01-26 Thread remm
remm2004/01/26 10:16:44 Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods. - FIXME: Not implemented for JK yet. Revision ChangesPath 1.49 +8 -0

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2004-01-26 Thread remm
remm2004/01/26 10:16:23 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods. Revision ChangesPath 1.48 +20 -0 jakarta-tomcat-connectors/

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java

2004-01-26 Thread remm
remm2004/01/26 10:15:33 Modified:coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods. Revision ChangesPath 1.3 +8 -0

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote ProtocolHandler.java

2004-01-26 Thread remm
remm2004/01/26 10:15:22 Modified:coyote/src/java/org/apache/coyote ProtocolHandler.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods. Revision ChangesPath 1.5 +11 -0 jakarta-tomcat-connectors/coyote

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml

2004-01-26 Thread remm
remm2004/01/26 10:15:01 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods. Revision ChangesPat

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardService.java

2004-01-26 Thread remm
remm2004/01/26 10:14:30 Modified:catalina/src/share/org/apache/catalina/core StandardService.java Log: - Implement clean shutdown of the connectors (my third proposal). - New shutdwon order: - pause connectors - wait for a while - stop the co

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina Connector.java

2004-01-26 Thread remm
remm2004/01/26 10:12:59 Modified:catalina/src/share/org/apache/catalina Connector.java Log: - Implement clean shutdown of the connectors (my third proposal). - Add pause and resume methods on the connector interface. Revision ChangesPath 1.2 +17 -5 jakart

DO NOT REPLY [Bug 26341] - It's possible to call getAttribute() while session is invalidated without IAE

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Class-Path-Manifest Entry

2004-01-26 Thread Reinhard Moosauer
Hello List, I wonder, if the "Class-Path"-Entry of the Manifest in a web-application-ressource is interpreted by Tomcat. I saw this functionality in BEA WebLogic. I tried in tomcat, but it did not work. Is it implemented at all, or is it planned? (Using 4.1.29) Plug-and-play-installation of W

bad signature for jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz

2004-01-26 Thread Eric Emminger
I'm trying to verify the signature of jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz, but gpg says "public key not found." I DID import the KEYS from http://www.apache.org/dist/jakarta/tomcat-connectors/KEYS. Here's the output of the gpg verify command. $ gpg --verify jakarta-tomcat-connectors-jk2

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup DigesterFactory.java

2004-01-26 Thread jfarcand
jfarcand2004/01/26 08:07:54 Modified:catalina/src/share/org/apache/catalina/startup DigesterFactory.java Log: Add missing setUseContextClassLoader call to avoid possible classloader issue when Tomcat is embedded Revision ChangesPath 1.3 +2 -

DO NOT REPLY [Bug 26436] - Jasper generates code weak against exception in doAfterBody()

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26436] - Jasper generates code weak against exception in doAfterBody()

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26436] New: - Jasper generates code weak against exception in doAfterTag()

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 11929] - JDBC Realm rejects user at first login

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26431] - JDBCRealm not working when mysql timeout is reached

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26432] - jsp-property-group url-pattern does not map correctly for paths

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26432] New: - jsp-property-group url-pattern does not maps correctly for pathes

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26431] New: - JDBCRealm not working when mysql timeout is reached

2004-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu