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, Pri

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 defensi

Re: comunicate different struts

2006-01-23 Thread Marcelo Morales
if I have explained well. Sorry for my English &. Thanks! :-) Saludos Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: LDAP Authentication

2006-01-27 Thread Marcelo Morales
er-manager 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-ma

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
#x27;t use container-based authentication. regards -- Un saludo otro saludo Marcelo Morales - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Roles in struts

2006-01-30 Thread Marcelo Morales
roles against the HTTPRequest's default isUserInRole method. The default behaviour follows. If the user has at least one authorized role then struts will grant access to the action. Regards Marcelo Morales - To unsubscri

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: 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 addi

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

2005-12-09 Thread Marcelo Morales
using 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 serv

Re: Back Button Problem..

2005-12-22 Thread Marcelo Morales
play the page like above.. 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
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 PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session Attribute strange behaviour

2006-01-11 Thread Marcelo Morales
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: Session Attribute strange behaviour

2006-01-12 Thread Marcelo Morales
nd put your findings here or in the wiki. Also, if you use the referer 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

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 accep

Re: ValidatorActionForm and xdoclet?

2006-01-16 Thread Marcelo Morales
tterns 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: Globally available variables

2006-01-18 Thread Marcelo Morales
safety involved 2 Wire 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: [