Hi Nick, That's my mistake, I forgot to correct that before generating the patch for Ben :(. "Localhost" should work fine for that purpose. I will create a new bug for that, and the fix.
Thanks Pablo. -----Original Message----- From: Nick Hauenstein [mailto:[email protected]] Sent: Friday, December 18, 2009 5:19 PM To: [email protected] Subject: Use of actual domain name in .NET configuration Hello, I noticed today that in the \trunk\stocktrader\dotnet\trader_client\trade\web.config file there is a reference to a subdomain of an actual domain name (idp.stonehenge.com) within the configuration. I think to avoid any possible issues with the current owner of that name, we should change the referenced domain name to one that cannot possibly exist. I would suggest either using a sub-domain of one of the domain names reserved by RFC2606 ยง3 [1] (e.g., idp.stonehenge.example.com), or using a domain with a non-existent TLD (e.g., idp.stonehenge.dev), as long as we verify it's not on IANA's list [2]. - Nick Hauenstein [1] http://tools.ietf.org/html/rfc2606#section-3 [2] http://data.iana.org/TLD/tlds-alpha-by-domain.txt
