cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.txt

2001-09-16 Thread ccain
ccain 01/09/16 23:29:24 Modified:.RELEASE-NOTES-4.0.txt Log: Add the new Ant version dependancy (1.4) to the release notes. Revision ChangesPath 1.4 +4 -2 jakarta-tomcat-4.0/RELEASE-NOTES-4.0.txt Index: RELEASE-NOTES-4.0.txt ==

cvs commit: jakarta-tomcat-4.0 BUILDING.txt

2001-09-16 Thread ccain
ccain 01/09/16 23:18:57 Modified:.BUILDING.txt Log: Make the new Ant 1.4 requirement a little more visible. Revision ChangesPath 1.5 +4 -1 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt

cvs commit: jakarta-tomcat-connectors/http11 - Imported sources

2001-09-16 Thread remm
remm01/09/16 23:04:00 Log: - Initial import of the HTTP/1.1 connector based on Coyote. - It builds; it doesn't do anything meaningful yet (the I/O and parsing is half done, and there's no request processing yet). I'm only committing this because last time I was at this stag

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

2001-09-16 Thread remm
remm01/09/16 22:29:09 Modified:coyote/src/java/org/apache/coyote Request.java Response.java Log: - Use some byte chunks instead of passing arrays. That allows all sorts of tricks since it's fully possible to replace the internal array, append data, ... Revision Changes

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

2001-09-16 Thread remm
remm01/09/16 22:28:52 Modified:coyote/src/java/org/apache/coyote InputBuffer.java OutputBuffer.java Log: - Use some byte chunks instead of passing arrays. That allows all sorts of tricks since it's fully possible to replace the internal array, append

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/bufDateTool.java MessageBytes.java

2001-09-16 Thread cmanolache
On Sun, 16 Sep 2001, Remy Maucherat wrote: > > costin 01/09/16 21:56:02 > > > > Modified:src/share/org/apache/tomcat/util/buf DateTool.java > > MessageBytes.java > > Do you plan to keep the version of the buffers which is in j-t-c/util in > sync ? I'll sync th

Re: Remaining Tomcat 3.3 Issues

2001-09-16 Thread cmanolache
Larry, I tried to fix as much as possible, could you post an update with what remains open for RC1 ? On Wed, 12 Sep 2001, Larry Isaacs wrote: > 1. HttpSessionFacade.setAttribute() isn't synchronized. If a second request > called "setAttribute()" after this request's "removeAttribute()" and

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warpConstants.java WarpConfigurationHandler.java WarpConnection.javaWarpLogger.java WarpRequestHandler.java

2001-09-16 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Log: > 4.0 final integration. "GO" for me... Still to do, fix Apache 1.3 under Windows (C-code in JTC only) Pier

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpConnection.java WarpLogger.java WarpRequestHandler.java

2001-09-16 Thread pier
pier01/09/16 22:10:55 Modified:catalina/src/share/org/apache/catalina/connector/warp Constants.java WarpConfigurationHandler.java WarpConnection.java WarpLogger.java WarpRequestHandler.java Log: 4.0 final in

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 Makefile.in

2001-09-16 Thread pier
pier01/09/16 22:08:08 Modified:webapp/apache-1.3 Makefile.in Log: Rebuild module if webapp library changed. Revision ChangesPath 1.15 +2 -2 jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in Index: Makefile.in ===

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-09-16 Thread pier
pier01/09/16 22:07:01 Modified:webapp configure.in Log: Discover configure generated files as we process. Revision ChangesPath 1.39 +56 -44jakarta-tomcat-connectors/webapp/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/webapp Makefile.in

2001-09-16 Thread pier
pier01/09/16 22:06:27 Modified:webapp Makefile.in Log: Added "local" (non APR) targets. Revision ChangesPath 1.20 +10 -3 jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-09-16 Thread pier
pier01/09/16 22:05:30 Modified:webapp/lib pr_warp.c Log: Removed packet dumping from C. Revision ChangesPath 1.15 +5 -2 jakarta-tomcat-connectors/webapp/lib/pr_warp.c Index: pr_warp.c ==

cvs commit: jakarta-tomcat-connectors/webapp/java Makefile.in

2001-09-16 Thread pier
pier01/09/16 22:04:02 Modified:webapp/java Makefile.in Log: New Java makefile. Revision ChangesPath 1.3 +25 -34jakarta-tomcat-connectors/webapp/java/Makefile.in Index: Makefile.in ===

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java WarpConnection.java

