I've just read an article that suggests that authentication can be done by a filter in the servlet 2.3 API, which I believe Tomcat 4 will support.
 
Having seen other threads, there appears to be a number of methods available, such as:
 
1. subclass ActionServlet
2. JSP custom tags
3. Check in each Action class
 
Has anyone any experience or thoughts on this?
 
At the moment, I guess I'm in favour of the ActionServlet subclass just to keep it all in one place, but the filter method also sounds a possibility.
 
Andy Noble
BEGIN:VCARD
VERSION:2.1
N:Noble;Andy;;Mr.
FN:Andy Noble
ORG:Data Workshop Ltd
TEL;WORK;VOICE:+44(0)161 705 1518
TEL;CELL;VOICE:+44(0)7947 854916
TEL;WORK;FAX:+44(0)161 705 1295
ADR;WORK:;;;;;;United Kingdom
LABEL;WORK:United Kingdom
X-WAB-GENDER:2
URL:
URL:http://www.data-workshop.com
BDAY:19700128
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010830T205002Z
END:VCARD

Reply via email to