8000 [Routing][Uid] [6.4] Mention RFC 9562 by fancyweb · Pull Request #58329 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Routing][Uid] [6.4] Mention RFC 9562 #58329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Conversation

fancyweb
Copy link
Contributor
Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

Follow-up to #58238 on 6.4

@carsonbot carsonbot added this to the 6.4 milestone Sep 20, 2024
@carsonbot carsonbot changed the title [6.4][Routing][Uid] Mention RFC 9562 [Routing][Uid] [6.4] Mention RFC 9562 Sep 20, 2024
@@ -23,7 +23,7 @@ enum Requirement
public const POSITIVE_INT = '[1-9][0-9]*';
public const UID_BASE32 = '[0-9A-HJKMNP-TV-Z]{26}';
public const UID_BASE58 = '[1-9A-HJ-NP-Za-km-z]{22}';
public const UID_RFC4122 = '[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}';
public const UID_RFC4122 = '[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}'; // RFC 9562 obsoleted RFC 4122 but the format is the same
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexandre-daubois I guess we can add a new constant here as well?!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely! Good idea, here you go #58336

@fabpot
Copy link
Member
fabpot commented Sep 21, 2024

Thank you @fancyweb.

@fabpot fabpot merged commit 4ff29e4 into symfony:6.4 Sep 21, 2024
10 checks passed
@fancyweb fancyweb deleted the doc/rfc-9562-64 branch September 23, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0