[Seaside] Re: need advice on application

Sanjay Minni sm at planage.com
Fri Jan 16 13:55:30 UTC 2015


thanks,

any side-effects / recommendations / best practices in making
ZnMultiValueDictionary>>#defaultLimit
unlimited ?

and can you pls help with the setting to remove the development toolbar at
the bottom - I am unable to locate it in the manual

regards
Sanjay



Sven Van Caekenberghe-2 wrote
>> On 16 Jan 2015, at 14:38, Sanjay Minni <

> sm@

> > wrote:
>> 
>> Here is the advice I am looking for.
>> 1. Most important after I add longish schedule (its can be done thru the
>> bottom panel) I get an error -> Bad Request ZnTooManyDictionaryEntries.
>> What
>> does it mean and how to break out of it.
> 
> This probably means you have more than 256 inputs in a form.
> 
> ZnMultiValueDictionary>>#defaultLimit
> 	"Return the maximum number dictionary entries to accept.
> 	Used by ZnMultiValueDictionary and thus for reading headers, 
> 	url query and application form url encoded entity fields.
> 	This helps to protect us from malicious content."
> 	
> 	^ 256
> 
> You could overwrite this method to raise the limit. Return nil to make it
> unlimited.
> 
> Sven
> 
> _______________________________________________
> seaside mailing list

> seaside at .squeakfoundation

> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside





-----
---
Regards, Sanjay
--
View this message in context: http://forum.world.st/need-advice-on-application-tp4799886p4799894.html
Sent from the Seaside General mailing list archive at Nabble.com.


More information about the seaside mailing list