-
Notifications
You must be signed in to change notification settings - Fork 0
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
Exception when merging submitted resources from the VLO #231
Comments
This exception is thrown when enumerating the list of private collections that can be used to merge the submitted resources with. In order to do so the username is retrieved from the session and in this case it was null. This is interesting since login is required for this page. For some reason the authentication filter detects a logged in user but the username in the session is null... See |
Step by step guide on how I can reproduce this issue:
I get exactly the same behaviour in every browser. Tested with Firefox, Safari, Chrome, Edge. |
Issue is triggered between step 6 and 7. Normally the user is expected to login and process the submission. We should hande this case as well. |
Only happens when authentication via SAML, basic authentication does not manifest this issue. |
Resolved in https://github.com/clarin-eric/VirtualCollectionRegistry/releases/tag/1.6.14-rc8 and deployed at https://beta-collections.clarin.eu. Can be tested via the form available at https://beta-collections.clarin.eu/test_vc_submission_extensional.html |
Stacktrace:
The text was updated successfully, but these errors were encountered: