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

Integrate week 2 & 3's work into Windows Azure dev branch #143

Merged
merged 20 commits into from
Aug 6, 2012

Conversation

gcheng
Copy link

@gcheng gcheng commented Aug 2, 2012

No description provided.

Albert Cheng added 20 commits July 25, 2012 16:46
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)
Copy link
Contributor

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.

Copy link
Author

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.

gcheng pushed a commit that referenced this pull request Aug 6, 2012
Integrate week 2 & 3's work into Windows Azure dev branch
@gcheng gcheng merged commit 351ce2c into Azure:dev Aug 6, 2012
joostdenijs pushed a commit to joostdenijs/azure-sdk-for-java that referenced this pull request Jan 18, 2013
Remove "empty" overload of setBlobProperties
jianghaolu pushed a commit to jianghaolu/azure-sdk-for-java that referenced this pull request Apr 5, 2017
Integrate week 2 & 3's work into Windows Azure dev branch
sima-zhu pushed a commit to sima-zhu/azure-sdk-for-java that referenced this pull request Mar 21, 2019
Make response builder factory and serializer adapter required
g2vinay pushed a commit to g2vinay/azure-sdk-for-java that referenced this pull request Jul 9, 2019
Added support for partition split testing and CI experience improvement Azure#143
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this pull request Dec 24, 2019
* Search service client tests scaffolding
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.

2 participants