-
I've reconsidered this, and decided not to implement it.
Naively doing such things as colons to semi-colons would break other parts of the path (e.g. windows "C:\" drive specifications), and however careful I was I would very likely break things for esoteric filesystems such as (netware.
Instead, I think the simplistic approach of passing the literal text through is best. You can always...
2010-01-07 13:05:52 UTC by philipa
-
Fixed in svn: http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4221
Will be in next release.
2010-01-03 17:27:30 UTC by philipa
-
Implementing suggestions as follows:
Suggestion 1): Done for the two places that plain HTTP connections are established in HTTPConnection.
Suggestion 2): Done.
Suggestion 3): Not done. Unnecessary, since the default behaviour of HTTPRequest is to read the response body with getData() which automatically closess the connection.
2010-01-03 16:27:52 UTC by philipa
-
Fixed in svn: http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4219
Will be in next release.
2010-01-03 15:57:30 UTC by philipa
-
Fixed in svn: http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4217
Will be in next release.
2010-01-02 17:50:43 UTC by philipa
-
Implemented in svn: http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4215
Will be in next release.
2010-01-02 15:50:21 UTC by philipa
-
Currently httpUtilities.valueFromBodyURI(token) returns only the first value found for the token from the response.
Having it return all the matching items in the HTTP response makes it easy to script as random items cane be selected simulating a closer user behavior.
2009-12-31 01:54:47 UTC by nobody
-
Thanks.
Fix committed:
http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4211
http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4212
http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4213
http://grinder.svn.sourceforge.net/viewvc/grinder?view=rev&revision=4214.
2009-12-28 17:42:08 UTC by philipa
-
philipa committed revision 4214 to the The Grinder SVN repository, changing 2 files.
2009-12-28 17:38:42 UTC by philipa
-
philipa committed revision 4213 to the The Grinder SVN repository, changing 1 files.
2009-12-28 17:37:59 UTC by philipa