| Author |
Block an user to send the http request.
|
Rajesh Javaria
Greenhorn
Joined: Mar 17, 2009
Posts: 1
|
|
|
How can I block a particular user to send an http request? The Tomcat server should accept only https request from this particular user.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8259
|
|
|
Are they logged in? You can assign that user a particular role then use a security constraint in web.xml to limit that role to HTTPS (I believe).
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Block an user to send the http request.
|
|
|