-
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
Integrate week 2 & 3's work into Windows Azure dev branch #143
Conversation
modified since condition is not met.
issure Azure#77, let get blob properties throws an exception when the if
Support range MD5 for get Blob request.
Merge the MD5 update to dev for.
Return Etag for create*Blob and copyBlob
PipelineHelper/addOptionalSourceAccessConditionHeader
…to Beirut Conflicts: microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/blob/implementation/BlobRestProxy.java
Add breaks to AddOptionalAccessCondition in PipelineHelper
Internationalize the service bus for the dev-private branch.
encode special characters when serializing entity to XML
char[] charArray = value.toCharArray(); | ||
StringBuffer stringBuffer = new StringBuffer(); | ||
for (int index = 0; index < charArray.length; index++) { | ||
if (charArray[index] < 0x20 || charArray[index] > 0x7f) |
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.
I'm worried now about the >0x7f part. The initial bug was more about problems with low ASCII, wheras this will affect Unicode characters that do not need encoding. Ideally, the code will only do the conversion when required.
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.
It is fairly standard to numerically encode unicode, it is easier for customer to trouble shooting their problems when all the unicode are encoded numerically.
Integrate week 2 & 3's work into Windows Azure dev branch
Remove "empty" overload of setBlobProperties
Integrate week 2 & 3's work into Windows Azure dev branch
Make response builder factory and serializer adapter required
Added support for partition split testing and CI experience improvement Azure#143
* Search service client tests scaffolding
No description provided.