RE: Retrieving the from web.xml

2006-08-09 Thread Adam Gordon
quire authentication. -Adam -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, 09 August 2006 08:26 To: user@struts.apache.org Subject: Retrieving the from web.xml Hello, I have a filter in which I check that the users are properly authenticated. When the

Retrieving the from web.xml

2006-08-09 Thread Aladin Alaily
Hello, I have a filter in which I check that the users are properly authenticated. When the user needs to be redirected, I am able to retrieve the following: 1) context path (using the request) 2) action path (using the ActionConfig) ... but I cannot retrieve the url-pattern from web.xml! I ha