Fix bug: In OwinRequest URI should be Uri.

This commit is contained in:
Ethan Willoner
2022-12-06 00:01:17 +00:00
parent 5bb1319b0f
commit 82c0449d56

View File

@@ -121,7 +121,7 @@ class MicrosoftOwinIOwinRequestClass extends Class {
/** Gets the `URI` property. */
Property getUriProperty() {
result = this.getAProperty() and
result.hasName("URI")
result.hasName("Uri")
}
/** DEPRECATED: Alias for getUriProperty */