Handle invalid user docid in changes_callback#1827
Closed
popojargo wants to merge 1 commit intoapache:masterfrom
Closed
Handle invalid user docid in changes_callback#1827popojargo wants to merge 1 commit intoapache:masterfrom
popojargo wants to merge 1 commit intoapache:masterfrom
Conversation
jaydoane
reviewed
Jan 3, 2019
| try | ||
| UserName = username(DocId), | ||
| couch_log:debug("Invalidating cached credentials for ~s", [UserName]), | ||
| ets_lru:remove(?CACHE, UserName) |
Contributor
There was a problem hiding this comment.
Isn't it a problem that we don't remove the doc from the cache if it has an invalid name? It seems like it should be removed if it's stale, despite it having an unexpected prefix.
Is it possible (or desirable) to prevent such a doc from even entering the cache at all?
Member
Author
There was a problem hiding this comment.
I'll look into this this weekend. I would be indeed better to simply prevent the doc to enter the cache. Altought, if the user document is invalid, can we still use the user credentials to login? That's something I will check today.
Member
|
@popojargo any plans to get this in? I am preparing to mass-close old PRs that never got merged. |
This file contains hidden or 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
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.
Overview
Handle user document id without correct id. I simply catch any errors and log a debug message (perhaps we want a info or warn level message?)
Testing recommendations
Related Issues or Pull Requests
#1821
Checklist