-
Notifications
You must be signed in to change notification settings - Fork 334
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
Fixes issue #2208 #2215
Fixes issue #2208 #2215
Conversation
Thanks for raising the fix PR!
|
For the test case, I have drafted a test case in https://github.com/Azure/Azurite/pull/2216/files, for your reference. |
The following new case will fail, would you please help to look?
|
I will fix it. Thanks |
@blueww, I have fixed the error in Table unit tests. The createStringToSignForSharedKeyLite routine had a hardcoded storage account name in authentication path which is valid only for non-production style URL. I have fixed that method to use both production style URL and non-production style URL. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@XiaoningLiu , @EmmaZhu |
This PR adds additional validation to authentication path computation for secondary requests.