Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
promote flood to released products
flood is independent of framework, mod_specweb etc
* examples/round-robin-dynamic.xml: Remove requestparamcount as that isn't examined or used now.
property cleanup
Fix some issues in example config files: * round-robin-dynamic.xml -- apachelabs.org is down (disabled), added simple example. * round-robin-keepalive.xml -- added baseurl, fixed URL (Apache 2.0 doesn't have 'by type' modules index). * round-robin-ssl.xml -- mozilla-crypto site is down (disabled).
update example config files
Here comes the DTD (along with some minor fixes)
fixed regexp to match new format of google responses
Rewrite the expression/template code to use variable names (backed by a
hash table) and allow use of regular expressions for the response
template.
The new syntax is as follows:
${foo} substitutes foo's value.
${=foo} generates a random number and stores it in foo and substitutes it.
([^>]*) (regex sub-expression) coupled with responsename="foo" allows
that subexpression to be stored in foo based on what is in the
response from the server. It will only take the first
sub-expression in the regex and store it in the value.
Also, remove some silly XML parameters that we no longer need due to
this commit. Should be a cleaner syntax now.
Add ability to retrieve some data from the response and place it in state variables (max of 10). These "state" variables live for the life of the profile (i.e. all elements in the urllist). They may be referred in any template via $[0-9]. Add ability to store the entire response (only active if a response template is present). This works. Sure. I'm going home now.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |