aspose file tools
The moose likes Servlets and the fly likes Filter only GET Methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Filter only GET Methods" Watch "Filter only GET Methods" New topic
Author

Filter only GET Methods

elvadas nono
Greenhorn

Joined: Jul 04, 2011
Posts: 12
Hi all,
How coan I filter only http Method GET of an url-pattern using DD config?
With securtity Constraint for example you see that it is possible to apply security constraint only to the POST Method for example using


Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1506
Not declaratively. You do have access tot he request object though.


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Filter only GET Methods
 
Similar Threads
[WAS] Activate security and create a role
problem with security constraints
Problems getting Tomcat to work without Eclipse IDE
using multiple security-constraints
Securing my web application on JBoss 5.1.0.GA