Opened 16 years ago
Closed 15 years ago
#15960 closed defect (bug) (fixed)
url_is_accessable_via_ssl does SSL discovery for every RSD request.
| Reported by: | westi | Owned by: | westi |
|---|---|---|---|
| Priority: | low | Milestone: | 3.2 |
| Component: | AtomPub | Version: | 3.1 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
Every request for the RSD file for a WordPress blog does SSL discovery on the AtomPub Service endpoint.
This is a bit of a waste.
We should just respect the is_ssl'ness of the request and have a filter to allow it to be forced to SSL if required.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We should just rip this code out.
Patch incoming.