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.DefaultHttpContext.getInstance()
.application/x-www-form-urlencoded
format using UTF-8 encoding as stated in the
World Wide Web Consortium Recommendation.key
and parse it
using Boolean.parseBoolean(String)
if a value for this servlet parameter
has been found.key
and parse it
using Boolean.parseBoolean(String)
if a value for this query parameter
has been found.key
and parse it
using Double.parseDouble(String)
if a value for this servlet parameter
has been found.key
and parse it
using Double.parseDouble(String)
if a value for this query parameter
has been found.key
and parse it
using Integer.parseInt(String)
if a value for this servlet parameter
has been found.key
and parse it
using Integer.parseInt(String)
if a value for this query parameter
has been found.key
and parse it
using Long.parseLong(String)
if a value for this servlet parameter
has been found.key
and parse it
using Long.parseLong(String)
if a value for this query parameter
has been found.X-Forwarded-for
header into account.ServletContext.getResourceAsStream(String)
if the
resource class loader is null
or otherwise
calls resourceClassLoader.getResourceAsStream()
.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)
.Copyright © 2013 Clazzes.org. All Rights Reserved.