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

2008-05-23 Thread Vackar
, but 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-Container

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 nameOfTagLib: nameofMethodToGetUsername woulf be nice :-D Thanks, Vackar -- View this message in context: http://www.nabble.com/How

Re: How to get the authenticated user

2008-01-16 Thread Vackar
${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 LDAP. Something line nameOfTagLib: nameofMethodToGetUsername woulf be nice :-D Thanks, Vackar

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

Re: How to get tomcat to decode %26

2008-01-11 Thread Vackar
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'instant précis du 10/01/08 18:02, Vackar s'exprimait en ces

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.com