Hi
May be try putting the following in web.xml file just
before taglib ( i am not sure but works with 2.2)
        <error-page>
                <error-code>403</error-code>

                <location>/pages/error/noaccess.jsp</location>
        </error-page>

        <error-page>
                <error-code>401</error-code>

                <location>/pages/error/noaccess.jsp</location>
        </error-page>

Ashish
--- Omar Adobati <[EMAIL PROTECTED]> wrote:

> Oh, I'm sorry... you are using the basic auth
> mode... there was a
> missunderstanding... sorry again...
> 
> 
> On Mon, 24 Jan 2005 14:29:44 +0100, Giorgio Ponza
> <[EMAIL PROTECTED]> wrote:
> > Omar Adobati ha scritto:
> > > I never try it, but maybe u can write your own
> code into the login
> > > page that redirect you on a different page if
> the login taske will not
> > > completed as needed...
> > 
> > I can't try this :D
> > There is no login page, only a box appearing over
> the browser asking user and password.
> > Thanks anyway
> > 
> > Giorgio
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> Adobati Omar
> [EMAIL PROTECTED]
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to