Skip to content

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

Merged
fabpot merged 1 commit intosymfony:6.4from
fancyweb:doc/rfc-9562-64
Sep 21, 2024
Merged

[Routing][Uid] [6.4] Mention RFC 9562#58329
fabpot merged 1 commit intosymfony:6.4from
fancyweb:doc/rfc-9562-64

Conversation

@fancyweb
Copy link
Copy Markdown
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
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

fabpot commented Sep 21, 2024

Thank you @fancyweb.

@fabpot fabpot merged commit 4ff29e4 into symfony:6.4 Sep 21, 2024
@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