sveneld commented on PR #3332: URL: https://github.com/apache/thrift/pull/3332#issuecomment-4021678053
Also added UUID format validation in a follow-up commit. The `writeUuid()` method now validates input across all protocols (Binary, Compact, JSON), and `readUuid()` validates in JSON protocol (where UUID arrives as a string). Invalid UUIDs throw `TProtocolException::INVALID_DATA`. This matches the approach used in the Ruby implementation (`UUID.validate_uuid!`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
