RE: [4.1.9] New test milestone released

2002-08-11 Thread David Shanahan
There is a bug in 4.1.9 (a Jasper bug) that breaks my application completely. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11552 We use custom tags that do iteration (they implement IterationTag) but do not modify their content so they do not implement BodyTag. The latest versions of Jasp

DO NOT REPLY [Bug 11490] - an error on compiling jsp file

2002-08-11 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_b

Re: [5.0] Build notes

2002-08-11 Thread Bob Herrmann
On Sun, 2002-08-11 at 11:25, Jayson Falkner wrote: > I have been using the same thing. The only downside is the download > time, but, IMO it would be great to have this included and encouraged > for use with the Tomcat 5 build file. > > Way to go Bob! Thanks, although I just cut/pasted Ian Dar

DO NOT REPLY [Bug 11603] - security fails for http-method != GET when user is forced to login

2002-08-11 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_b

adding a MIME mapping for WSDL documents

2002-08-11 Thread Sanjiva Weerawarana
Hello, Would it be possible to add the following to the list of MIME mappings in the conf/web.xml file? wsdl text/xml WSDL currently doesn't have a registered MIME type; so text/xml should work fine (or application/xml - take your pick .. I don't care which one). Without this i

DO NOT REPLY [Bug 11603] - security fails for http-method != GET when user is forced to login

2002-08-11 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_b

Questionnaire

2002-08-11 Thread Marcos Manosso
Dear Sir/Madam We are conducting some research concerning the public's opinion about the level of ethics in advertising. As you may be aware, many companies have ethical advertising policies. Furthermore, the media (i.e. TV, Radio, Magazines and Newspapers) have governmental and non-governmen

Re: [5.0] Build notes

2002-08-11 Thread costinm
On Sun, 11 Aug 2002, Bill Barker wrote: > I don't know anybody that likes it, but it's required by the JSP-1.2 spec > (and still in the current draft of the JSP-2.0 spec). The TLDs may contain > Listeners, and the only way to get them registered is to scan at startup. Ops, I missed that one.

Re: [5.0] Build notes

2002-08-11 Thread Bill Barker
> > Actually it somehow seems that something is looking for TLDs > at startup - that's a bug for me. The TLDs should be processed > when the first JSP is complied - not before. If a webapp > doesn't use JSPs or uses precompiled JSPs ( which is a very > good idea IMO ) - then there is no point on s

Re: [5.0] Build notes

2002-08-11 Thread costinm
On Sun, 11 Aug 2002, Patrick Luby wrote: > > IMHO that's _totally_ unacceptable ( having tomcat5 work only with > > xerces). > > I think that the dependency on Xerces 2.0.1 is excessively restrictive > as well. IIRC (maybe Jean-François could provide some of the details he > found?), Xerces 2

DO NOT REPLY [Bug 11619] New: - Environment entries cause HTTP 500

2002-08-11 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_b

Re: [5.0] Build notes

2002-08-11 Thread Patrick Luby
Costin, [EMAIL PROTECTED] wrote: > On Sun, 11 Aug 2002, Patrick Luby wrote: > > >>commons-digester/logging, etc. I think that this would make the build >>more reliable since Tomcat 5 is dependent on very specific versions of >>Apache dependencies (e.g. Xerces 2.0.1 only). > > > IMHO that's

Re: cvs commit: jakarta-tomcat-site/xdocs index.xml

2002-08-11 Thread John Holman
The Tomcat 4.1 documents referenced on the index.html page are not up to date (e.g. jndi-datasource-examples-howto, realm-howto). John. [EMAIL PROTECTED] wrote: > remm2002/08/11 08:35:27 > > Modified:docs index.html >xdocsindex.xml > Log: > - Update s

Re: [5.0] Problems

2002-08-11 Thread costinm
I turned off schema and dtd validation, and disabled the JMX stuff - and the startup time is down to earth ( 7 secs ). I'll try to do something about jmx ( put all the processing in a background thread ), the validation should be moved to a deploy stage. The only issue that I can't solve with

Re: [5.0] Build notes

2002-08-11 Thread costinm
On Sun, 11 Aug 2002, Patrick Luby wrote: > commons-digester/logging, etc. I think that this would make the build > more reliable since Tomcat 5 is dependent on very specific versions of > Apache dependencies (e.g. Xerces 2.0.1 only). IMHO that's _totally_ unacceptable ( having tomcat5 work onl

cvs commit: jakarta-tomcat-5 build.xml

2002-08-11 Thread patrickl
patrickl2002/08/11 11:34:12 Modified:.build.xml Log: Uncomment the Tyrex download as the build will fail without Tyrex. Revision ChangesPath 1.22 +0 -2 jakarta-tomcat-5/build.xml Index: build.xml ==

Re: [5.0] Build notes

2002-08-11 Thread Patrick Luby
All, Couldn't we go a step farther and check any Apache dependencies into the Tomcat cvs repository and remove them from build.properties.default and build.xml's "download" target? Of course, we can't do this for some 3rd party dependencies, but we can for stuff like Xerces, commons-digester/

Re: [5.0] Build notes

