Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DS-3897: OAI harvesting fails on some bitstreams #2030

Closed
wants to merge 1 commit into from

Conversation

gregorgabriel
Copy link

@gregorgabriel gregorgabriel commented Apr 23, 2018

DS-3897: OAI harvesting with bistreams fails on collections that contains bistreams with blanks in filenames.
the inpustStream cannot find those files (FileNotFoundException in line 163) since the URL openStream() method in rt.jar needs to be escaped with '+' char insted of url-escaped '%20'.
(Maybe we could have down that fix in local encodeForURL() method. But I could not for see the side effects of that as the methode is used in a differnet context as well?)

https://jira.duraspace.org/browse/DS-3897

DS-3897: OAI harvesting with bistreams fails on collections that contains bistreams with blanks in filenames.
the inpustStream cannot find those files (FileNotFoundException in line 163) since the URL openStream() method in rt.jar needs to be escaped with '+' char insted of url-escaped '%20'.
(Maybe we could have down that fix in local encodeForURL() method. But I could not for see the side effects of that as the methode is used in a differnet context as well?)
@tdonohue tdonohue added bug port to main This PR needs to be ported to `main` branch for the next major release port to 6.x quick win Pull request is small in size & should be easy to review and/or merge labels Jul 17, 2018
@tdonohue tdonohue added the interface: OAI-PMH Related to the OAI-PMH interface (dspace-oai module) label Aug 21, 2018
@tdonohue tdonohue closed this Jan 17, 2023
@tdonohue tdonohue removed the port to main This PR needs to be ported to `main` branch for the next major release label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug interface: OAI-PMH Related to the OAI-PMH interface (dspace-oai module) quick win Pull request is small in size & should be easy to review and/or merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants