Re: size limit with onInput: and jQuery callback:value:
Jerry Kott <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
Depending on the VW version, you may have a ‘Web Server’ -> ‘Fortification’ settings page where you can set the limits for Request Status Line (i.e., something like GET /yourPath?yourQuery…. HTTP/1.1 stuff). By default it’s set to 8K, so if you try to do a GET with long enough query, you will hit a limit as well. The reason web servers have this is to protect against certain types of DOS attacks. Jerry Kott This message has been digitally signed. PGP Fingerprint: A9181736DD2F1B6CC7CF9E51AC8514F48C0979A5 > On 13-03-2016, at 9:28 AM, Johan Brichau <[email protected]> wrote: > > >> On 13 Mar 2016, at 16:40, <[email protected] <mailto:[email protected]>> <[email protected] <mailto:[email protected]>> wrote: >> >> Interesting that VW without HA Proxy worked fine (made for some fun diagnostics). > > The web server in VW probably does not limit the size of the url. > > Web browsers typically do this too but the limits currently are ridiculously high. > Both NGINX and Zinc have settings to set the limit. > > Anyway, glad you can make your users happy again > > cheers > Johan > _______________________________________________ > seaside mailing list > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
signature.asc
(application/pgp-signature, 842 B)
-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJW5lQcAAoJEKyFFPSMCXmlWj0P/3S87xevQSus8bsagOawVq5k 41JuC9++6aspAHSsyLEDHbHJc7xZB4XqfVncnm3P2rf4VlZVKPqWukeAHxsBJm0r HmaaH8+Y21QmabmZY9bZ6a+FK9qkPES6y/PqmGZUpx9b5zYe8NtvjN2BiFiqTZc/ 8i6xwZliZSc+cdbOy9tPYkWH3hisek9QQb1aOM66hhqrEbaWP1U88eQ3pXy+sJQc SzukGBQm3TbUc7MzdOv2KyCrKWZv/EWFtMZc10JhklxBGrMoLDELF0m2BANwV1jk o8EPJYG9QwwilYgDqfOYT9TUK25mCwihMfm2cew3BmVDpkswMAYMuUz7yc3nU4BN t+bQIUc/lnnjOhEb3UHkMq921dubjbQVDKX6R0D8bO3IcqcYiKT8/++bK/Oj2p8J kZ9kGMbu6SKEW7fP7FIOf9NeSCnw7EVkYM/0vBud8VThMAgzApTwZnKgqmqsLyNB K446Fq1MmnXzzuTnYPf4nw6SPg6AiVpijREsEVOg8dz3KAchg37xL3g7ZBhK9ge4 OQpj9c5ogVPKQksLKp5p07PVDCCwgHdFGPJUmvEa1kkYWe4GMIpB17g05mAzqQmY 4uaA4z5JEx/BhfQwTZVc5wevQd3SoVT4JLl2Tk4menacDEdppW5jSZSI9UpiShZ2 oEtvI9ufWwSB3Y60OOCc =2WXz -----END PGP SIGNATURE-----