From gumby3203@gmail.com Wed Jun 24 08:16:14 2026 From: gumby3203@gmail.com To: xymon@xymon.com Subject: [hobbit] http CONT regex shows incorrectly under info column... Date: Mon, 26 Nov 2007 15:00:40 -0500 Message-ID: <29f517690711261200u715ddc30uc71d3ec72ff24083@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1353753013344373030==" --===============1353753013344373030== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I just noticed a minor issue with the way the CONT (and POST) regex displays in the info column. If the regex includes any html tags ( for instance), the regex is displayed as just '' If you look at the source code for the html page hobbit generates, you'll see that the full regex is there. It's just that, since it is in <>, the browser attempts to process it, instead of just displaying the string. It would take a bit of work to make sure you get every html marker, but you could have Hobbit look for characters like that, and use the < > etc codes. --===============1353753013344373030==--