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
Change the value of BasicAuthenticationInterceptor.PRINCIPAL_KEY from "dropwizard.jaxws.principal" to "dropwizard.jakarta.xml.ws.principal" to be consistent with the package name change in #73
The text was updated successfully, but these errors were encountered:
sleberknight
changed the title
Change value of BasicAuthenticationInterceptor.PRINCIPAL_KEY (breaking change)
Change value of BasicAuthenticationInterceptor.PRINCIPAL_KEY (breaking API change)
Nov 12, 2023
This is a breaking change for applications that are using this
library with basic authentication. The change needed in those
applications is to change the key requested from the message
context to the new value of PRINCIPAL_KEY, which is now
"dropwizard.jakarta.xml.ws.principal"
Also, added the current date/time in the output of
JavaFirstServiceImpl and the two HTTP resource classes, so that
it is clear that new requests are being made, e.g. in a browser
Closes#74
This is a breaking change for applications that are using this library
with basic authentication. The change needed in those applications is to
change the key requested from the message context to the new value of
PRINCIPAL_KEY, which is now "dropwizard.jakarta.xml.ws.principal"
Also, added the current date/time in the output of JavaFirstServiceImpl
and the two HTTP resource classes, so that it is clear that new requests
are being made, e.g. in a browser
Closes#74
Change the value of
BasicAuthenticationInterceptor.PRINCIPAL_KEY
from"dropwizard.jaxws.principal"
to"dropwizard.jakarta.xml.ws.principal"
to be consistent with the package name change in #73The text was updated successfully, but these errors were encountered: