Wouldn't that be: getRequest().getRemoteUser();
...then add and abstract method : public abstract WebRequest getRequest(); ...and inject the request in your page file: <inject property="request" type="object" object="infrastructure:request"/> ? ---- Original Message ---- From: [EMAIL PROTECTED] To: [email protected] Subject: RE: Anyone know a way to get hold of apache autheticated user Date: Sun, 5 Feb 2006 22:11:47 +0000 >I currently do all authentication via apache2 (via mod_auth_pgsql2 >module) >frontending tomcat applications. > >Does anyone know if its possible within tapestry to pick up the user >who has >logged in. I assume its via some environment variable, but I have >scanned >what I think are relevent documents and found nothing. >-- >Alan Chandler >http://www.chandlerfamily.org.uk >Open Source. It's the difference between trust and antitrust. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >g --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
