-
Notifications
You must be signed in to change notification settings - Fork 292
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
OAIHarvest: harvesting "from beginning" fix #2793
Closed
jalavik
wants to merge
7
commits into
inveniosoftware:master
from
jalavik:oaiharvest-date-beginning-fix
Closed
OAIHarvest: harvesting "from beginning" fix #2793
jalavik
wants to merge
7
commits into
inveniosoftware:master
from
jalavik:oaiharvest-date-beginning-fix
Conversation
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
@tiborsimko OAI harvesting "from beginning" has been broken for a while and this is the fix - dunno if it will make for the next release, so I put it in 1.3 for now.. |
The code looks good! |
* SECURITY Adds back the `HttpOnly` cookie attribute in order to better protect against potential XSS vulnerabilities. (closes inveniosoftware#3064) Signed-off-by: Tibor Simko <[email protected]> Reviewed-by: Samuele Kaplun <[email protected]>
* maint-1.0: WebStyle: HttpOnly cookie attribute Conflicts: modules/websession/lib/session.py modules/webstyle/lib/webinterface_handler_wsgi_utils.py Signed-off-by: Tibor Simko <[email protected]>
* maint-1.1: WebStyle: HttpOnly cookie attribute Conflicts: modules/websession/lib/session.py modules/webstyle/lib/webinterface_handler_wsgi_utils.py Signed-off-by: Tibor Simko <[email protected]>
* Adds HttpOnly attribute to stub cookies as well. (addresses inveniosoftware#3064) Signed-off-by: Tibor Simko <[email protected]> Reviewed-by: Lars Holm Nielsen <[email protected]>
* maint-1.1: WebSession: HttpOnly attribute in stub cookies Signed-off-by: Tibor Simko <[email protected]>
* SECURITY Improves URL redirecting by properly quoting all URL parts, in order to better protect against possible XSS attacks. Signed-off-by: Tibor Simko <[email protected]> Reviewed-by: Samuele Kaplun <[email protected]>
|
* FIX Fixes an exception that would happen upon the initial harvest of a new OAI harvest source marked to be harvested "from beginning". Reported-by: Jean-Yves Le Meur <[email protected]> Reviewed-by: Samuele Kaplun <[email protected]> Signed-off-by: Jan Aage Lavik <[email protected]>
jalavik
force-pushed
the
oaiharvest-date-beginning-fix
branch
from
May 20, 2015 16:01
d043e99
to
6b16556
Compare
@tiborsimko Done! |
tiborsimko
pushed a commit
that referenced
this pull request
Mar 24, 2016
* FIX Fixes an exception that would happen upon the initial harvest of a new OAI harvest source marked to be harvested "from beginning". (closes #2793) Reported-by: Jean-Yves Le Meur <[email protected]> Reviewed-by: Samuele Kaplun <[email protected]> Signed-off-by: Jan Aage Lavik <[email protected]>
Thanks, merged as 3909c53. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
of a new OAI harvest source marked to be harvested "from beginning".
Reported-by: Jean-Yves Le Meur [email protected]
Signed-off-by: Jan Aage Lavik [email protected]