-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REDIRECT FIXING: * It turns out the redirect field in the CDX is neve…
…r used to actually redirect! * Set the cdx generation code path (HTTPRecordAnnotator) to always set the redirect field to '-' * Added commented out code to AccessPoint to *enable* using the redirect field, possibly for later use. * Fixed UrlOperations.resolveUrl(String, String) to return original url with spaces AND \r escaped, even if there was an error resolving * Added UrlOparations.resolveUrl(String, String, String) to return the default argument specified, in case of an error
- Loading branch information
Showing
3 changed files
with
46 additions
and
10 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