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