2001-09-16 Thread pier
pier01/09/16 22:03:24 Modified:webapp/java WarpConfigurationHandler.java WarpConnection.java Log: Removed packet dumping (the Java WARP protocol stack is stable). Added better information when applications cannot be autodeployed. Revision Changes

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java MessageBytes.java

2001-09-16 Thread Remy Maucherat
> costin 01/09/16 21:56:02 > > Modified:src/share/org/apache/tomcat/util/buf DateTool.java > MessageBytes.java Do you plan to keep the version of the buffers which is in j-t-c/util in sync ? Remy

cvs commit: jakarta-tomcat/src/shell shutdown.sh startup.sh tomcat.sh

2001-09-16 Thread costin
costin 01/09/16 21:59:32 Modified:src/shell shutdown.sh startup.sh tomcat.sh Log: Fix #319 - use $@ instead of "$@". On some unixes it creates problems, and it seems to be right, we want to pass the other params individually, not as a single param. Yet another reason to mi

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf DateTool.java MessageBytes.java

2001-09-16 Thread costin
costin 01/09/16 21:56:02 Modified:src/facade22/org/apache/tomcat/facade HttpSessionFacade.java src/share/org/apache/tomcat/modules/server Http10Interceptor.java src/share/org/apache/tomcat/util/buf DateTool.java

DO NOT REPLY [Bug 405] - response.sendRedirect() in MS Explorer 5.5 fails using both ApacheModuleJServ and mod_jk adapters with Apache. BugRat Report#705

2001-09-16 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_bug

DO NOT REPLY [Bug 437] - req.getParameter(name) Ignores charset. always assumes ISO8859-1. BugRat Report#753

2001-09-16 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_bug

DO NOT REPLY [Bug 463] - Ctx( /examples ): IOException in: R( /examples + + null) Not an ISO 8859_1 character:? BugRat Report#788

2001-09-16 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_bug

DO NOT REPLY [Bug 82] - Jasper not affected by mod_rewrite BugRat Report#49

2001-09-16 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_bug.

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs jndi-resources-howto.xml

2001-09-16 Thread craigmcc
craigmcc01/09/16 20:49:16 Modified:webapps/tomcat-docs jndi-resources-howto.xml Log: Simplify the JNDI Resources HOW-TO instructions for JDBC data sources, now that Tomcat 4 includes a much larger number of JAR files as part of the standard binary distribution. Revision Ch

DO NOT REPLY [Bug 3644] New: - Errors reloading resources from jars: possible JDK bug

2001-09-16 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-4.0/webapps/tomcat-docs/appdev build.xml.txt

2001-09-16 Thread craigmcc
craigmcc01/09/16 20:16:58 Modified:webapps/tomcat-docs/appdev build.xml.txt Log: Modify the default class path created when compiling to include all of the classes that Tomcat 4 automatically exposes to web applications. In this way, there is no special case for "servlet.jar" o

cvs commit: jakarta-tomcat-connectors/webapp/lib pr_warp.c

2001-09-16 Thread pier
pier01/09/16 20:09:56 Modified:webapp/lib pr_warp.c Log: Fix for Bug 2997: When Tomcat is restarted, now the WebApp module automatically reconnects thru WARP. Previously the first request sent to Apache will come up with an error saying "Communitcation interrupted", but

Re: mod_webapp: statically linked Apache

2001-09-16 Thread Pier Fumagalli
"Bojan Smojver" <[EMAIL PROTECTED]> wrote: > Thanks. I've just noticed your post at Bugzilla. Nice touch ;-) If I don't post it there, I'll forget about it in less than 5 minutes :) Now it's in my "reminded bugs" default query :) > No hurry at all (I'm not even using TC 4 yet, just keeping my o

Re: mod_webapp: statically linked Apache

2001-09-16 Thread Bojan Smojver
Pier Fumagalli wrote: > > "Bojan Smojver" <[EMAIL PROTECTED]> wrote: > > > Pier Fumagalli wrote: > >> > >> "Bojan Smojver" <[EMAIL PROTECTED]> wrote: > >> > >>> Hi Pier, > >>> > >>> I can see by the number of recent commits that you are very busy with > >>> mod_webapp. Can you tell me if the new

DO NOT REPLY [Bug 3643] - Enable static-linking within Apache for WebApp module

2001-09-16 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 3643] New: - Enable static-linking within Apache for WebApp module

