-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change value of BasicAuthenticationInterceptor.PRINCIPAL_KEY (#76)
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
- Loading branch information
1 parent
dba244c
commit fee8cd9
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters