Joseph I think that your question was answered, two times, by Laura and me.

If you want to match only /ED then you have to use a  pattern ^/ED$

You don't have to match the beginning OR the end , you have to match the
beginning AND the end in your pattern because it is the same that an exact
match.

I hope this help you ....




2013/12/18 Joseph Robinson <[email protected]>

>  Thanks for the response.
>
> However I don't think specific question was answered. I need to find a way
> to have the URL pattern field do an "equals" match. So that the match is
> exactly, and only what is in the field.
>
> Example:
>
> I want to match only "/ED"  (URL = http://mysite.com/ED)
>
> If the URL that comes in is http://mysite.com/EDs or http://mysite.com/ED/or
> http://mysite.com/folder/ED then I do NOT want it to match.
>
> So far in my testing the match is only doing a contains. Thus if my
> pattern was "/" I get in a loop.
>
> I can't use ^ or $ as I am not interested in matching the beginning or
> end, I need an exact match.
>
> Is that possible?
>
> Joseph
>
>
>
> On 12/18/2013 10:59 AM, Emilio Campos wrote:
>
>   Url pattern searches a match in the incoming request, virtualhost isn't
> evaluated in this field. If a request fails to match than this service will
> be skipped and next one tried. If no *URL* was defined then all requests
> match. The matching is by default case-sensitive
>
>  Some examples:
> URL pattern field: .*.(jpg|gif)
>
> Url pattern field :  /forbidden.*
>
> URL pattern field : .*sessid=.*
>
>  Regards
>
>
>


-- 
Load balancer distribution - Open Source Project
http://www.zenloadbalancer.com
Distribution list (subscribe): [email protected]
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Zenloadbalancer-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support

Reply via email to