This website requires JavaScript.
Explore
Help
Sign In
gian
/
cloudstack-mirror
Watch
1
Star
0
Fork
0
You've already forked cloudstack-mirror
mirror of
https://github.com/apache/cloudstack
synced
2026-08-11 00:24:24 +00:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
cf9ebb76e7
cloudstack-mirror
/
utils
/
src
History
Jessica Wang
fe8d81e246
bug 9765: This is NOT an UI bug. This is a server-side bug. UI calls DeployVM API with ServiceOfferingID parameter (NOT ServiceOfferingDescription parameter). Then, server-side gets ServiceOfferingDescription by ServiceOfferingID and send it to DomR WITHTOUT escaping it first. DomR doesn't support full range of unicode character set. Therefore, DomR fails to accept metadata that has non-ascii code (error: "vm_data failed"). This check-in will send Unicode-escaped string of metadata "service-offering", "availability-zone" and "local-hostname" to DomR. Data Consumer of VM-data service needs to unescape the content accordingly.
2011-05-10 17:57:44 -07:00
..
com/cloud
/utils
bug 9765: This is NOT an UI bug. This is a server-side bug. UI calls DeployVM API with ServiceOfferingID parameter (NOT ServiceOfferingDescription parameter). Then, server-side gets ServiceOfferingDescription by ServiceOfferingID and send it to DomR WITHTOUT escaping it first. DomR doesn't support full range of unicode character set. Therefore, DomR fails to accept metadata that has non-ascii code (error: "vm_data failed"). This check-in will send Unicode-escaped string of metadata "service-offering", "availability-zone" and "local-hostname" to DomR. Data Consumer of VM-data service needs to unescape the content accordingly.
2011-05-10 17:57:44 -07:00
javax
Source code committed
2010-08-11 09:13:29 -07:00
Code Archive ยท Powered by
Enuvem