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

Fix for the resetting of the Allow URI Access flag when server is started #3160

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

cwisniew
Copy link
Member

@cwisniew cwisniew commented Nov 10, 2021

Identify the Bug or Feature request

Fixes #3159

Description of the Change

The constructor to create a new token based on an existing token was not copying the All URI Access flag so it was defaulting to false. (Starting a new server copies zones/tokens from existing ones). This was causing the value of this flag to be lost when the server started.

Possible Drawbacks

None that I can think of

Documentation Notes

N/A Fixes a bug that was causing things to not work way people expected/was documented.

Release Notes

Fix for bug where Allow URI Access was being reset on server start.


This change is Reviewable

Copy link
Collaborator

@kwvanderlinde kwvanderlinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @cwisniew)

@Phergus Phergus merged commit c37d718 into RPTools:develop Nov 10, 2021
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

Successfully merging this pull request may close these issues.

[Bug]: Allow URI Access flag is reset on server start
3 participants