Details
Description
The Order plugin parses user input for a domain name that is given in order to determine the SLD and TLD, e.g.
"domain.com" would result in "domain" as the SLD and ".com" as the TLD
However, there are some cases where the wrong SLD or TLD would be parsed:
"www.domain.co.uk" would result in "domain.co" as the SLD and "www..uk" as the TLD. It should be "domain" as the SLD and ".co.uk" as the TLD.
Another example:
"domain.co.uk" with TLD checks for ".co.uk" and ".com" results in a list of domains:
Domain |
---|
domain.co.co.uk |
domain.co.com |
domain.co.uk |
These should be:
Domain |
---|
domain.co.uk |
domain.com |
Activity
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Story Points | 2 |
Sprint | 4.3.0 Sprint 11 [ 62 ] |
Rank | Ranked higher |
Issue Type | Improvement [ 4 ] | Bug [ 1 ] |

Status | Open [ 1 ] | In Progress [ 3 ] |
Description |
The Order plugin parses user input for a domain name that is given in order to determine the SLD and TLD, e.g.
"domain.com" would result in "domain" as the SLD and ".com" as the TLD However, there are some cases where the wrong SLD or TLD would be parsed: "www.domain.co.uk" would result in "domain.co" as the SLD and "www..uk" as the TLD. It should be "domain" as the SLD and ".co.uk" as the TLD. |
The Order plugin parses user input for a domain name that is given in order to determine the SLD and TLD, e.g.
"domain.com" would result in "domain" as the SLD and ".com" as the TLD However, there are some cases where the wrong SLD or TLD would be parsed: "www.domain.co.uk" would result in "domain.co" as the SLD and "www..uk" as the TLD. It should be "domain" as the SLD and ".co.uk" as the TLD. Another example: "domain.co.uk" with TLD checks for ".co.uk" and ".com" results in a list of domains: ||Domain|| |domain.co.co.uk| |domain.co.com| |domain.co.uk| These should be: ||Domain|| |domain.co.uk| |domain.com| |

Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 22 minutes [ 1320 ] | |
Worklog Id | 11278 [ 11278 ] |

Status | In Review [ 5 ] | Closed [ 6 ] |