nija-at opened a new pull request, #40853:
URL: https://github.com/apache/spark/pull/40853

   ### Why are the changes needed?
   
   The current validation on charset is restrictive. It does not allow
   blank space and digits. It's common for user agent strings to contain
   these characters.
   
   Secondly, it restricts the length to stay under 200 characters. While
   not common, 200+ user agent strings are sent over the wire.
   Remove this restriction from the client and let the service enforce
   length limits.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Unit tests


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