Re: Strange characters appear in my compiled JSP files - Problem solved

2007-03-16 Thread Langas de los Langas
those characters. Also have this %@ page contentType=text/html;charset=UTF-8 language=java % on top of the JSP. -Rashmi - Original Message From: Langas de los Langas [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 15, 2007 8:29:16 AM Subject: Strange characters

Strange characters appear in my compiled JSP files

2007-03-15 Thread Langas de los Langas
Hello to everyone. Sorry if my English isn't perfect. I have a problem with Tomcat for which I have found explanation neither in the FAQ, nor searching the web, nor asking other programmers... So, I guess you're my only hope. I have developed a JSP application in Tomcat 5.5, and everything is

Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
I have searched for documentation on the process j_security_check (form-based authentication), but have been unable to find anything worthy, just some brief explanation and a sample of the form that must be used with it. Anybody knows where can I find extensive documentation about this

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
, section SRV12.5.3 http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html En l'instant précis du 01/24/07 13:24, Langas de los Langas s'exprimait en ces termes: I have searched for documentation on the process j_security_check (form-based authentication), but have been unable to find

Re: Further documentation on j_security_check

2007-01-24 Thread Langas de los Langas
Jan 2007 13:38:52 + Langas, Probably best you look at the source code then. Ben On 1/24/07, Langas de los Langas [EMAIL PROTECTED] wrote: Thanks for the feedback, but I had already checked that documentation. I want to understand j_security_check on a deeper level; I especifically want

Form-based authentication and WML

2007-01-22 Thread Langas de los Langas
Hi to everyone. I'm developing a JSP application with form-based authentication (with user data stored in an OpenLDAP directory) running in Tomcat 5.5. The application has two features: a web portal and a WAP portal. The file web.xml is configured with the necessary security constraints. For