You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It adds realm="Quarkus" to the WWW-Authenticate header - it is an implementation detail (that Quarkus is used) and also adding realm causes side-effects for some applications.
Expected behavior
realm property should be returned only if it is configured
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
It adds
realm="Quarkus"
to theWWW-Authenticate
header - it is an implementation detail (thatQuarkus
is used) and also addingrealm
causes side-effects for some applications.Expected behavior
realm
property should be returned only if it is configuredActual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: