Re: RegExp Matcher not working?

2001-08-20 Thread java guru

Hi.,
  I am not sure how/what way you are testing this but
the regexp stuff is working for me...

Here is how i tested it on protected sub sitemap..

  



  

and following urls result in login2

http://localhost:8080/protected/l2
http://localhost:8080/protected/log2
http://localhost:8080/protected/login2

and following url resulted in normal login(as per
protected example)

http://localhost:8080/protected/login

Now, please note that i dont have "cocoon" in url
thats 'coz i made the cocoon as main app in
tomcat..and we can neglect that factor..

>From this, it defintely looks like the regexp is
WORKING...


 --- Max Larsson <[EMAIL PROTECTED]> wrote: >
Hi,
> 
> if i use the default matcher wildcard the sitemap
> part below
> works fine. But if i change the default matcher from
> wildcard
> to regexp it does not work. Everthing is match equal
> as 'login'.
> 
> Does anyone knows why???
> 
> Max
> 
>   
>   
>src="login/login.xsp"/>
>   
>   
>   
>   
>src="login/{login_page}.xsp"/>
>src="stylesheets/page2html.xsl"/>
>   
>   
>   
>   
> 
> 
>
-
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> 
> 
> To unsubscribe, e-mail:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
>  

=
Thanks and have great day
srini


Do You Yahoo!?
Send a newsletter, share photos & files, conduct polls, organize chat events. Visit 
http://in/ groups.yahoo.com

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




Re: RegExp Matcher not working?

2001-08-20 Thread java guru

Hi.,
  I am not sure how/what way you are testing this but
the regexp stuff is working for me...

Here is how i tested it on protected sub sitemap..

  



  

and following urls result in login2

http://localhost:8080/protected/l2
http://localhost:8080/protected/log2
http://localhost:8080/protected/login2

and following url resulted in normal login(as per
protected example)

http://localhost:8080/protected/login

Now, please note that i dont have "cocoon" in url
thats 'coz i made the cocoon as main app in
tomcat..and we can neglect that factor..

>From this, it defintely looks like the regexp is
WORKING...


 --- Max Larsson <[EMAIL PROTECTED]> wrote: >
Hi,
> 
> if i use the default matcher wildcard the sitemap
> part below
> works fine. But if i change the default matcher from
> wildcard
> to regexp it does not work. Everthing is match equal
> as 'login'.
> 
> Does anyone knows why???
> 
> Max
> 
>   
>   
>src="login/login.xsp"/>
>   
>   
>   
>   
>src="login/{login_page}.xsp"/>
>src="stylesheets/page2html.xsl"/>
>   
>   
>   
>   
> 
> 
>
-
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> 
> 
> To unsubscribe, e-mail:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
>  

=
Thanks and have great day
srini


Do You Yahoo!?
Send a newsletter, share photos & files, conduct polls, organize chat events. Visit 
http://in.groups.yahoo.com.

-
Please check that your question has not already been answered in the
FAQ before posting. 

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




RegExp Matcher not working?

2001-08-20 Thread Max Larsson

Hi,

if i use the default matcher wildcard the sitemap part below
works fine. But if i change the default matcher from wildcard
to regexp it does not work. Everthing is match equal as 'login'.

Does anyone knows why???

Max
















-
Please check that your question has not already been answered in the
FAQ before posting. 

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