Has it allways been like this or? http://...../application/controller/function/args1 len(request.args) = 1http://...../application/controller/function/args1/args2 len(request.args) = 2
but http://...../application/controller/function/args1/ len(request.args) = 2 I would have guessed that the last case would have returned length as 1 Kenneth