2002-08-11 Thread Jayson Falkner
I have been using the same thing. The only downside is the download time, but, IMO it would be great to have this included and encouraged for use with the Tomcat 5 build file. Way to go Bob! Jayson Falkner [EMAIL PROTECTED] Bob Herrmann wrote: > Yea, I liked your script, this one builds Tomca

cvs commit: jakarta-tomcat-site/xdocs index.xml

2002-08-11 Thread remm
remm2002/08/11 08:35:27 Modified:docs index.html xdocsindex.xml Log: - Update site (finally). Revision ChangesPath 1.26 +78 -27jakarta-tomcat-site/docs/index.html Index: index.html ===

pageEncoding for Shift_JIS doesn't work by using Apache Tomcat/4.1.8-LE-jdk14

2002-08-11 Thread Osamu Hashimoto
Hi ! JSP's directive element "pageEncoding" doesn't work by using Apache Tomcat/4.1.8-LE-jdk14. pageEncoding did work on current version of Tomcat 4.1.2 alpha. but the version is not available now. It sounds like Tomcat's degrading incident. I want to have description and opinion by commiter,

cvs commit: jakarta-tomcat-5 tomcat.nsi

2002-08-11 Thread remm
remm2002/08/11 08:10:25 Modified:.tomcat.nsi Log: - Use bz2 option. Revision ChangesPath 1.4 +2 -1 jakarta-tomcat-5/tomcat.nsi Index: tomcat.nsi === RCS file: /home/cvs/jakart

[5.0] Problems

2002-08-11 Thread Remy Maucherat
Hi, I have been cleaning stuff in 5.0, and I have a few problems with the current 5.0 code. The first two seem to be related to schema validation. - Startup time appears to be slower (relative to 4.1) - I get a lot (hundreds) of exception traces logged on startup (with an old digester, the admi

cvs commit: jakarta-tomcat-catalina/catalina/src/conf tomcat-users.xml

2002-08-11 Thread remm
remm2002/08/11 06:54:53 Modified:catalina/src/conf tomcat-users.xml Log: - Revert change: remove admin role. Revision ChangesPath 1.3 +1 -1 jakarta-tomcat-catalina/catalina/src/conf/tomcat-users.xml Index: tomcat-users.xml ==

cvs commit: jakarta-tomcat-5/resources/confinstall server_1.xml server_2.xml

2002-08-11 Thread remm
remm2002/08/11 06:50:54 Modified:.build.properties.default build.xml tomcat.nsi resources/confinstall server_1.xml server_2.xml Log: - Updates to use NSIS 2.0 and the launcher. Revision ChangesPath 1.23 +3 -2 jakarta-tomcat-5/build.pr

Re: Here we go again - mod_webapp and mod_rewrite

2002-08-11 Thread Dan Lindy
Brendan, I had a similar experience back in April and solved it by hacking mod_webapp myself. I tried posting my problem to tomcat-dev only to be greeted with credulity as Tomcat takes the high road with respect to being a reference implementation and mod_rewrite lets you do things Sun's spec

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-08-11 Thread remm
remm2002/08/11 05:28:46 Modified:catalina build.xml Log: - Cleanup. Revision ChangesPath 1.13 +1 -5 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml === RCS file: /home/cvs/

cvs commit: jakarta-tomcat-5 build.properties.default

2002-08-11 Thread remm
remm2002/08/11 05:28:14 Modified:.build.properties.default Log: - Use NSIS 2.0 (NSI script needs to be modified). - Download Tyrex from SF. Revision ChangesPath 1.22 +3 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.defa

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2002-08-11 Thread remm
remm2002/08/11 04:55:18 Modified:catalina build.xml Log: - Fix detect target. - Add conditionals for commons-lang. Revision ChangesPath 1.12 +20 -1 jakarta-tomcat-catalina/catalina/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-catalina build.xml

2002-08-11 Thread remm
remm2002/08/11 04:54:48 Modified:.build.xml Log: - Fix detect target. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-catalina/build.xml Index: build.xml === RCS file: /home/cvs

cvs commit: jakarta-tomcat-5 build.xml

2002-08-11 Thread remm
remm2002/08/11 04:54:35 Modified:.build.xml Log: - Fix detect target. Revision ChangesPath 1.20 +0 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakart

cvs commit: jakarta-tomcat-5 build.properties.default

2002-08-11 Thread remm
remm2002/08/11 04:04:34 Modified:.build.properties.default Log: - Upgrade to NSIS 2.0. Revision ChangesPath 1.21 +5 -3 jakarta-tomcat-5/build.properties.default Index: build.properties.default =

cvs commit: jakarta-tomcat-4.0 gump.xml

2002-08-11 Thread remm
remm2002/08/11 03:42:18 Modified:.gump.xml Log: - Add commons-lang to the dependency list. Revision ChangesPath 1.11 +1 -0 jakarta-tomcat-4.0/gump.xml Index: gump.xml === RCS f

[GUMP] Build Failure - jakarta-tomcat-jk

2002-08-11 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml detect: [echo] jakarta-tomcat-c

[GUMP] Build Failure - jakarta-tomcat-4.0

2002-08-11 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml deploy-prepare: deploy-static: deploy:

DO NOT REPLY [Bug 11613] - Page Load Problem in Stand-alone Mode

2002-08-11 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_b