• Bug
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • X-Common Code
  • nharward
  • Reporter: nharward
  • March 08, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • March 09, 2007

Description

Currently according to the configuration file schema the “name” attribute of the element is required, while the "host" attribute defaults to the value of the "name" attribute and is optional. This is reversed, "host" should be required and the value of "name" (if not specified) should default to the "host" value.

Demo configuration files (as well as the schema and reference tc-config.xml file) should be updated to instead look like this:

…. .... ….

After talking with Taylor it was decided that “host” should default to “%i” and the localhost -> %i translation should be eliminated. Now if someone puts in “localhost” it will actually be localhost.

Comments

Nathaniel Harward 2007-03-09

Fixed in revision 1725.