[AWS] The new Too_Many_Parameters exception

Pascal Obry pascal at obry.net
Thu Feb 9 11:01:25 CET 2012


Thomas,

> Is the Too_Many_Parameters exception that is raised when a client is sending
> excessive POST parameters handled internally by AWS, and all we users have
> to do is keep an eye on the log data, or do I have to add an exception
> handler for this in every method that make use of POST parameters?

There is no way to get this exception at the user level. This is a 500
(Server Error)
message and this is what a user will get as a response in the browser.

Thinking more about this it is probably better to return a 403
(Forbidden) error code
as this is a not a server error at all!

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595


More information about the AWS mailing list