Sven,
 
está em
 
import javax.servlet.*;
 
na verdade foi declarado desta maneira:
 
private HttpServletRequest mRequest;
 
public boolean isSecure() {
      return mRequest.isSecure();
   }
 
 
 
Segundo o javadoc está explicado isto:
 
 isSecure
    public boolean isSecure()
    Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
    Returns:
    a boolean indicating if the request was made using a secure channel
 
Eu queria saber mais sobre este metodo.
Também fiz um search no site da sun e encontrei isto:
 
    * Determines whether request was made using a safe channel or not.
    * return true if channel was safe (eg https) otherwise fals
 
O erro que dá aqui no jbuilder é este:
"MultipartRequest.java": Error #: 300 : method isSecure() not found in interface javax.servlet.http.HttpServletRequest at line 350, column 16
 
Obrigado
 
[] 's
Kleber Rodrigo de Carvalho
Software Engineer
 
 
 
----- Original Message -----
Sent: Monday, July 02, 2001 10:39 AM
Subject: Re: [java-list] isSecure()

de que classe ??

Kleber Rodrigo de Carvalho wrote:
009a01c1034e$d79b34d0$230a0a0a@liz">
Alguém tem alguma informação sobre este metodo ?  
 
 
public boolean isSecure() {
      return mRequest.isSecure();
   }
 
[] 's
Kleber Rodrigo de Carvalho
Software Engineer

Responder a