Gary,
Question related to this hobbit posting…were you are to get a clickaction
working with the hobbit http network test?
For example, I have a .jsp that is expecting a userid/password and a post
action. I can not seem to drive the post action with hobbit; It appears I am
getting to the main .jsp page. For example, here's my http defintion:
http://bctlax04.unx.sas.com:8080/SASLogon/index.jsp?username_field=
<userid>&password_field=<password>&_sasapp=Information+Delivery+Portal+4.2&
And, here the entry in the bb-hosts file:
post;http://bctlax04.unx.sas.com:8080/SASPortal/;username_field=
<userid>&password_field=<password>;SAS[[:space:]]Information;
Thanks
*From:* Gary Baluha [mailto:user-ae3e15c22de1@xymon.invalid]
*Sent:* Thursday, January 03, 2008 9:56 AM
*To:* user-ae9b8668bcde@xymon.invalid
*Subject:* Re: [hobbit] http timeout and content checking
On Jan 3, 2008 6:11 AM, Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> wrote:
On Wed, Jan 02, 2008 at 02:23:42PM -0500, Gary Baluha wrote:
Actually, it looks like it's not so much an issue with the max length for
the URL, as it is for *any* line in bb-hosts. I started writing an
extension script to do the content checking, and even that is getting the
URL truncated. The problem appears that everything past 464 characters
from
the "#" in the bb-hosts file for any host is discarded.
It shouldn't do that, and I cannot trigger this with a simple test.
Could you send me (off-list) the bb-hosts file you're using ?
Just an update for the list...
With the debugging tool Henrik mentioned, the URL that is apparently
getting truncated everywhere else is NOT truncated with the tool. I'm
currently writing a URL content check extension script to both get around
the truncation issue I'm having, as well as adding some content check
features Hobbit doesn't have out-of-the-box, so ultimately it's not a big
deal for me. However, I will work with Henrik to see if we can figure out
where this issue is coming from.