SimpleMapper ClassNotFoundException

2000-12-13 Thread Sivakumar Subramanian
Hello, Yesterday(13th Dec 2000) I downloaded jakarta-tomcat-3.2.1.tar.gz file (GZIP compressed file - release version) from your site and installed it in Solaris server. When I was trying to start that, it was giving me an error saying SimpleMapper : ClassNotFoundException (org.apache.tomcat.requ

Loading beans

2000-12-13 Thread Venkat
Hi All   Can anyone help me to resolve this   When i created more contexts in server.xml and added them to uriworkers.properties, but when i use beans, i'm not able to access   to be clear:   i have created a contex  by name tests path d:/tests subfolders d:/tests/web-inf/classes i place

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpRequestStream.java

2000-12-13 Thread remm
remm00/12/13 23:49:16 Modified:catalina/src/share/org/apache/catalina/connector RequestStream.java catalina/src/share/org/apache/catalina/connector/http HttpRequestStream.java Log: - Fix two overlapping problems in i

Re: Java mail in jsp

2000-12-13 Thread Craig R. McClanahan
Sameer wrote: > Hi everybody, > > I have been trying to use the java mail package in a jsp file, but when run > following exception is displayed > > Package javax.activation not found in import > > this happens even though all required jar files have been added to the lib > directory > Please hel

Re: Ajp13 Patches for Tomcat 3.2

2000-12-13 Thread cmanolache
Hi Dan, Did you get your CVS login ? If not, I'll start checking in your patches ( at least to 3.3 ). Costin > All, > > I took some of the Ajp13 work I've been doing on the 3.3 branch and applied it to >the 3.2 sources. The two attached files contain a fix for the file upload bug. As >wi

Java mail in jsp

2000-12-13 Thread Sameer
Hi everybody, I have been trying to use the java mail package in a jsp file, but when run following exception is displayed Package javax.activation not found in import this happens even though all required jar files have been added to the lib directory Please help to solve the problem thanks i

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

2000-12-13 Thread costin
costin 00/12/13 23:10:58 Modified:src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java ServletHandler.java ServletInfo.java WebXmlReader.java src/facade22/org/apache/tomcat/modules/facade22

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

2000-12-13 Thread Jon Stevens
on 12/13/2000 10:38 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Ah, but once you get it built, 'tis a thing of beauty ... :-) Agreed. I can't wait to put it into Scarab's cvs tree as a sandbox env so that development will continue on top of Tomcat 4.0. p.s. I hope that slow classload

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

2000-12-13 Thread Pier P. Fumagalli
Craig R. McClanahan <[EMAIL PROTECTED]> wrote: > Jon Stevens wrote: > >> on 12/13/2000 9:48 PM, "[EMAIL PROTECTED]" >> <[EMAIL PROTECTED]> wrote: >> >>> == >>> KNOWN PROBLEMS IN THIS RELEASE: >>> == >> >> * It is a bitch to build it from

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

2000-12-13 Thread Pier P. Fumagalli
Jon Stevens <[EMAIL PROTECTED]> wrote: > on 12/13/2000 9:48 PM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > >> == >> KNOWN PROBLEMS IN THIS RELEASE: >> == > > * It is a bitch to build it from CVS unless you have an open door to Crai

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

2000-12-13 Thread Craig R. McClanahan
Jon Stevens wrote: > on 12/13/2000 9:48 PM, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > > == > > KNOWN PROBLEMS IN THIS RELEASE: > > == > > * It is a bitch to build it from CVS unless you have an open door to Craig's > mind. :-) >

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

2000-12-13 Thread Jon Stevens
on 12/13/2000 9:48 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > == > KNOWN PROBLEMS IN THIS RELEASE: > == * It is a bitch to build it from CVS unless you have an open door to Craig's mind. :-) -jon

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.html

2000-12-13 Thread craigmcc
craigmcc00/12/13 21:54:52 Modified:catalina/src/share/org/apache/catalina Globals.java webapps/ROOT index.html Log: Update version numbers for milestone 5 release. Revision ChangesPath 1.15 +11 -11 jakarta-tomcat-4.0/catalina/src/share/org/apache/

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

2000-12-13 Thread craigmcc
craigmcc00/12/13 21:48:53 Modified:.RELEASE-NOTES-4.0-M5.txt Log: Update the Milestone 5 release notes to document what has been done. (We've been really busy ... :-) Revision ChangesPath 1.2 +244 -10 jakarta-tomcat-4.0/RELEASE-NOTES-4.0-M5.txt

Ajp13 Patches for Tomcat 3.2

2000-12-13 Thread Dan Milstein
All, I took some of the Ajp13 work I've been doing on the 3.3 branch and applied it to the 3.2 sources. The two attached files contain a fix for the file upload bug. As with the 3.3 version, there are some changes to the mod_jk.so source files, so to get the full effect, you'll need to rebui

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 mod_webapp.c

2000-12-13 Thread pier
pier00/12/13 21:31:09 Modified:connectors/apache-1.3 mod_webapp.c Log: Thanks Jon for pointing those two out... Revision ChangesPath 1.7 +4 -4 jakarta-tomcat-4.0/connectors/apache-1.3/mod_webapp.c Index: mod_webapp.c

Re: cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3mod_webapp.c

2000-12-13 Thread Pier P. Fumagalli
Jon Stevens <[EMAIL PROTECTED]> wrote: > on 12/13/2000 7:47 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > >> +char *t=""; >> >> if (r==NULL) return(FALSE); >> +if (t!=NULL) t=ap_pstrdup(r->pool,type); >> > > My C is a bit rusty, but why is there a check to see if t!=NULL give

Re: [tomcat-4.0] jndi.jar

2000-12-13 Thread Jon Stevens
on 12/13/2000 9:08 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > Jon Stevens wrote: > >> in the README.txt files (both the top level and the one in the catalina >> directory...uh...isn't there some duplication there?) there is a requirement >> for jndi.jar, but i don't see anywhere that

Re: [tomcat-4.0] building is hard

2000-12-13 Thread Jon Stevens
on 12/13/2000 9:11 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > One issue to keep in mind when you look at the build scripts is that there are > two goals that sometimes compete: > * Build Tomcat itself (i.e. make the right JARs > available to the right javac tasks) > * Build a binary d

Re: [tomcat-4.0] building is hard

2000-12-13 Thread Craig R. McClanahan
Jon Stevens wrote: > i would just like to point out that setting up an environment to build the > java portion of tomcat-4.0 from CVS is WAY to hard. you have to know way to > much about where things should go and such. > > for example, the documentation states that you should point to your JSSE

Re: [tomcat-4.0] jndi.jar

2000-12-13 Thread Craig R. McClanahan
Jon Stevens wrote: > in the README.txt files (both the top level and the one in the catalina > directory...uh...isn't there some duplication there?) there is a requirement > for jndi.jar, but i don't see anywhere that it is actually used. > It is required to build the org.apache.naming package,

[tomcat-4.0] building is hard

2000-12-13 Thread Jon Stevens
i would just like to point out that setting up an environment to build the java portion of tomcat-4.0 from CVS is WAY to hard. you have to know way to much about where things should go and such. for example, the documentation states that you should point to your JSSE installation directory. given

[tomcat-4.0] jndi.jar

2000-12-13 Thread Jon Stevens
in the README.txt files (both the top level and the one in the catalina directory...uh...isn't there some duplication there?) there is a requirement for jndi.jar, but i don't see anywhere that it is actually used. thanks, -jon

Tomcat / Apache jserv automatic startup

2000-12-13 Thread avm
Hi y'all Tomcat development team, I've been a long time advocate of starting Tomcat from Apache automatically. In fact I've been doing this since pre-3.0 days. It's worked flawlessly for me until 3.2. I assume this is because this is a low priority for everyone. Anyway I think slowly the p

Re: cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3mod_webapp.c

2000-12-13 Thread Jon Stevens
on 12/13/2000 7:47 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > +char *t=""; > > if (r==NULL) return(FALSE); > +if (t!=NULL) t=ap_pstrdup(r->pool,type); > My C is a bit rusty, but why is there a check to see if t!=NULL given that it has been initialized to "" right above it? >

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/coreLocalStrings.properties StandardService.java

2000-12-13 Thread Pier P. Fumagalli
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Modify the default "server.xml" file to include configuration of the > Apache Connector. So far, this connector has only been tested VERY > lightly, and only on Unix systems. It is likely to have significant > bugs -- please help us shake them out.

cvs commit: jakarta-tomcat-4.0/connectors/webapplib wa_provider_warp.c

2000-12-13 Thread pier
pier00/12/13 19:51:49 Modified:connectors/webapplib wa_provider_warp.c Log: Fixed bug wich prevented long responses to get back to the client. Revision ChangesPath 1.8 +7 -4 jakarta-tomcat-4.0/connectors/webapplib/wa_provider_warp.c Index: wa_provider

cvs commit: jakarta-tomcat-4.0/connectors/apache-1.3 mod_webapp.c

2000-12-13 Thread pier
pier00/12/13 19:47:08 Modified:connectors/apache-1.3 mod_webapp.c Log: Now headers are passed correctly to Apache. Revision ChangesPath 1.6 +12 -4 jakarta-tomcat-4.0/connectors/apache-1.3/mod_webapp.c Index: mod_webapp.c =

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java

2000-12-13 Thread pier
pier00/12/13 19:38:40 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpConnectionHandler.java Log: Construct the host with appropriate host and port information. Revision ChangesPath 1.10 +5 -3 jakarta-tomcat-4.0/c

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpContext.java

2000-12-13 Thread pier
pier00/12/13 19:37:50 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpContext.java Log: Set the appropriate context when invoking for a request. Revision ChangesPath 1.3 +3 -2 jakarta-tomcat-4.0/catalina/src/shar

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpEngine.java

2000-12-13 Thread pier
pier00/12/13 19:37:12 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpEngine.java Log: Set the port in the host when this one is constructed. Revision ChangesPath 1.8 +3 -2 jakarta-tomcat-4.0/catalina/src/share/o

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpHost.java

2000-12-13 Thread pier
pier00/12/13 19:36:37 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpHost.java Log: Added "port" property in WarpHost. The invoke() method in WarpHost now takes care of setting the host name and port in the request. Revision

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

2000-12-13 Thread craigmcc
craigmcc00/12/13 18:56:14 Modified:catalina/src/conf server.xml catalina/src/share/org/apache/catalina Service.java catalina/src/share/org/apache/catalina/core LocalStrings.properties StandardService.java Log: Fix a bug that prev

BugRat Report #525 was assigned to Craig R. McClanahan

2000-12-13 Thread BugRat Mail System
Report #525 was assigned to Person #3 Name: Craig R. McClanahan Email:[EMAIL PROTECTED] HomePage: Phone: FAX: The report was previously assigned to person #1 Name: Z_Tomcat Alias Email:[EMAIL PROTECTED] HomePage: http://jakarta.apache.org Ph

BugRat Report #445 was closed (apparently by: Pierre Delisle)

2000-12-13 Thread BugRat Mail System
Report #445 was closed by Person #0 Synopsis: failure with (logged in as: Pierre Delisle)

BugRat Report #444 was closed (apparently by: Pierre Delisle)

2000-12-13 Thread BugRat Mail System
Report #444 was closed by Person #0 Synopsis: failure with (logged in as: Pierre Delisle)

BugRat Report #443 was closed (apparently by: Pierre Delisle)

2000-12-13 Thread BugRat Mail System
Report #443 was closed by Person #0 Synopsis: failure with (logged in as: Pierre Delisle)

BugRat Report #442 was closed (apparently by: Pierre Delisle)

2000-12-13 Thread BugRat Mail System
Report #442 was closed by Person #0 Synopsis: failure with (logged in as: Pierre Delisle)

BugRat Report #227 was closed (apparently by: Pierre Delisle)

2000-12-13 Thread BugRat Mail System
Report #227 was closed by Person #0 Synopsis: Overflow where JSP tag embedded in HTML tag (logged in as: Pierre Delisle)

Nightly Build Link broken ?

2000-12-13 Thread Shahed Ali
Hi, I am trying to download Tomcat 3.2.1 B. Is it the same as the release version of Tomcat 3.2.1 ? In any case, the Nightly Build Link for downloading the source code of Tomcat seems to be broken. Thanks Shahed.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/warp WarpHost.java WarpEngine.java WarpConnectionHandler.java

2000-12-13 Thread pier
pier00/12/13 17:25:58 Modified:catalina/src/share/org/apache/catalina/connector/warp WarpHost.java WarpEngine.java WarpConnectionHandler.java Log: Start WarpHost container if WarpEngine has already been started. Revision Chan

precompile jsp with Tomcat 3.2

2000-12-13 Thread Joan Xiao
Hi all, I've been trying to use jspc to precompile the jsp pages into java classes. Below is the steps I've taken: 1. run jspc and generate the java code and web.xml 2. insert the web.xml generated in step1 into my web.xml. 3. compile the java files into class files. Now I have problem with w

Help! Who know's the whole architecture?

2000-12-13 Thread Qi Xiaobin
I want to distribute to this project. But without a document that tells me the whole architecture, I find it is difficult for me to read so many source code clearly. Can anyone help me? _ Get more from the Web.

[TC 3.2.1] error in FAQ

2000-12-13 Thread Pilho Kim
Hi, This is a part of $TOMCAT_HOME/doc/faq Q: Where are the classes for JSPs and Servlets? A: webserver.jar -- class files for Servlet Engine. .. .. That should be changed to Q: Where are the classes for JSPs a

Re: [TC 4 m4] How can I build ?

2000-12-13 Thread Pilho Kim
On Tue, 12 Dec 2000, Craig R. McClanahan wrote: > Kief Morris wrote: > > > Pilho Kim typed the following on 23:23 12/12/2000 +0900 > > >I cannot download JMX (Java Management Extensions), > > >because I reside outside USA. > > > > I was able to download it from here (UK) without any problem. >

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector ResponseWriter.java ResponseBase.java ResponseStream.java

2000-12-13 Thread craigmcc
craigmcc00/12/13 15:45:39 Modified:catalina/src/share/org/apache/catalina/connector ResponseBase.java ResponseStream.java Added: catalina/src/share/org/apache/catalina/connector ResponseWriter.java Log: Fix a buffering issue th

(very) minor dist. problem

2000-12-13 Thread Christopher Cain
The build.sh file in the source download of the servletapi is not marked as executable. No biggie, just thought I'd pass it along ...

Linux native modules state

2000-12-13 Thread Andrew (Tver)
Hello, There are no native Linux modules in /builds/jakarta-tomcat/release/v3.2.1/bin They are for 3.2beta8 only. Are these modules at beta state? Thank you very much for excellent product! P.S. I'm not in the mailing list. If it's possible answer directly. -- Best regards, Andrew

BugRat Report #590 has been filed.

2000-12-13 Thread BugRat Mail System
Bug report #590 has just been filed. You can view the report at the following URL: REPORT #590 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: support State: received Priority: high Severity: critical

Error when trying to start Tomcat on apache

2000-12-13 Thread Lee Farrell
I am trying to setup Tomcat3.2 on a Solaris Sparc running Apache. I'm using jdk1.3. I receive the following error when I run startup.sh: fatal: libCrun.so.1: open failed: No such file or directory I have both the TOMCAT_HOME and JAVA_HOME env variables set correctly and do not believe they are

cvs commit: jakarta-tomcat/src/tests/webpages/jsp params.jsp

2000-12-13 Thread costin
costin 00/12/13 11:58:04 Modified:src/facade22/org/apache/tomcat/facade ServletHandler.java ServletInfo.java WebXmlReader.java src/facade22/org/apache/tomcat/modules/facade22 JspInterceptor.java src/share/org

BugRat Report #588 was closed (apparently by: Craig R. McClanahan)

2000-12-13 Thread BugRat Mail System
Report #588 was closed by Person #0 Synopsis: request.getParameter(), request.getQueryString() does not work properly (logged in as: Craig R. McClanahan)

Re: tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread John Gentilin
I had a similar problem with 3.1. The problem was that I was capturing the servlet request, service() and reading the input stream which consisted of XML. When I was done, I was not calling close and I was always left with a TIME_WAIT socket. Closing the stream fixed the problem, but I had this pr

Re: WML Generation from JSP broken!!!!

2000-12-13 Thread Tom Reilly
It seems to me there are a couple solutions: 1) look for jsp:root 2) use DOCTYPE 3) based it on file extension I don't like 1 because it adds overhead to the translation process, and you have to deal with cases like: <%-- jsp:root --%> I don't like 2 because if your JSP page is generating XML

RE: tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread Boon Hian Tek
Do you have the problem of having to call tomcat stop or shutdown multiple times before 3.2 or 3.2.1 shutdowns too? Boon Hian Tek Associate Consultant One World Trade Center (11th Floor) 121 SW Salmon St. Portland, OR 97204 Direct: 503-471-1478 Cell: 317-513-6545 -Original Message- From

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/depend DependManager.java Dependency.java

2000-12-13 Thread costin
costin 00/12/13 10:48:47 Modified:src/share/org/apache/tomcat/util/depend DependManager.java Dependency.java Log: Few small enhancements to the depend manager - some dependencies are "local" ( the case of a jsp file ), and don't triger the expiration of

BugRat Report #531 was closed (apparently by: Craig R. McClanahan)

2000-12-13 Thread BugRat Mail System
Report #531 was closed by Person #0 Synopsis: HTTP Header _Referer_ not be sent for JSP resources (logged in as: Craig R. McClanahan)

BugRat Report #563 was closed (apparently by: Craig R. McClanahan)

2000-12-13 Thread BugRat Mail System
Report #563 was closed by Person #0 Synopsis: Make JDBCRealm not a final class (logged in as: Craig R. McClanahan)

tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread avm
Anyone experience this with 3.2 or 3.2.1? Tomcat seem to stop communicating. It is stil running but it's just stop communicating via port 8080 or through apache. When I first start tomcat, I can invoke my servlet. After about 2 or more invocations, I cannot communicate with tomcat anymore via a

BugRat Report #565 was closed (apparently by: Craig R. McClanahan)

2000-12-13 Thread BugRat Mail System
Report #565 was closed by Person #0 Synopsis: Security prob: WEB-INF directory is viewable (logged in as: Craig R. McClanahan)

BugRat Report #561 was closed (apparently by: Craig R. McClanahan)

2000-12-13 Thread BugRat Mail System
Report #561 was closed by Person #0 Synopsis: SIGSEGV 11* segmentation violation (logged in as: Craig R. McClanahan)

Re: [ANNOUNCEMENT] Security Related Updates - Tomcat 3.1.1 and Tomcat 3.2.1

2000-12-13 Thread Horace Vallas
het Craig - sorry to be dense - but what are the "appropriate contents" that should be replaced by 3.2.1? Is this just the various jar's in /lib? -- Wishing you an "OOBA OOBA" Y2K Horace...once known as "Kicker" :-) =

Re: About bug #558

2000-12-13 Thread Craig R. McClanahan
This works in my tests -- do you have a test case that shows it failing? Craig McClanahan   Octavi Palau wrote: Is any solution or work around for the bug number #558?    Thanks in advance.  Octavi Palau Tarradas Dept. Comerç Electrònic [EMAIL PROTECTED]

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

2000-12-13 Thread craigmcc
craigmcc00/12/13 09:10:41 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: Correct the log output generated by addConnector() if debugging is on. Submitted by: Christian Mallwitz <[EMAIL PROTECTED]> Revision ChangesPath 1.5 +5 -5

Re: Jasper tag class usage: bug?

2000-12-13 Thread Rickard Öberg
Hi! Pierre Delisle wrote: > The current implementation of Jasper (in all versions of tomcat) does > not > "reuse" tag handlers. Not a bug, just a not-so-efficient implementation. > No-one has had/volunteered the time to look into it so far. We're just > about done with the new JSP 1.2 features, a

Re: [C2] C2 and Tomcat 4.0 CVS (Class javax/servlet/http/HttpServletRequest violates loader constraints)

2000-12-13 Thread Craig R. McClanahan
"Schmitt, Christian" wrote: > Hi all, > I had Cocoon 2 and Tomcat 4 (CVS) working for a couple of days, but since > yesterday I'm getting a strange error (see subject), and frankly I don't > know what's causing it. > Anyway, here's the offending XSP page: > > >language="java" > xmlns:xsp="

Re: Réf. : RE: X509 client certificate

2000-12-13 Thread Craig R. McClanahan
You need to upgrade to at least jakarta-tomcat-4.0-m4 for this to work -- earlier versions returned the JSSE internal object for a certificate, rather than converting it to java.security.cert.X509Certificate as the spec requires.  This has been fixed. Craig McClanahan   [EMAIL PROTECTED] wrote:  

About bug #558

2000-12-13 Thread Octavi Palau
Is any solution or work around for the bug number #558?      Thanks in advance.     Octavi Palau TarradasDept. Comerç Electrònic[EMAIL PROTECTED]

source directory for tomcat 3.2 (final)

2000-12-13 Thread Krister Saleck
Hi, I'm writing a short how-to for tomcat. It was quite simple to describe the build process for tomcat 3.2b6 because you only have to setup your Java-SDK environment, unpack the sources and run the build scripts. Since 3.2b8 (or b7??) the source directories are named jakarta-tomcat-3.2-src/ jak

Re: Jasper tag class usage: bug?

2000-12-13 Thread Pierre Delisle
Rickard, The current implementation of Jasper (in all versions of tomcat) does not "reuse" tag handlers. Not a bug, just a not-so-efficient implementation. No-one has had/volunteered the time to look into it so far. We're just about done with the new JSP 1.2 features, and efficiency should beco

Réf. : RE: X509 client certificate

2000-12-13 Thread jerome . camilleri
Hi Stefan I try to extract certicate to my request like you say in your mail but I have an exception because object return by request.getAttribute( "javax.servlet.request.X509Certificate" ) method wasn't type of java.security.cert.X509Certificate but [Ljava.security.cert.X509Certificate; log

BugRat Report #588 has been filed.

2000-12-13 Thread BugRat Mail System
Bug report #588 has just been filed. You can view the report at the following URL: REPORT #588 Details. Project: Servlet API Category: Feature Requests SubCategory: Enhancement Class: support State: received Priority: medium Severity

Re: Jasper tag class usage: bug?

2000-12-13 Thread Glenn Nielsen
Rickard Öberg wrote: > > Hi! > > I'm trying to optimize my tag library, especially for the case where > tags are used inside of iterating tags. > > Example: > > > > -- > In the above case I want only one instance of the dostuff tag to be > created, since I am doing things with the foo attr

[PATCH]: Check for null in tag setter generation

2000-12-13 Thread Kief Morris
When the Jasper code gets the setter method for tag properties, it doesn't check to see whether the m variable is null until after attempting to use its getParameterTypes() method, which throws an uninformative NullPointerException. I simply moved the null check immediately after the variable m i

BugRat Report #586 has been filed.

2000-12-13 Thread BugRat Mail System
Bug report #586 has just been filed. You can view the report at the following URL: REPORT #586 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

BugRat Report #585 has been filed.

2000-12-13 Thread BugRat Mail System
Bug report #585 has just been filed. You can view the report at the following URL: REPORT #585 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious

BugRat Report #584 has been filed.

2000-12-13 Thread BugRat Mail System
Bug report #584 has just been filed. You can view the report at the following URL: REPORT #584 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical C

AW: [C2] C2 and Tomcat 4.0 CVS (Class javax/servlet/http/HttpServletR equest violates loader constraints)

2000-12-13 Thread Schmitt, Christian
Hi (again), I forgot to mention that I'm running Sun's JDK1.3 under Linux (Debian 2.2 i386). Also I just tried the same thing running under NT 4.0 (also Sun's JDK 1.3) and there it's working perfectly. Cheers, Christian Schmitt

Jasper tag class usage: bug?

2000-12-13 Thread Rickard Öberg
Hi! I'm trying to optimize my tag library, especially for the case where tags are used inside of iterating tags. Example: -- In the above case I want only one instance of the dostuff tag to be created, since I am doing things with the foo attribute whose value never changes (i.e. I compute

[C2] C2 and Tomcat 4.0 CVS (Class javax/servlet/http/HttpServletRequest violates loader constraints)

2000-12-13 Thread Schmitt, Christian
Hi all, I had Cocoon 2 and Tomcat 4 (CVS) working for a couple of days, but since yesterday I'm getting a strange error (see subject), and frankly I don't know what's causing it. Anyway, here's the offending XSP page: http://apache.org/xsp" > request.getSession(true) The