[plt-scheme] Re: How to get CGI variables from servlet

From: ccwu (ccwu660601 at gmail.com)
Date: Thu Dec 31 14:10:26 EST 2009

No.

Maybe that's because the servlet is not started as a cgi script.
I've tried using RewriteRule to get the variable but failed.
The module authopenid may have some issues with the rewrite engine
according to this link

http://trac.butterfat.net/public/mod_auth_openid/ticket/30

On 2009年12月31日, 下午10時36分, Noel Welsh <noelwe... at gmail.com> wrote:
> Does getenv work?
>
> N.
>
> On Thu, Dec 31, 2009 at 2:12 PM, ccwu <ccwu660... at gmail.com> wrote:
> > Hi,
>
> > I'm using a apache module mod_auth_openid to authenticate the users.
> > The document says the user's identity is available in the REMOTE_USER
> > cgi environment variable.
>
> > How can my servlet get this variable? I've tried net/cgi but it
> > doesn't work.
>
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.