[TIMOB-19104] Windows: If generating ti.windows.publishername from tiapp publisher value, escape invalid characters
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-08T18:39:03.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 5.0.0 |
Components | Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Dawson Toth |
Created | 2015-06-29T19:01:11.000+0000 |
Updated | 2015-09-14T20:16:56.000+0000 |
Description
If there's no explicit ti.windows.publishername value in tiapp we'll default to generating one from the publisher value (which is meant to be the display name). We need to escape invalid characters there (specifically commas) or else the build will fail.
http://www.ietf.org/rfc/rfc2253.txt
https://github.com/appcelerator/titanium_mobile_windows/pull/348
Re-opened due to : https://github.com/appcelerator/titanium_mobile_windows/pull/348#issuecomment-118128979
https://github.com/appcelerator/titanium_mobile_windows/pull/366
Verified using: Windows 8.1 Appc CLI Core: 5.0.0-51 Appc CLI NPM: 4.2.0-8 Titanium SDK : 5.0.0.v20150914103117 Lumia 930 (8.1) When using a name such as Appcelerator, Inc there are no errors thrown Closing ticket