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

Order is not preserved when securely storing an ordered set #91

Open
gmale opened this issue Oct 1, 2020 · 0 comments
Open

Order is not preserved when securely storing an ordered set #91

gmale opened this issue Oct 1, 2020 · 0 comments

Comments

@gmale
Copy link

gmale commented Oct 1, 2020

When attempting to store an ordered set such as a LinkedHashSet the ordering is lost. This is due to using a HashSet when retrieving set values.

gmale pushed a commit to gmale/secure-storage-android that referenced this issue Oct 1, 2020
This better serves the usecases of storing ordered strings since Lists are expected to be ordered. Also adjusts the Set behavior to be compatible with ordered sets.
Closes adorsys#91
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant