> > (BTW, the thinking behind the raw args option is that you could parse the > raw args string into request.args early in your model processing, using > whatever rules you cared to, and then proceed as usual.) >
Makes sense. Any reason the raw_args option shouldn't be available when using the parameter-based rewrite system (it appears to be ignored in that case)? Anthony

