Am 31.12.2005 um 12:54 schrieb Stephen Deasey:
The order:
TheFilter preauth arg1 arg2
makes the most sense to me. The <when> is not an optional arg, it's
always appended. Required args always come before optional args in
proc specs...
Allright.
If we changed this, we should also change Ns_TclEvalCallback() in the
same way. A proc registered with ns_serverrootproc may have the host
appended as the last arg. It uses Ns_TclEvalCallback() directly.
Yes.
ns_register_proc doesn't append information of it's own. But it does
insist on appending a blank arg if none were supplied during
registration. I'd like to remove that as it's easy to write code
which works with either case.
Yes.
Zoran