You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/10/11 10:36:21 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #12324: [C++] Segfault and terrible error handling when OAuth 2.0 authentication failed

BewareMyPower commented on issue #12324:
URL: https://github.com/apache/pulsar/issues/12324#issuecomment-939904160


   A related issue is when it failed to get token endpoint, the printed log only contains the integer error code, but not the error string.
   
   For example, when the issuer URL is `my-issuer-url`, the log is:
   
   ```
   Response failed for getting the well-known configuration my-issuer-url. Error Code 6
   ```
   
   We should print `Couldn't resolve host` instead of `Error Code 6`.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org