[ANN] revSparkle minimalist web framework for RevServer

Kay C Lan lan.kc.macmail at gmail.com
Fri Mar 26 21:10:11 EDT 2010


Andre,

Thanks for the wiki and I think I get most of it but 1 thing confuses me:

A simple URL Scheme:  /hello  will match:
>
>     * /hello (Duh!)
>
> A URL Scheme with a place holder: /hello/:name will match:
>
>     * /hello/Andre
>     * /hello/Lili
>     * /hello/Mark
>     * ...
>

You then have these two links:

 http://andregarzia.com/revspark/demo/hello/hello
>  http://andregarzia.com/revspark/demo/hello/hi
>

What happens when I do /hello/hi I do not get "Hi There!" but I get "Hello
hi" as if 'hi' was my name. If my name was Hello, I don't get Hello Hello,
but I get Hello World.

So I don't understand the precedence here, it doesn't seem consistent.

Thanks



More information about the use-livecode mailing list