#14748 closed defect (bug) (fixed)
Password Protected posts do not support ssl or punctuation in passwods
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | major | Version: | 3.0.1 |
| Component: | General | Keywords: | has-patch 3.2-early |
| Focuses: | Cc: |
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)
Change History (5)
#1
@
15 years ago
- Keywords has-patch 3.2-early added; password removed
- Milestone changed from Awaiting Review to Future Release
- Owner set to dd32
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
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.