lua-users home
lua-l archive

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


On 10 February 2016 at 09:03, Rajeev Sharma <rajeev@cloudflare.com> wrote:
> We were trying to add some listings from our Company (CloudFlare) but are
> hitting a "value does not match pattern" error on our website URL. Is there
> a bug with the form validation?

Looks like it's matched here:
https://github.com/Etiene/lua.space/blob/master/models/job.lua#L29
At first glance, it appears to only allow http (no https), and you
might have run into that?

Also notable is it's only 255 chars long: that should probably be increased.