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
The HTTP module calling OpenRasta tries to be a good neighbour and does
not take over requests that other http modules are already handling.
We used to match on path and query instead of only on the path, which was
a bit rude. [#15]