We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9652ee8 commit db2e1e0Copy full SHA for db2e1e0
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [1.3.0] - TBD
9
10
+### Added
11
+
12
+- Adds `UriIntegrationTest::testSpecialCharsInUserInfo` and `UriIntegrationTest::testAlreadyEncodedUserInfo`.
13
+ These validate that usernames and passwords which contain reserved characters (defined by RFC3986) are being encoded
14
+ so that the URI does not contain these reserved characters at any time.
15
16
## [1.2.0] - 2022-12-01
17
18
### Added
0 commit comments