Make WordPress Core

Opened 17 years ago

Closed 16 years ago

#9594 closed defect (bug) (fixed)

IDN domains causes error with Gears

Reported by: nilsga's profile nilsga Owned by: azaozz's profile azaozz
Milestone: 2.9 Priority: normal
Severity: normal Version:
Component: JavaScript Keywords: needs-patch
Focuses: 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)

#1 @Denis-de-Bernardy
17 years ago

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

#2 @nilsga
17 years ago

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

#3 @Denis-de-Bernardy
16 years ago

  • Milestone changed from Future Release to 2.9

#4 @azaozz
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In [11719]

Note: See TracTickets for help on using tickets.