Make WordPress Core

Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#14748 closed defect (bug) (fixed)

Password Protected posts do not support ssl or punctuation in passwods

Reported by: emerygjr Owned by: dd32
Priority: normal Milestone: 3.4
Component: General Version: 3.0.1
Severity: major Keywords: has-patch 3.2-early
Cc: Focuses:

Description

When the WordPress site is run in protected mode using https and the page is password protected inside WordPress, the generated URL uses http instead of the required HTTPS. The result is that the submit delivers a blank page.

Attachments (1)

14748.diff (1.8 KB ) - added by dd32 16 years ago.

Download all attachments as: .zip

Change History (5)

#1 @dd32
16 years ago

  • Keywords has-patch 3.2-early added; password removed
  • Milestone Awaiting ReviewFuture Release
  • Owner set to dd32
  • Status newaccepted

In addition to this, Passwords cannot contain punctuation due to incorrect handling of escaping methods.

I'm attaching a patch which takes care of escaping and ssl.

@dd32
16 years ago

#2 @dd32
16 years ago

  • Summary Error on Password protected pagePassword Protected posts do not support ssl or punctuation in passwods

#3 @ryan
15 years ago

  • Resolutionfixed
  • Status acceptedclosed

In [19677]:

Use site_url() to link to wp-pass.php. Props dd32. fixes #14748

#4 @ryan
15 years ago

  • Milestone Future Release3.4
Note: See TracTickets for help on using tickets.