Files
spring-cloud-openfeign/spring-cloud-openfeign-core/src
Philipp Meier c1988b824c Authorize with anonymous principal if principal name is null (#1050)
The authorizedClientManager.authorize method requires
a non-null principal name or it will usually throw
an exception in practice like "principalName cannot be empty".

Using the anonymous principal in this case like for
a null principal handles the situation more gracefully.

Fixes #1049
2024-09-05 18:20:08 +02:00
..