Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go ยป
No member browsing this thread
Thread Status: Active
Total posts in this thread: 3
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1613 times and has 2 replies Next Thread
Yavanius
Senior Cruncher
Antarctica
Joined: Jan 21, 2015
Post Count: 191
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Backslash doesn't get processed, Cuts off host name

Noted this back in September. Looks like it got overlook.

If a host name has a backslash in it, everything from the backslash on gets wiped out.

It shows just fine at BOINCStats.
[Jan 1, 2022 1:22:38 AM]   Link   Report threatening or abusive post: please login first  Go to top 
adriverhoef
Master Cruncher
The Netherlands
Joined: Apr 3, 2009
Post Count: 2170
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Backslash doesn't get processed, Cuts off host name

There are restrictions on valid hostnames. See https://en.wikipedia.org/wiki/Hostname.

Hostnames are composed of series of labels concatenated with dots, as are all domain names. For example, "en.wikipedia.org" is a hostname. Each label must be between 1 and 63 characters long, and the entire hostname (including the delimiting dots but not a trailing dot) has a maximum of 253 ASCII characters.

The Internet standards (Requests for Comments) for protocols mandate that component hostname labels may contain only the ASCII letters 'a' through 'z' (in a case-insensitive manner), the digits '0' through '9', and the hyphen ('-'). The original specification of hostnames in RFC 952, mandated that labels could not start with a digit or with a hyphen, and must not end with a hyphen. However, a subsequent specification (RFC 1123) permitted hostname labels to start with digits. No other symbols, punctuation characters, or white space are permitted.

[Jan 1, 2022 11:04:35 AM]   Link   Report threatening or abusive post: please login first  Go to top 
Yavanius
Senior Cruncher
Antarctica
Joined: Jan 21, 2015
Post Count: 191
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Backslash doesn't get processed, Cuts off host name

We're not on ASCII standard on the Internet, not for quite a whiles.

As noted, BOINCstats displays it correctly and I believe other projects did, but I only have it running WCG. And there was another area on WCG that DID display it in full, I just didn't locate it offhand again,
[Jan 3, 2022 12:15:54 AM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread