pkit commented on issue #890:
URL: https://github.com/apache/arrow-adbc/issues/890#issuecomment-2164072615

   It's not an SSO, just regular, normal account with `user:password`.
   Fortunately I've found out that it fails on password because it tries to 
URL-decode it and stumbles on `%` sign.
   So, changing `%` -> `%25` in all passwords helps. And it starts working with 
URI. Non URI access doesn't work though.


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

Reply via email to