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

From: ccwu (ccwu660601 at gmail.com)
Date: Thu Dec 31 09:12:13 EST 2009

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.


Posted on the users mailing list.