danielcweeks opened a new pull request, #4975:
URL: https://github.com/apache/iceberg/pull/4975

   The null byte character is not generally considered safe for use in REST 
paths even when url encoded due to various forms of null byte injection 
attacks.  This will cause problems with many frameworks that detect and reject 
requests using this character in the path.
   
   The unit separator character (`0x1F`) is a safer and more meaningful 
alternative.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to