-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use injected Httpclient for loader (#122)
The loader's interaction with a service with respect to OPTIONS now occurs through the registry HttpClient, which can be configured for authentication
- Loading branch information
Showing
4 changed files
with
36 additions
and
3 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
4 changes: 3 additions & 1 deletion
4
fcrepo-api-x-integration/src/test/resources/cfg/org.fcrepo.apix.test.cfg
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
auth.http.${fcrepo.dynamic.test.port}.localhost.username = fedoraAdmin | ||
auth.http.${fcrepo.dynamic.test.port}.localhost.password = secret3 | ||
auth.http.${apix.dynamic.test.port}.localhost.username = fedoraAdmin | ||
auth.http.${apix.dynamic.test.port}.localhost.password = secret3 | ||
auth.http.${apix.dynamic.test.port}.localhost.password = secret3 | ||
auth.http.${services.dynamic.test.port}.127.0.0.1.username = fedoraAdmin | ||
auth.http.${services.dynamic.test.port}.127.0.0.1.password = secret3 |
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