Opened 4 years ago

Closed 4 years ago

#9594 closed defect (bug) (fixed)

IDN domains causes error with Gears

Reported by: nilsga Owned by: azaozz
Priority: normal Milestone: 2.9
Component: JavaScript Version:
Severity: normal Keywords: needs-patch
Cc:

Description

International Domain Names causes problems with the gears setup. According to the Google Gears docs, the name must consist of visible ASCII characters only (http://code.google.com/intl/nb/apis/gears/api_localserver.html#ManagedResourceStore). International Domain Names can contain non-ASCII characters, and the storeName will be illegal. The regular expression filtering the illegal characters in the "storeName" function in wp-gears.js need to handle this scenario. Still, even when this is fixed, there is an issue in Gears itself that prevents using the Gears functionality under IDN domains (http://code.google.com/p/gears/issues/detail?id=857)

Change History (4)

  • Keywords needs-patch added; gears turbo idn removed
  • Milestone changed from Unassigned to Future Release

I guess the best would be to use the encoded domain name in the storeName.

  • Milestone changed from Future Release to 2.9
  • Resolution set to fixed
  • Status changed from new to closed

In [11719]

Note: See TracTickets for help on using tickets.