Make WordPress Core

Opened 13 years ago

Closed 11 years ago

#19805 closed defect (bug) (fixed)

Pingback not sent to https sites

Reported by: norocketsurgeon's profile norocketsurgeon Owned by:
Milestone: 3.7 Priority: normal
Severity: normal Version: 3.3.1
Component: Pings/Trackbacks Keywords: has-patch
Focuses: Cc:

Description

Wordpress does not attempt to send pingbacks to https sites. I have tracked this problem to the regular expression used to find links to ping inside a post that is being published. The regular expression currently will only filter out links to http sites and not https sites. I have modified the regular expression to include https sites and included a patch with this ticket.

how to reproduce the problem:

  • enable sending and receiving of pings/trackbacks on your site
  • create a post with with a link to an https site
  • publish the post
  • no ping will be sent to the https site

Attachments (1)

pingback_https_fix.patch (666 bytes) - added by norocketsurgeon 13 years ago.
patch for https ping issue

Download all attachments as: .zip

Change History (3)

@norocketsurgeon
13 years ago

patch for https ping issue

#1 @SergeyBiryukov
13 years ago

  • Keywords has-patch added

#2 @johnbillion
11 years ago

  • Milestone changed from Awaiting Review to 3.7
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r25313.

Note: See TracTickets for help on using tickets.