﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	difficulty
2411	Actions will not be executed when post_max_size is exceeded.	aszepeshazi	mrclay	"When a http post request was made with a total size > php post_max_size, the called action doesn't have a chance to handle this exception gracefully. Instead the core action handler will redirect the user and display the message ""Form is missing __token or __ts fields"", which is rather confusing for the end user.

The reason for this is, quoting from php manual: ""If the size of post data is greater than post_max_size, the $_POST and $_FILES  superglobals  are empty."" Meaning also no __elgg_token and __elgg_ts values.

Plugins should have the possibility to gracefully handle this event."	Defect	closed	high	Elgg 1.8.6	Core	1.7	minor	fixed	post_max_size, exceeded, actions	brettp	moderate
