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
Tyson Phillips (Inactive)
created issue -
Tyson Phillips (Inactive)
made changes -
Field | Original Value | New Value |
---|---|---|
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Story Points | 2 |
Tyson Phillips (Inactive)
made changes -
Sprint | 4.3.0 Sprint 11 [ 62 ] |
Tyson Phillips (Inactive)
made changes -
Rank | Ranked higher |
Tyson Phillips (Inactive)
made changes -
Issue Type | Improvement [ 4 ] | Bug [ 1 ] |
Automated transition triggered when Tyson Phillips (Inactive) created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Tyson Phillips (Inactive)
made changes -
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| |
Automated transition triggered when Tyson Phillips (Inactive) created pull request #51 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Jonathan Reissmueller
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 22 minutes [ 1320 ] | |
Worklog Id | 11278 [ 11278 ] |
Automated transition triggered when Tyson Phillips (Inactive) merged pull request #51 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |