Flash File Using SSL + Container managed authentication (works in Firefox, not IE)

2008-05-23 Thread Vackar
when I try to access it from IE the flash file doesn't load. The strange this is that if I remove the security contraints, or use plainh http it works fine. Any help would be much appreciated Thanks, Vackar -- View this message in context: http://www.nabble.com/Flash-File-Using-SSL-%2B-Cont

Re: How to get the authenticated user

2008-01-16 Thread Vackar
Thanks for the tip David! For those who are uding jsf then it's done like this: FacesContext.getCurrentInstance().getExternalContext().getRemoteUser(); Next question is:- does anyone know how to expire the authenticated session - used for logout. Thanks, Vackar Vackar wrote: > >

Re: How to get the authenticated user

2008-01-16 Thread Vackar
have your considered > ${pageContext.request.remoteUser} ? > > --David > > Vackar wrote: >> Hi, >> >> Does anyone know how to get the username of the person who is currently >> logged in. >> I'm running tomcat 6 and authentication is done using

How to get the authenticated user

2008-01-16 Thread Vackar
Hi, Does anyone know how to get the username of the person who is currently logged in. I'm running tomcat 6 and authentication is done using LDAP. Something link woulf be nice :-D Thanks, Vackar -- View this message in context: http://www.nabble.com/How-to-get-the-authenticated

Re: How to get tomcat to decode %26

2008-01-11 Thread Vackar
ed by '&' (%26 doesn't work) David Delbecq-2 wrote: > > %XX in the url requested by a browser are already converted by tomcat to > their corresponding characters, according to the http specs. You don't > have to do anything special for that. > En l'ins

How to get tomcat to decode %26

2008-01-10 Thread Vackar
Hi, Does anyone know how to get tomcat to interpret %26 as an ampersand character (&) Thanks, Vackar -- View this message in context: http://www.nabble.com/How-to-get-tomcat-to-decode--26-tp14738575p14738575.html Sent from the Tomcat - User mailing list archive at Nabble