You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, this may be caused by us using the 'Include trailing slash' instruction in the startup of our EPi project. I'll reopen this if I can confirm this issue is NOT caused by the trailing slash directive.
I'm experiencing the same issue in version 3.1.0. Paths to avoid are not properly processed when using Optimizely RoutingOptions.UseTrailingSlash = false. This is due to the UrlFilter calling AddTailingSlash before comparing the URLs.
So if your url is /cart and the path to avoid is /cart ... it will end up checking /cart.StartsWith(/cart/) ... which is false.
I've tried all kinds of combos, but the exclusion path field seems to be ignored.
We have a multi-tenant instance of EPi.
We tried:
https:\domain.com\path
https:\domain.com\path*
https:\domain.com\path*
\path
\path*
\path
\path*
*\path
\path
*\path
*\path*
path
path*
path
path*
*path
path
*path
*path*
https:\domain.com\path%
https:\domain.com\path%
\path%
\path%
%\path
%\path%
%\path
%\path%
path%
path%
%path
%path%
%path
%path%
The text was updated successfully, but these errors were encountered: