Norbert Wegener wrote:
> It seems, "if (invalid) " is not entered and I don't see why.
The default behavior for "invalid" is to stop processing the request.
This can be changed by:
eap {
invalid = 1
}
if ( invalid ) {
...
I'm not sure the default behavior is really documented anywhere,
unfortunately.
Alan DeKok.