|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Accept
, Accept-Charset
,
Accept-Encoding
or Accept-Language
HTTP headers.Accept
, Accept-Charset
,
Accept-Encoding
or Accept-Language
HTTP headers.HttpLoginService.checkLogin(HttpServletRequest)
and
write a HTTP unauthorized status (401) with the login URL contained in
the response header "X-HTTP-util-login-url"
, if no user is logged in.
HttpLoginService.checkPermission(HttpServletRequest, String)
on a context URL composed from the request URL without server and protocol.
Content-Coding
header field.application/x-www-form-urlencoded
string using
UTF-8 encoding as stated in the
World Wide Web Consortium Recommendation.
application/x-www-form-urlencoded
format using UTF-8 encoding as stated in the
World Wide Web Consortium Recommendation.
X-Forwarded-for
header into account.
HttpLoginService
.HttpLoginService
instance.bind-method
for a HttpLoginService.
unbind-method
for a HttpLoginService.
application/x-www-form-urlencoded
format using UTF-8 encoding.
ServletContext
's resources as HTTP resources
with configuration options on which items should be delivered in compressed form.Accept-*
header and match it against a list of supported
server-side items based on exact string matching.
Accept-*
header and match it against a list of supported
server-side items.
"X-HTTP-util-login-url"
as response
to the client.
HttpServletRequest.getPathInfo()
, which starts with a '/' sign.
Accept-Encoding
header of the request and set up a possibly compressed
output stream to write to.
Charset.forName(String)
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |