? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
18 Jul 2019

I'd go with a guideline of if a form gets submitted through POST then it should in most cases have keepalive since that form should have a CSRF check behind it (forms like a create item form, edit form, login form, contact form, etc.), and if it gets submitted through GET it doesn't need a keepalive behavior because these types of forms should essentially be nothing more than query filters for a page. I say this also realizing the backend views are in kind of a FUBAR state because the search filters trigger a POST form submission, and it looks like the frontend com_content.archive view has the same "issue" which means Joomla isn't always using the appropriate HTTP action to do things sadly.

This PR is a result of checking all admin edit.php files and checking that if they have a form submitted through POST they have a behavior.keepalive and a form.token

Partial Pull Request for Issue #25634 .

avatar brianteeman brianteeman - open - 18 Jul 2019
avatar brianteeman brianteeman - change - 18 Jul 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 18 Jul 2019
Category Administration com_banners com_languages com_menus com_users
avatar brianteeman brianteeman - change - 18 Jul 2019
The description was changed
avatar brianteeman brianteeman - edited - 18 Jul 2019
avatar wilsonge wilsonge - change - 18 Jul 2019
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-07-18 22:16:49
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 18 Jul 2019
avatar wilsonge wilsonge - merge - 18 Jul 2019
avatar wilsonge
wilsonge - comment - 18 Jul 2019

Thanks!

avatar brianteeman
brianteeman - comment - 18 Jul 2019

Thanks. Now if someone can answer the validation question I will be happy

avatar wilsonge
wilsonge - comment - 18 Jul 2019

Which validation question sorry? Missing something?

avatar brianteeman
brianteeman - comment - 18 Jul 2019

Add a Comment

Login with GitHub to post a comment