[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug?] expect in bb-services should set banner automagically
- To: hobbit (at) hswn.dk
- Subject: [bug?] expect in bb-services should set banner automagically
- From: Charles Goyard <cgoyard (at) cvf.fr>
- Date: Fri, 7 Jul 2006 17:12:07 +0200
- User-agent: Mutt/1.5.9i
Hi Henrik,
I just lost 2 hours because I failed to set the "banner" option when
expecting a response from an ajp13 service in tomcat.
Won't it be nice to have an "auto banner ON" when expecting some
feedback from the server ?
By the way, here is the protocol to test AJP 1.3 :
[ajp13]
send "\x12\x34\x00\x01\x0a"
expect "\x41\x42\x00\x01\x09"
options banner
port 8009
(sends a PING command)
Regards,
--
Charles