mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Implementing and testing request-to-shell mapping in RunningShellTable
Trailing host and leading path equality is required (by ordinal-ignore-case) Longest stated host name is primary quality consideration for selection Longest stated path prefix is secondary quality consideration, for shells of equal stated host names Single unqualified shell matches only if all qualified shells fail first statment 'Default' unqualified (no stated host/path) shell takes precidence over other unqualified shells No match occurs if 'Default' is qualified, multiple other shells are unqualified, and no qualified match occurs --HG-- branch : dev
This commit is contained in:
@@ -158,6 +158,7 @@
|
||||
<Compile Include="Data\StubLocator.cs" />
|
||||
<Compile Include="Environment\AutofacUtil\AutofacTests.cs" />
|
||||
<Compile Include="Environment\AutofacUtil\DynamicProxy2\DynamicProxyTests.cs" />
|
||||
<Compile Include="Environment\RunningShellTableTests.cs" />
|
||||
<Compile Include="Environment\Utility\Build.cs" />
|
||||
<Compile Include="Environment\Configuration\AppDataFolderTests.cs" />
|
||||
<Compile Include="Environment\Configuration\DefaultTenantManagerTests.cs" />
|
||||
|
Reference in New Issue
Block a user