aspose file tools
The moose likes Servlets and the fly likes can i skip a particular path from doFilter 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 "can i skip a particular path from doFilter" Watch "can i skip a particular path from doFilter" New topic
Author

can i skip a particular path from doFilter

SaurabhJJ Jain
Greenhorn

Joined: Mar 01, 2004
Posts: 1
Hi,
I have a filter to my application url which redirects the user to the login page if it does not find a valid user in the Principle, but on the login page i have a register button which when clicked, i want to skip a particular path of my application so that i can display the user registeration form without the user being validated first. How can i do that by using the doFilter method. Thank you in advance.
Regards
Saurabh
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: can i skip a particular path from doFilter
 
Similar Threads
Session Validation Filter
Using kookies in JBoss-4.0.0RC2
Problem in redirecting to the index screen
response.senRedirect does not seem to be working in filter
Filter URL mappings