X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.ServiceModel%2FSystem.ServiceModel.Channels.Http%2FHttpChannelListenerEntry.cs;h=2cf8ba3870167e4c011075e0f2eb5bb4c54aeba1;hb=0a1e3ddf05121c7a43349babb5915db3eb1da4c6;hp=4f9deb6a10018812ed505347abb2fee144508698;hpb=e424c5b0de550be2b9864458c1c5bea103b909ac;p=mono.git diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs b/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs index 4f9deb6a100..2cf8ba38701 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs +++ b/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Http/HttpChannelListenerEntry.cs @@ -69,7 +69,7 @@ namespace System.ServiceModel.Channels.Http return p2 - p1; } - const UriComponents cmpflag = UriComponents.HttpRequestUrl ^ UriComponents.Query; + const UriComponents cmpflag = UriComponents.Path; const UriFormat fmtflag = UriFormat.SafeUnescaped; internal bool FilterHttpContext (HttpContextInfo ctx)