Re: [PATCH] flood and content-type setting

2004-05-12 Thread Jacek Prucia
On Wed, 28 Apr 2004 17:17:16 -0700
Justin Erenkrantz [EMAIL PROTECTED] wrote:

 --On Thursday, April 15, 2004 12:22 PM +0200 Jacek Prucia 
 [EMAIL PROTECTED] wrote:
 
  I have just commited a fix to manual. However, I do not have enough
  karma to put manual on flood page, so we need a config file to make
  people aware of new feature.
 
 You do now.  ;-)  You should be able to modify httpd-site and
 httpd-dist as you see fit.

Thanks :)

I'll put Flood manual on-line as soon, as I get some free time. Maybe
automatic builds (read cron jobs) are also possible. I'll see if icarus
has everything installed (xslt processor, docbook etc.)

Write access to httpd-dist actually allows me to release flood-1.1
tarball. The only question is: is it really worth it? flood-1.1 tarball
is like 1 year old. I think it would be better to update STATUS with
tagged, not released and wait for next release.

regards,
--
Jacek Prucia



Re: [PATCH] flood and content-type setting

2004-04-29 Thread Justin Erenkrantz
--On Thursday, April 15, 2004 12:22 PM +0200 Jacek Prucia 
[EMAIL PROTECTED] wrote:

I have just commited a fix to manual. However, I do not have enough
karma to put manual on flood page, so we need a config file to make
people aware of new feature.
You do now.  ;-)  You should be able to modify httpd-site and httpd-dist as 
you see fit.

/me goes back to cave  -- justin


Re: [PATCH] flood and content-type setting

2004-04-15 Thread Philippe Marzouk
On Thu, Apr 15, 2004 at 12:22:03PM +0200, Jacek Prucia wrote:
 
 Philippe,
 
 Would you have something against a little simplification? Your example
 payload has many parts, where I think two parts would be sufficient. I
 would like to replace your payload with something like this:
 

Fine with me

The way I sent it is the way I need to have it to make it work with my
application it will be different with different applications so it's
better if it is more readable.

Philippe


Re: [PATCH] flood and content-type setting

2004-03-22 Thread Philippe Marzouk
On Thu, Mar 18, 2004 at 10:29:39AM -0800, Aaron Bannert wrote:
 On Mon, Mar 15, 2004 at 09:13:45AM +0100, Philippe Marzouk wrote:
  On Sun, Mar 14, 2004 at 05:27:16PM -0800, Aaron Bannert wrote:
   This sounds reasonable to me, did it ever get committed?
  
  I imagine you asked the flood developers but I just did a cvs diff and
  this patch was not committed.
 
 Nope, I was just catching up on old mailings and wanted to see if
 this was ever addressed.
 
 
 I've committed it, thanks for the patch.
 
 Could you provide an example xml input file that I could stick
 in the examples/ directory that shows usage of this new parameter?
 

I attached a file with the way I use it.

I use it to test the upload of a file, in this case a text file
containing 'toto' (a french friend of foobar) to an application
developped by the company I work for. There are a few params taken from
the fieldq in the web form and the included file.
Obviously you need support for uploading on the application running on
the web server.

HTH,
Philippe
?xml version=1.0?
!DOCTYPE flood SYSTEM flood.dtd
flood configversion=1
  urllist
nameTest Hosts/name
descriptionA bunch of hosts we want to hit/description
url method=POST Content-Type=multipart/form-data; boundary=---7d43b13720028e payload=-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p1quot;#13;#10;#13;#10;EVT#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p2quot;#13;#10;#13;#10;123456#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p3quot;#13;#10;#13;#10;data#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p4quot;#13;#10;#13;#10;#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p5quot;#13;#10;#13;#10;M#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;p6quot;#13;#10;#13;#10;00#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;ficquot;; filename=quot;/opt/test/CLIBACK\TEST\TEST2010.123456quot;#13;#10;Content-Type: text/plain#13;#10;#13;#10;toto#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;passwordquot;#13;#10;#13;#10;00#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;xquot;#13;#10;#13;#10;16#13;#10;-7d43b13720028e#13;#10;Content-Disposition: form-data; name=quot;yquot;#13;#10;#13;#10;6#13;#10;-7d43b13720028e-- responsename=filehttps://testhost/upload.upl?t=uamp;o=6000/url
  /urllist

  profile
nameRoundRobinProfile/name
descriptionTest of the Round Robin Configuration/description

useurllistTest Hosts/useurllist

!-- Profile Events --
profiletyperound_robin/profiletype

!--socketgeneric/socket--
socketkeepalive/socket

!-- Verification Events --
verify_respverify_200/verify_resp

!-- Reporting Events --
reportrelative_times/report
  /profile

  farmer
nameJoe/name
!-- run the Joe farmer 2 times --
count1/count
!-- Joe uses this profile --
useprofileRoundRobinProfile/useprofile
  /farmer

  farm
nameBingo/name
usefarmer count=1Joe/usefarmer
  /farm

  !-- Set the seed to a known value so we can reproduce the same tests --
  seed23/seed
/flood


Re: [PATCH] flood and content-type setting

2004-03-18 Thread Aaron Bannert
On Mon, Mar 15, 2004 at 09:13:45AM +0100, Philippe Marzouk wrote:
 On Sun, Mar 14, 2004 at 05:27:16PM -0800, Aaron Bannert wrote:
  This sounds reasonable to me, did it ever get committed?
 
 I imagine you asked the flood developers but I just did a cvs diff and
 this patch was not committed.

Nope, I was just catching up on old mailings and wanted to see if
this was ever addressed.


I've committed it, thanks for the patch.

Could you provide an example xml input file that I could stick
in the examples/ directory that shows usage of this new parameter?

-aaron


Re: [PATCH] flood and content-type setting

2004-03-15 Thread Philippe Marzouk
On Sun, Mar 14, 2004 at 05:27:16PM -0800, Aaron Bannert wrote:
 This sounds reasonable to me, did it ever get committed?

I imagine you asked the flood developers but I just did a cvs diff and
this patch was not committed.

Philippe