2001-09-16 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: mod_webapp: statically linked Apache

2001-09-16 Thread Pier Fumagalli
"Bojan Smojver" <[EMAIL PROTECTED]> wrote: > Pier Fumagalli wrote: >> >> "Bojan Smojver" <[EMAIL PROTECTED]> wrote: >> >>> Hi Pier, >>> >>> I can see by the number of recent commits that you are very busy with >>> mod_webapp. Can you tell me if the new stuff will include support for >>> mod_we

RE: [J-T-C] Apache 2.0 code review required

2001-09-16 Thread Keith Wannamaker
Hi Henri et all, I'd like to sync tomcat_32, jakarta-tomcat, and j-t-c with the same code-- that is, using r->uri in all cases, but re-encoding it with ap_escape_uri. This seemed to be the consensus a month or two ago in the discussions, as proxies do the same thing (decode, then re-encode). Th

Re: mod_webapp: statically linked Apache

2001-09-16 Thread Bojan Smojver
Pier Fumagalli wrote: > > "Bojan Smojver" <[EMAIL PROTECTED]> wrote: > > > Hi Pier, > > > > I can see by the number of recent commits that you are very busy with > > mod_webapp. Can you tell me if the new stuff will include support for > > mod_webapp with a statically linked Apache of is it stil

Solution to Bug #753.

2001-09-16 Thread Christos Digas
There is a solution to the bug #753. String name = new String(request.getParameter("onoma").getBytes("8859_1"), "UTF-8"); Where "onoma" is the value taken from the submitted form and "name" the variable which will be assigned with the UNICODE value of "onoma". It works OK with my application.

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java

2001-09-16 Thread costin
costin 01/09/16 17:44:55 Modified:.build.xml src/facade22/org/apache/tomcat/facade RequestDispatcherImpl.java Log: #2641, thanks Daniele Gaffuri for reporting the bug. Also, removed the (unused) container/tomcat-startup.jar R

Re: mod_webapp: statically linked Apache

2001-09-16 Thread Pier Fumagalli
"Bojan Smojver" <[EMAIL PROTECTED]> wrote: > Hi Pier, > > I can see by the number of recent commits that you are very busy with > mod_webapp. Can you tell me if the new stuff will include support for > mod_webapp with a statically linked Apache of is it still DSO only? It's still DSO-only... An

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2001-09-16 Thread pier
pier01/09/16 17:42:59 Modified:webapp Makedefs.in Makefile.in configure.in webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Revised how "distclean" works. Revision ChangesPath 1.11 +10 -6 jakarta-tomcat-connectors/web

DO NOT REPLY [Bug 3641] - Bad value in query string parameter while forwarding request

2001-09-16 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

mod_webapp: statically linked Apache

2001-09-16 Thread Bojan Smojver
Hi Pier, I can see by the number of recent commits that you are very busy with mod_webapp. Can you tell me if the new stuff will include support for mod_webapp with a statically linked Apache of is it still DSO only? Bojan

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2001-09-16 Thread pier
pier01/09/16 17:09:41 Modified:webapp/apache-1.3 Makefile.in webapp/lib Makefile.in Log: Removed DEBUG compilation and enabled verbose. Revision ChangesPath 1.13 +3 -5 jakarta-tomcat-connectors/webapp/apache-1.3/Makefile.in Index: Makefi

cvs commit: jakarta-tomcat-connectors/webapp Makefile.in

2001-09-16 Thread pier
pier01/09/16 17:08:56 Modified:webapp Makefile.in Log: New Makefile. Revision ChangesPath 1.18 +45 -90jakarta-tomcat-connectors/webapp/Makefile.in Index: Makefile.in === RCS file: /ho

cvs commit: jakarta-tomcat-connectors/webapp Makedefs.in configure.in

2001-09-16 Thread pier
pier01/09/16 17:08:22 Modified:webapp Makedefs.in configure.in Log: Added ln, api-docs valies and enabling verbose compilation Revision ChangesPath 1.10 +22 -7 jakarta-tomcat-connectors/webapp/Makedefs.in Index: Makedefs.in =

cvs commit: jakarta-tomcat-connectors/webapp configure.in

2001-09-16 Thread pier
pier01/09/16 17:00:32 Modified:webapp configure.in Log: Updated the way in wich targets are handled. Added new targets for API documentation. Revision ChangesPath 1.36 +166 -33 jakarta-tomcat-connectors/webapp/configure.in Index: configure.in ==

