lua-users home
lua-l archive

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


Hi,

PA wrote:
> HTTP[ '/hello(.*)' ] = function( aName ) return 'hello ' .. ( aName or 
> 'world' ) .. '!' end

http://en.wikipedia.org/wiki/Cross-site_scripting#Type_1

(Yes, I know, this is not production code, but ...)

Bye,
     Mike