<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font size="2"><br>Also on a related, though different note, are a few other tests that I can't get the "content" column to show up.  These URLs are of the form:
<br><br><a href="https://username:password@some.machine.name:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://some.machine.name:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&ABCAction=AccountInfoRequest&ABCService=MemberManagement&payload=" target="_blank">

https://username:password@some.machine.name:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://some.machine.name:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&ABCAction=AccountInfoRequest&ABCService=MemberManagement&payload=
</a><request:AccountInfoRQ xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>" xmlns:request="com.company.accountrequest"><AccountInfo AccountCardNumber="4264292967999999" PortfolioID="177" SecurityInfo="true"/></request:AccountInfoRQ>
<br></font><font size="2">(names changed to protect the innocent)<br><br>The http check is working fine, but it seems like hobbit is ignoring the fact that I have it set up as a content check.  The bb-hosts line for this test looks like:
<br><a href="http://1.2.3.4" target="_blank">1.2.3.4</a> test-name # DESC:"Test description" noconn nosslcert cont;<URL above>;Success badhttp:1:2:3</font><br><br>I also just noticed that for these tests, bbtest is complaining 
<font size="2"><span style="font-family: arial,sans-serif;">"content-check, but no content-data in <bb-hosts line above>".  However, if I manually go to the URL in a browser, it does indeed return "content-data", and it returns in a timely fashion (about 2 or 3 seconds).  Any ideas?
</span></font><br> 
</blockquote></div><br><font size="3">I apologize if this is a duplicate email, but it looks like from my end that something didn't post correctly... <br> <br>Anyway, I figured out why I'm getting this error.  From the 
bb-network.log file: <br>2007-12-24 23:14:28 content-check, but no content-data in 'cont;<a href="https://USERNAME:PASSWORD@hostname:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://HOSTNAME:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&TLSAction=hotelearningssummaryextract&TLSService=HotelEarnings&payload=">
https://USERNAME:PASSWORD@HOSTNAME:9212/monitoring/MonitorControlServlet?monitorName=com.company.common.util.monitoring.URLMonitor&url=https://HOSTNAME:9212/LBListener/MessageReceiver&fullDisplay=true&isPost=true&TLSAction=hotelearningssummaryextract&TLSService=HotelEarnings&payload=
</a><TLSBatchRQ><Parameters><Parameter' <br> <br>So it appears the full URL from the bb-hosts file is getting truncated.  The limit looks to be around 370 (or at least more than 256), and I can't find anywhere to override this, so it appears to be hard-coded without looking through the actual code.
</font><br>