cvs commit: jakarta-tomcat-connectors/webapp/lib Makefile.in

2001-09-16 Thread pier
pier01/09/16 16:59:27 Modified:webapp/lib Makefile.in Log: Removed dependancies on LibTool for compilation as it's broken on more platforms than in the ones in which it works (I don't want to include all libtool hacks used by APR). Revision ChangesPath 1.14

cvs commit: jakarta-tomcat-connectors/webapp/apache-1.3 Makefile.in

2001-09-16 Thread pier
pier01/09/16 16:57:47 Modified:webapp/apache-1.3 Makefile.in Log: Changed the way in which the module is built (this should fix the problem on Linux where APXS is broken). Revision ChangesPath 1.12 +26 -53jakarta-tomcat-connectors/webapp/apache-1.3/Makefil

cvs commit: jakarta-tomcat-connectors/webapp/support install.sh

2001-09-16 Thread pier
pier01/09/16 16:56:34 Modified:webapp/support install.sh Log: Updating install.sh from latest AutoConf release Revision ChangesPath 1.2 +221 -82 jakarta-tomcat-connectors/webapp/support/install.sh Index: install.sh =

cvs commit: jakarta-tomcat-connectors/webapp/support config.sub

2001-09-16 Thread pier
pier01/09/16 16:56:18 Modified:webapp/support config.sub Log: Updating config.sub from latest AutoConf release Revision ChangesPath 1.2 +180 -131 jakarta-tomcat-connectors/webapp/support/config.sub Index: config.sub =

cvs commit: jakarta-tomcat-connectors/webapp/support config.guess

2001-09-16 Thread pier
pier01/09/16 16:56:02 Modified:webapp/support config.guess Log: Updating config.guess from latest AutoConf release Revision ChangesPath 1.2 +379 -281 jakarta-tomcat-connectors/webapp/support/config.guess Index: config.guess =

cvs commit: jakarta-tomcat-connectors/webapp/support aplocal.m4

2001-09-16 Thread pier
pier01/09/16 16:55:05 Modified:webapp/support aplocal.m4 Log: Added "ln" to the list of required binaries. Revision ChangesPath 1.8 +3 -1 jakarta-tomcat-connectors/webapp/support/aplocal.m4 Index: aplocal.m4 =

cvs commit: jakarta-tomcat-connectors/webapp/support apjava.m4

2001-09-16 Thread pier
pier01/09/16 16:54:20 Modified:webapp/support apjava.m4 Log: Correctly discover Java binaries if JAVA_ENABLED is set to "true" Revision ChangesPath 1.11 +36 -16jakarta-tomcat-connectors/webapp/support/apjava.m4 Index: apjava.m4 ===

cvs commit: jakarta-tomcat-connectors/webapp/support mkinstalldirs.sh

2001-09-16 Thread pier
pier01/09/16 16:53:24 Added: webapp/support mkinstalldirs.sh Log: Added mkinstalldirs.sh required for installations. Revision ChangesPath 1.1 jakarta-tomcat-connectors/webapp/support/mkinstalldirs.sh Index: mkinstalldirs.sh =

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core LocalStrings.properties

2001-09-16 Thread craigmcc
craigmcc01/09/16 15:26:33 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties Log: Fix typo. Submitted by: Kazuhiro Kazama <[EMAIL PROTECTED]> Revision ChangesPath 1.37 +1 -1 jakarta-tomcat-4.0/catalina/sr

Re: DO NOT REPLY [Bug 3612] - getServletPath() method returnswrong value

2001-09-16 Thread Pier Fumagalli
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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

DO NOT REPLY [Bug 3612] - getServletPath() method returns wrong value

2001-09-16 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

Bug report for Tomcat 4 [2001/09/16]

2001-09-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2001/09/16]

2001-09-16 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GUMP] Build Failure - Tomcat 4.0

2001-09-16 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: [mkdir] Created dir: /ho

DO NOT REPLY [Bug 3641] New: - Bad value in query string parameter while forwarding request

2001-09-16 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 3597] - Shutting down takes *ages*

2001-09-16 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 3640] - Fix JSPC taglib support when taglib is included at jar

2001-09-16 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 3640] - Fix JSPC taglib support when taglib is included at jar

2001-09-16 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 3640] New: - Fix JSPC taglib support when taglib is included at jar

2001-09-16 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