We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OAI-PMH URL should show an error code (badVerb) if it is used without any verb. Working example: https://digi.bib.uni-mannheim.de/oai/.
With TYPO3 11 and release 5.0.7 it creates an oops runtime error.
Steps to reproduce the behaviour:
No runtime error.
The text was updated successfully, but these errors were encountered:
If a verb is given, the plugin produces the expected OAI-PMH XML.
Sorry, something went wrong.
[BUGFIX] Fix runtime error for OAI-PMH access without verb
426f934
This is a backport of a fix contributed in commit 4e77a8f. It fixes the issue kitodo#1425. Signed-off-by: Stefan Weil <[email protected]>
stweil
No branches or pull requests
Description
The OAI-PMH URL should show an error code (badVerb) if it is used without any verb.
Working example: https://digi.bib.uni-mannheim.de/oai/.
With TYPO3 11 and release 5.0.7 it creates an oops runtime error.
Reproduction
Steps to reproduce the behaviour:
Expected Behavior
No runtime error.
The text was updated successfully, but these errors were encountered: