RE: how can I unprotect my registration page?

2003-02-19 Thread Mike Mattox
That was it!  See I was protected *.do so when I tried to unprotect
register.do I got the error.  Oddly enough if I unprotect /register.do it
works.  Very strange.  I guess you either need a slash or a star
(/something.do or *.do).

Thanks for the help,
Michael

> It sounds like it is saying that 'something.exe' is not a valid
> url-pattern.
> Try '/something.exe' (or whatever the right url-pattern is for this
> resource) instead.
>
> -Max
>
> - Original Message -
> From: "Mike Mattox" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Tuesday, February 18, 2003 7:55 AM
> Subject: how can I unprotect my registration page?
>
>
> > I'm using Struts & Tiles, and so far the security constraint is working.
> > But I can't figure out how to unprotect the registration
> action.  So far I
> > have:
> >
> >   
> > 
> >   All DO
> >   something.exe
> >   GET
> >   POST
> > 
> > 
> >   *
> > 
> >   
> >   
> > 
> >   All DO
> >   *.do
> >   GET
> >   POST
> > 
> > 
> >   *
> > 
> >   
> >
> > Which gives me an exception:
> >
> > Caused by: java.lang.IllegalArgumentException: 
> something.exe
> > invalide d'après les contraintes de sécurité (security constraint)
> > at
> >
> org.apache.catalina.core.StandardContext.addConstraint(StandardCon
> text.java:
> > 1356)
> >
> > Which in english says "invalid according to security constraints".  Any
> > ideas what I am doing wrong?
> >
> > Thanks,
> > Michael
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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




Re: how can I unprotect my registration page?

2003-02-18 Thread Max Cooper
It sounds like it is saying that 'something.exe' is not a valid url-pattern.
Try '/something.exe' (or whatever the right url-pattern is for this
resource) instead.

-Max

- Original Message -
From: "Mike Mattox" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 7:55 AM
Subject: how can I unprotect my registration page?


> I'm using Struts & Tiles, and so far the security constraint is working.
> But I can't figure out how to unprotect the registration action.  So far I
> have:
>
>   
> 
>   All DO
>   something.exe
>   GET
>   POST
> 
> 
>   *
> 
>   
>   
> 
>   All DO
>   *.do
>   GET
>   POST
> 
> 
>   *
> 
>   
>
> Which gives me an exception:
>
> Caused by: java.lang.IllegalArgumentException:  something.exe
> invalide d'après les contraintes de sécurité (security constraint)
> at
>
org.apache.catalina.core.StandardContext.addConstraint(StandardContext.java:
> 1356)
>
> Which in english says "invalid according to security constraints".  Any
> ideas what I am doing wrong?
>
> Thanks,
> Michael
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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