lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


It seems that the user can change any internal variables of the
application by modifying the url, that seems like it could be a
security concern in some cases. Is there a way of preventing that?

    henk

On 5 August 2010 14:41, Francisco Sant'anna
<francisco.santanna@gmail.com> wrote:
> Hello list,
>
> Following the release of LuaGravity, I have just released Reactive Server
> Pages.
>
> Reactive Server Pages (RSP) bring some concepts of reactive languages to the
> realm of server-side web development.
> RSP rearrange the way web applications are developed.
> A web application conceptually becomes a single file that executes from its
> first to its last line.
> The programmer can use structured programming with loops and recursive
> calls.
> RSP are based on LuaGravity, which extends the Lua language with reactive
> data and control primitives.
>
> Any feedback is welcome.
>
> Homepage: http://www.lua.inf.puc-rio.br/~francisco/rsp/
>
> Git Hub: http://github.com/fsantanna/luarsp
>
> Thanks,
> --
> Francisco Sant'Anna
> http://www.lua.inf.puc-rio.br/~francisco/
>