Ticket #7436 (assigned defect (bug))

Opened 5 months ago

Last modified 2 weeks ago

wp_nonce_ays()'s back link is broken

Reported by: Viper007Bond Assigned to: westi (accepted)
Priority: low Milestone: 2.8
Component: Administration Version: 2.6
Severity: minor Keywords: reporter-feedback needs-patch
Cc:

Description

If a nonce fails, the "Please try again." link on the error page is outputted incorrectly.

Here's what I got for example:

<p>Your attempt to edit this page: &quot;Page Title&quot; has failed.</p><p><a href='/wp-admin/page.php?action=edit#038;post=91'>Please try again.</a></p>

If you click that URL, you get a 404 due to the #038; presumably.

Change History

(follow-up: ↓ 2 ) 07/30/08 04:35:13 changed by DD32

If you click that URL, you get a 404 due to the #038; presumably.

The links invalid (Should have a n & in there), but a 404 shouldnt be raised, instead you should get "You attempted to edit a page that doesn't exist. Perhaps it was deleted?"

(in reply to: ↑ 1 ) 07/30/08 07:12:28 changed by Viper007Bond

Replying to DD32:

The links invalid (Should have a n & in there), but a 404 shouldnt be raised, instead you should get "You attempted to edit a page that doesn't exist. Perhaps it was deleted?"

Yeah, that's what I get. Sorry, been a long day.

08/16/08 21:03:11 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.
  • milestone changed from 2.6.1 to 2.6.2.

Is this still broken?

2.6.1 has been released, moving to 2.6.2 milestone

(follow-up: ↓ 6 ) 10/15/08 20:42:49 changed by westi

  • keywords changed from needs-patch to reporter-feedback.
  • milestone changed from 2.7 to 2.8.

Can you still reproduce this?

12/27/08 23:56:50 changed by jacobsantos

  • keywords changed from reporter-feedback to reporter-feedback needs-patch.

(in reply to: ↑ 4 ) 12/28/08 01:00:47 changed by Viper007Bond

Replying to westi:

Can you still reproduce this?

I still get the "attempt to edit has failed" screen from time to time. I'll try and remember to check the nonce next time it happens.