You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.220
Former-commit-id: 46155c4d23b55ac4ecb9eecbf5f008ff7b72aeb6
This commit is contained in:
parent
f3bae400cb
commit
18ce74ab06
@@ -1 +1 @@
|
||||
8515153f31ef28434d2bfcc153059733675c124f
|
||||
ac3b3ec49ae753e28f171895f3132773f43bd1ec
|
@@ -272,7 +272,8 @@ namespace System.Web.Configuration
|
||||
{
|
||||
string path = NormalizeVirtualPath (virtualPath);
|
||||
|
||||
foreach (VirtualDirectoryMapping mapping in map.VirtualDirectories) {
|
||||
for (int j = 0; j < map.VirtualDirectories.Count; j++) {
|
||||
VirtualDirectoryMapping mapping = map.VirtualDirectories.Get(j);
|
||||
if (path.StartsWith (mapping.VirtualDirectory)) {
|
||||
int i = mapping.VirtualDirectory.Length;
|
||||
if (path.Length == i) {
|
||||
|
@@ -1 +1 @@
|
||||
90b722485e99ddcf014b3529bea96f0d3f348b8a
|
||||
d513a46455b279bc0c9d84db00147297b935dc7b
|
@@ -1 +1 @@
|
||||
a5a87987051fc8c3a86db6f61262e51f84485b7c
|
||||
cc49b435ec3dd2c5f2432f9dbee55fe187cb89e7
|
@@ -1 +1 @@
|
||||
b7adf8773ef9e5b9312ae94f69e1f5fa546fa6c0
|
||||
912f3cfb06dba16e6a033ee04f6b8144f3438a34
|
Binary file not shown.
@@ -1 +1 @@
|
||||
655381076049e9a1ecc571f6f8f964e5d6bec7e9
|
||||
e097c20392e96179cc811ea14a908d6326671d7d
|
@@ -1 +1 @@
|
||||
981bd3aadd27a0bd14b6e6c63770cef580cc2bea
|
||||
fd6fc328f9faa2eec01f920b58745983b453aab4
|
@@ -1 +1 @@
|
||||
e15b991bd78eca42eb48c6306d6a0582034cfedd
|
||||
1bfaee4a4542edc6e8f7b0296b0524013b12703b
|
@@ -1 +1 @@
|
||||
529579cdf52dd2bd45773d5499054966cd0b5615
|
||||
367ef326877cb763195670d12df0e5ac1b40230e
|
@@ -1 +1 @@
|
||||
90b722485e99ddcf014b3529bea96f0d3f348b8a
|
||||
d513a46455b279bc0c9d84db00147297b935dc7b
|
@@ -1 +1 @@
|
||||
a5a87987051fc8c3a86db6f61262e51f84485b7c
|
||||
cc49b435ec3dd2c5f2432f9dbee55fe187cb89e7
|
@@ -1 +1 @@
|
||||
b7adf8773ef9e5b9312ae94f69e1f5fa546fa6c0
|
||||
912f3cfb06dba16e6a033ee04f6b8144f3438a34
|
Binary file not shown.
@@ -1 +1 @@
|
||||
655381076049e9a1ecc571f6f8f964e5d6bec7e9
|
||||
e097c20392e96179cc811ea14a908d6326671d7d
|
@@ -1 +1 @@
|
||||
981bd3aadd27a0bd14b6e6c63770cef580cc2bea
|
||||
fd6fc328f9faa2eec01f920b58745983b453aab4
|
@@ -1 +1 @@
|
||||
e15b991bd78eca42eb48c6306d6a0582034cfedd
|
||||
1bfaee4a4542edc6e8f7b0296b0524013b12703b
|
@@ -1 +1 @@
|
||||
529579cdf52dd2bd45773d5499054966cd0b5615
|
||||
367ef326877cb763195670d12df0e5ac1b40230e
|
@@ -1 +1 @@
|
||||
90b722485e99ddcf014b3529bea96f0d3f348b8a
|
||||
d513a46455b279bc0c9d84db00147297b935dc7b
|
@@ -1 +1 @@
|
||||
a5a87987051fc8c3a86db6f61262e51f84485b7c
|
||||
cc49b435ec3dd2c5f2432f9dbee55fe187cb89e7
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user