In simpletest entrypoint with only check if edit is different from form_id and op now it needs to check for form_token aswell (see patch) otherwise you get

Class "form token" not found

Another question is do we need to check if token is valid in entrypoint? We could use it because we can. But is there any real danger? I dont think so afterall simpletest module runs on very few drupal installations.

Patch in this follow up is for HEAD version.

Comments

Rok Žlender’s picture

StatusFileSize
new656 bytes

And patch for 4.7 which is exactlly the same.

Rok Žlender’s picture

Version: 6.x-1.x-dev » 4.7.x-1.x-dev

Committed to HEAD. Still need to test it with 4.7

starbow’s picture

Fix works for me on 4.7
thanks!

jfitzell’s picture

Status: Needs review » Reviewed & tested by the community

works for me on 4.7

Rok Žlender’s picture

Status: Reviewed & tested by the community » Fixed

Commited thanks for testing guys.

Anonymous’s picture

Status: Fixed » Closed (fixed)