[Seaside] Large text areas form submission and web server limits

Mariano Martinez Peck marianopeck at gmail.com
Tue Feb 3 18:53:20 UTC 2015


Hi guys,

In my app, I have a form that the user can submit and such a form has a
text area where the user enters Notes. So far it was working correct but
today I tried a more or less long note (not too much) and I get a Zinc
ZnLineTooLong. Currently it has 4K:

ZnConstants maximumLineLength -> 4096

Now...first let me ask...I am doing this correct? do I have a workaround?

If not, should I increase this? Zinc seems easy. But then I should also
change Nginx I think I should do this:
http://stackoverflow.com/questions/1067334/how-to-set-the-allowed-url-length-for-a-nginx-request-error-code-414-uri-too

Is this correct? is there some security trade off here?

Thanks in advance,


-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20150203/294a3f8c/attachment.htm


More information about the seaside mailing list