Skip to content

Commit dd6b7b7

Browse files
authored
1 parent 999124c commit dd6b7b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/docs/resources/markdown/08-known-issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ title: Known Issues
55

66
Here is a list of known issues in upstream libraries, documented in case you encounter them.
77

8-
## HttpUriConflict Validation - Open
8+
## HttpUriConflict Validation - Closed
99

10-
Currently, the validator that checks for `HttpUriConflict` is overly constraining. This means that it currently reports conflicts between URIs where there is actually no conflict. For example, operations with the following two `http` traits currently report a conflict:
10+
Historically, the validator that checks for `HttpUriConflict` was overly constraining. It may have reported conflicts between URIs where there is actually no conflict in older versions of Smithy. For example, operations with the following two `http` traits:
1111

1212
```smithy
1313
@http(method: "GET", uri: "/hello")
1414
1515
@http(method: "GET", uri: "/{name}/greet")
1616
```
1717

18-
There is an [issue open](https://github.com/awslabs/smithy/issues/1029) on the Smithy repository where you can track progress on this being resolved.
18+
There is an [closed issue](https://github.com/awslabs/smithy/issues/1029) on the Smithy which was merged as of July 2024.

0 commit comments

Comments
 (0)