fix qhelp and remove commented out code

This commit is contained in:
Joe Farebrother
2023-06-22 11:20:58 +01:00
parent 8fdec4f116
commit 270bcc3740
2 changed files with 1 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ private predicate virtualRouteMapping(string virtualRoute, string physicalRoute)
physicalLit = mapPageRouteCall.getArgument(2) and
virtualLit.getValue() = virtualRoute and
physicalLit.getValue() = physicalRoute
// physicalRouteMatches(physicalLit.getValue(), physicalRoute)
)
}

View File

@@ -33,7 +33,7 @@ case marked GOOD uses <code>User.IsInRole</code> to check for the user's role.
<p>
The following <code>Web.config</code> file uses the <code>authorization</code> tag to deny access to anonymous users,
in a <location> tag to have it apply to a specific path.
in a <code>location</code>> tag to have it apply to a specific path.
</p>
<sample src="Web.config" />