SAP / cloud-security-services-integration-library

Integration libraries and samples for authenticating users and clients bound to XSUAA authentication and authorization service or Identity authentication service.
Apache License 2.0
151 stars 136 forks source link

Log entries about subdomain being not replaces #407

Closed brunohaller closed 3 years ago

brunohaller commented 3 years ago

Hi,

we are getting a lots of logs stating that:

The subdomain of the URI 'https://***' is not replaced by subdomain 'null'

from here https://github.com/SAP/cloud-security-xsuaa-integration/blob/0790e24af3540673ce39495ef3e93c821a4773af/token-client/src/main/java/com/sap/cloud/security/xsuaa/util/UriUtil.java#L44

This information is not helpful, because I never want to replace the subdomain for that case.. Can that log be avoided, if no subdomain was set at all?

Best Regards, Bruno

nenaraab commented 3 years ago

Hi @brunohaller I've set the log level to debug :-) thanks for reporting.