-
Notifications
You must be signed in to change notification settings - Fork 2k
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 252: Table: Need to support signing when URL contains escapable characters #31
Conversation
Changed catch statement to perform a reasonable fallback if the URLEncoder call fails. Added missing imports statements.
Added a unit test and addressed the review feedback. |
service.deleteEntity(TEST_TABLE_2, result3.getEntity().getPartitionKey(), result3.getEntity().getRowKey()); | ||
service.deleteEntity(TEST_TABLE_2, result4.getEntity().getPartitionKey(), result4.getEntity().getRowKey()); | ||
|
||
// Assert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to assert the success of the deletion by validating the original entities do not exist any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. I'll add that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See below for the new asserts
Fix 252: Table: Need to support signing when URL contains escapable characters
implement the get version of MediaProcessorType
Test fixes 527 544
Remove wrapper code that corresponds to non-existant processors
Fix 252: Table: Need to support signing when URL contains escapable characters
Bettererror
Re-release for corrupt signing
Update version for release
code changelog
Search documents
No description provided.