[Nagiosplug-devel] [ nagiosplug-Bugs-661916 ] urlize and urlize.pl break args with spaces

SourceForge.net noreply at sourceforge.net
Fri Jan 3 18:39:02 CET 2003


Bugs item #661916, was opened at 2003-01-03 17:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=661916&group_id=29880

Category: Argument proccessing
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Submitted By: Ben Johnson (darkstar101)
Assigned to: Nobody/Anonymous (nobody)
Summary: urlize and urlize.pl break args with spaces

Initial Comment:
Both urlize and urlize.pl break args with spaces.

For example

check_http --ssl -H my.server.com -u /ping/ping.jsp
--string="Ping JSP Monitorxxx"

returns status: 2, text: HTTP CRITICAL: string not found

urlize http://my.server.com/ping/ping.jsp check_http
--ssl -H my.server.com -u /ping/ping.jsp --string="Ping
JSP Monitorxxx"

returns status: 0, text:  <A
href="http://my.server.com/ping/ping.jsp">HTTP ok:
HTTP/1.1 200 OK - 0 second response time </A>

It looks like the quotes are being dropped and only the
first word in the --string parameter making it through...


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=661916&group_id=29880




More information about the Devel mailing list