Re: BaseTag and HTTPS behind a proxy

2006-02-03 Thread Marcelo Morales
suggest to use ajp. I never liked reverse proxy because hides the request's real origin. Also, as far as i understand, ajp performs better. Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Roles in struts

2006-01-30 Thread Marcelo Morales
security role Hope i pointed you in the right direction. Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: LDAP Authentication

2006-01-27 Thread Marcelo Morales
authorization (role attribute of action element), and nothing else in the security area. Thanks, Seth Buntin Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: LDAP Authentication

2006-01-27 Thread Marcelo Morales
-howto.html#JNDIRealm Seth Buntin Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] Authentication problem

2006-01-27 Thread Marcelo Morales
container-based authentication. regards -- Un saludo otro saludo Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What JDK version are you using?

2006-01-23 Thread Marcelo Morales
JDK 1.4 This is required by one of my customers. So i use 1.4 for everybody else, so i don't have to deal with any other JDK. Using validator extensively. Validator seems ubiquitous in most of my struts projects and i use it beyond action form validation (in configuration and some

Re: comunicate different struts

2006-01-23 Thread Marcelo Morales
(filters, resources, servlets, etc etc) and i guess the integration is not going to be easy. You also might try to just redirect responses to the other application. Any ideas about this? I don't know if I have explained well. Sorry for my English . Thanks! :-) Saludos Marcelo

Re: [OT]LDAP

2006-01-20 Thread Marcelo Morales
Hello LDAP is outside the scope of struts a couple ideas from the top of my head: 1 JDBC-LDAP, from www.openldap.org. Possibly can be used as a datasource. 2 The LDAP api from netscape/mozilla www.mozilla.org/directory/ 3 There is also the jndi from sun... On Jan 20, 2006, at 4:46 PM,

Re: Globally available variables

2006-01-18 Thread Marcelo Morales
it using spring. 3 The old an reliable final public static thing, which might be even easier Any ideas will be much appreciated. Regards Marty Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ValidatorActionForm and xdoclet?

2006-01-16 Thread Marcelo Morales
and just generate different validation rules, but this might get messy when maintenance time starts. Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] jsessionid

2006-01-14 Thread Marcelo Morales
Helo There are three main methods for maintaing the session in HTTP (according to the java servlets standard): cookies, ssl session and URL rewriting. The jsessionid parameter is just a way of ensuring the session when the servlet container has yet to find out if the user agent will

Re: Session Attribute strange behaviour

2006-01-12 Thread Marcelo Morales
remember it is browser-generated and, as a principle, you can't trust user input... If you can help again...it would be great Thanks, Gaet' Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Session Attribute strange behaviour

2006-01-11 Thread Marcelo Morales
at a deeper level) Forget the session and use the referer header on the http request. Yet, I wonder how that is going to work in redirect-after-post. Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Back Button Problem..

2005-12-22 Thread Marcelo Morales
.. Thanks Priya. Hope It helps Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Back Button Problem..

2005-12-22 Thread Marcelo Morales
severel times continuously to to the secured pages after logout.But in Firefox its displaying with Single hit to Back Button. Thanks For Your time Priya Hope i helps Regards Marcelo Morales - To unsubscribe, e-mail: [EMAIL

Re: Struts web app suddenly stops working when deployed...Help Please!

2005-12-09 Thread Marcelo Morales
the exception (seems that it is in a index.jsp file). Regards Marcelo Morales On Dec 9, 2005, at 3:15 PM, O. Oke wrote: Help Please! BACKGROUND == Our struts web app works fine on our local (not on the internet) Tomcat server, but when we deploy it on the web based Tomcat server