Re: org.apache.jasper.JasperException

2003-09-29 Thread Joerg Heinicke
Though it's a bit Cocoon specific read at http://wiki.cocoondev.org/Wiki.jsp?page=EndorsedLibsProblem and http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError. Should help ;-) Regards, Joerg Nirmit Desai wrote: All, I get this internal server error when I try to parse an XML through one

Re: Filter for Form Authentication Problem

2003-09-29 Thread Joerg Heinicke
Tim Funk wrote: You can't intercept j_security_check with a filter, it violates the spec. -Tim This is at least one answer to my thread started last week: http://www.mail-archive.com/[EMAIL PROTECTED]/msg104931.html. What are the consequences/possibilities to set the request character encoding

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-24 Thread Joerg Heinicke
this also on one place only. Joerg Adam On 09/23/2003 03:25 PM Joerg Heinicke wrote: Joerg Heinicke wrote: I found http://jakarta.apache.org/struts/api/org/apache/struts/config/ControllerConfig.html#contentType and set the contentType in the struts-config.xml with controller contentType=text

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-24 Thread Joerg Heinicke
Adam Hardy wrote: albeit - does not sound very English, but my dictionary knows it :-) Pronounced all - be - it which makes it sounds like 3 seperate but very english words. Never did know what it meant. Did I use it correctly? 8-) At least the translation in my dictionary makes sense :-P This

character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
Hello, we have a Struts web application, that should use UTF-8 as character encoding. I set the content type for the HTML pages (JSP) as well as the character encoding on the request via the SetCharacterEncodingFilter delivered with Tomcat in the examples webapp. It works in the whole

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
be interested in your reply. albeit - does not sound very English, but my dictionary knows it :-) Joerg On 09/23/2003 11:01 AM Joerg Heinicke wrote: Hello, we have a Struts web application, that should use UTF-8 as character encoding. I set the content type for the HTML pages (JSP) as well

Re: character encoding, JAAS, servlet filter vs. valve

2003-09-23 Thread Joerg Heinicke
Joerg Heinicke wrote: I found http://jakarta.apache.org/struts/api/org/apache/struts/config/ControllerConfig.html#contentType and set the contentType in the struts-config.xml with controller contentType=text/html;charset=UTF-8/. Does not work as expected. Mozilla recognizes the pages know as ISO