I got this list from
http://www.jguru.com/jguru/faq/view.jsp?EID=11699 .

<ul>
CGI Variable Servlet Request Method
<li>SERVER_SOFTWARE     ?
<li>SERVER_NAME         HttpServletRequest.getServerName()
<li>GATEWAY_INTERFACE   N/A  The revision of the CGI specification to which
this server complies. Format: CGI/revision
<li>SERVER_PROTOCOL     HttpServletRequest.getProtocol()
<li>SERVER_PORT                 HttpServletRequest.getServerPort()
<li>REQUEST_METHOD      HttpServletRequest.getMethod()
<li>PATH_INFO           HttpServletRequest.getPathInfo()
<li>PATH_TRANSLATED     HttpServletRequest.getPathTranslated()
<li>SCRIPT_NAME                 HttpServletRequest.getServletPath()
<li>QUERY_STRING                HttpServletRequest.getQueryString()
<li>REMOTE_HOST                 HttpServletRequest.getRemoteHost()
<li>REMOTE_ADDR                 HttpServletRequest.getRemoteAddr()
<li>AUTH_TYPE           HttpServletRequest.getAuthType()
<li>REMOTE_USER         HttpServletRequest.getRemoteUser()
<li>REMOTE_IDENT                ? - but if a server supports RFC 931, it should 
probably
pass this in getRemoteUser()
<li>CONTENT_TYPE                HttpServletRequest.getContentType()  For queries which
have attached information, such as HTTP POST and PUT, this is the content
type of the data.
<li>CONTENT_LENGTH              HttpServletRequest.getContentLength()
<li>HTTP_ACCEPT         HttpServletRequest.getHeader("Accept")
<li>HTTP_USER_AGENT             HttpServletRequest.getHeader("User-Agent")
</ul>


>From: Kenneth Himschoot <[EMAIL PROTECTED]>
>Reply-To: Kenneth Himschoot <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: apache-variables
>Date: Fri, 17 Mar 2000 15:35:33 -0700
>
>Hi,
>
>I've been following the posts for about two weeks now but haven't found an
>answer to
>my problem: I'm used to working with php (now in v.4) which has easy access
>to webserver-
>variables like $AUTH_USER (the username when authenticated). Is there any
>reference
>where I can find how jsp handles these variables?
>
>Tnx.
>
>
>Kenneth
>
>--------------------------------------------------------------------------------------
>Kenneth Himschoot                  [EMAIL PROTECTED]
>
>opgelet: ik zit tot eind mei in het buitenland. U kunt mij faxen of
>een voicemail nalaten op 02/706.58.69. Die berichten krijg ik dan
>per email (zowel voice als fax). GSM, fax  en telefoon in Belgie
>zijn onbereikbaar. Meer info op www.himschoot.com
>
>BTW: BE-711.606.450                     HR: Gent-192.558
>-GSM: 0477/365.363 -TEL: 09/377.46.89 -FAX: 09/377.26.81
>
>"If Bill Gates had a nickel for every time Windows crashed.... Oh, wait, he
>does!"
>
>Disclaimer
>The information in this e-mail is confidential and may be legally
>privileged. It is intended solely for the addressee. Access to this e-mail
>by anyone else is unauthorised. If you are not the intended recipient, any
>disclosure, copying, distribution or any action taken or omitted to be
>taken in reliance on it, is prohibited and may be unlawful.
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>http://java.sun.com/products/jsp/faq.html
>http://www.esperanto.org.nz/jsp/jspfaq.html
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to