On Mon, Feb 28, 2005 at 04:09:17PM -0500, Jeffcoat, Al wrote:
Ok, I have a question on NAME:hostname bb-host option... [snip] ###.###.###.### srv645a # NAME:"SIS Node A (Mercy Drive)"
Now, this works beautifully on the display page, and renames srv645a to SIS Node A (Mercy Drive). However, when I try to click on any of the service icons (conn/info, etc), it gives me an invalid status page.
Well, that *is* a bug - it's the parenthesis that do it. In the old days when BB was using CGI's coded as shell scripts, special characters that could cause security problems were banned from the URL's sent to CGI-programs, and the bbgen/Hobbit CGI's did the same.
I think it's safe to drop that restriction now. None of the Hobbit CGI's ever deal with the query-parameters in the shell wrappers.
Henrik