Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio César Chaves Fernández
Hi, i'm working with Tomcat and i've configured a Realm for user authentication against Oracle OID. Sniffing the communication between the client and the OID server everything seems to be fine, but when the user authenticates the application then displays the 403 forbidden error page. This is the

Re: Tomcat ldap authentication with 403 Forbidden error

2010-09-27 Thread Julio César Chaves Fernández
chuck.caldar...@unisys.com wrote: From: Julio César Chaves Fernández [mailto:hent...@gmail.com] Subject: Tomcat ldap authentication with 403 Forbidden error i'm working with Tomcat What *exact* version? This is the security section in the app web.xml I don't see any security-role

NullPointerException on Struts Action

2009-09-18 Thread Julio César Chaves Fernández
Hi, i've been having a strange behavior with some struts apps deployed on Oracle portal. Lately, they're giving the 500 Internal Server Error and this output: 09/09/17 16:10:19 java.lang.NullPointerException 09/09/17 16:10:19 at

RE: NullPointerException on Struts Action

2009-09-18 Thread Julio César Chaves Fernández
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, On 9/18/2009 9:44 AM, Julio César Chaves Fernández wrote: Hi, i've been having a strange behavior with some struts apps deployed on Oracle portal. Given that this is Struts running on Oracle, why not ask your question

RE: https j_security_check apparently Solved :P

2008-08-19 Thread Julio César Chaves Fernández
j_security_check apparently Solved :P -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: the access is over Apache through the mod_jk connector (the one that connects with AJP13), and mapping with httpd.conf, but its also accessed by ports 8100 and 8443. I

RE: https j_security_check apparently Solved :P

2008-08-19 Thread Julio César Chaves Fernández
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: the access is over Apache through the mod_jk connector (the one that connects with AJP13), and mapping with httpd.conf, but its also accessed by ports 8100 and 8443. I think you might reduce

RE: https j_security_check now really Solved :P

2008-08-19 Thread Julio César Chaves Fernández
and again my apologies for all the trouble or headaches caused ;). Julio César Date: Tue, 19 Aug 2008 13:14:51 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: https j_security_check apparently Solved :P -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César

RE: https j_security_check apparently Solved :P

2008-08-15 Thread Julio César Chaves Fernández
:29:38 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: https j_security_check apparently Solved :P -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: I was testing somethings within the login page that is configured

RE: https j_security_check apparently Solved :P

2008-08-15 Thread Julio César Chaves Fernández
j_security_check apparently Solved :P -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: Ye, i think thats what i needed apparently the redirection was the problem ... thanks for your help and excuse my ignorance but ... i have this connectors: Can

RE: https j_security_check apparently Solved :P

2008-08-14 Thread Julio César Chaves Fernández
@tomcat.apache.org Subject: Re: https j_security_check -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: | The 302 sends me back to the login page ... honestly i can't totally | blame https ... i tested the applicaction with https via JSSE and it | works

RE: https j_security_check

2008-08-13 Thread Julio César Chaves Fernández
Hi, I was checking the http in my application and the server response is a 302 ... what could possibly do this when using https ... could it be something related to the URL ... or how could the server get confused given that with http it works fine. TIA, Julio César

RE: https j_security_check

2008-08-13 Thread Julio César Chaves Fernández
... i'm checking if maybe thats the reason... Julio César Date: Wed, 13 Aug 2008 11:56:19 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: https j_security_check -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: | I was checking

RE: https j_security_check

2008-08-13 Thread Julio César Chaves Fernández
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: | No i'm working with https all the time ... when it's only over http | the application works ... it's just that i've been reading about | something related to j_security_check and that it adds port 80

RE: https j_security_check

2008-08-09 Thread Julio César Chaves Fernández
again for helping. Julio César Date: Fri, 8 Aug 2008 22:46:05 -0400 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: https j_security_check -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, Julio César Chaves Fernández wrote: | The curious thing is that when

https j_security_check

2008-08-08 Thread Julio César Chaves Fernández
Hi, I have an issue with both https and j_secutiry_check... i've an application that works fine with only authentication (j_security_check) but when I try to access with https the application redirects the browser to the form-login page that is set in the web.xml file. The curious thing is