----- Original Message -----
From: "Nigel Magnay" <[EMAIL PROTECTED]>
To: "'Ant Developers List'" <[EMAIL PROTECTED]>
Sent: Monday, March 25, 2002 8:01 AM
Subject: [PATCH] [FIX] RE: cvs commit:
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/net
TelnetTask.java


>
> I have enclosed diffs to the last build that does this - <read>
> and <write> defaults to not doing property expansion, which can
> be turned on with an attribute.
>
> I have included a patch to the docs. I have tested it locally, but
> I can't think of a generic test that will cover it.
>
> Rgds,
> Nigel

the generic test would be to telnet to port 80 on jarkarta.apache.org, do

file="ant/"
response="200 OK"  //is that right?

then in telnet
<write>GET ${file} HTTP/1.0</write>
<write>
<read>${response}</read>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to