Make WordPress Core

Opened 16 years ago

Closed 13 years ago

#16519 closed defect (bug) (duplicate)

pingback url is right-trimmed incorrectly

Reported by: qdinar Owned by:
Priority: normal Milestone:
Component: Pings/Trackbacks Version: 3.0
Severity: normal Keywords:
Cc: Focuses:

Description

an url ending with %d0%b5%d1%81% was produced by pingback mechanism, that url is in pingback comment, and server returns for its request:
Bad Request
Your browser sent a request that this server could not understand.


but if it would end with %d1%81 it works. wordpress automatically fixes it. but also it does not open if it ends with %d1%8 or %d1 .

Change History (3)

#1 @nacin
16 years ago

  • Version3.0

#2 @nacin
16 years ago

  • Component GeneralPings/Trackbacks

#3 @dd32
13 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

If i'm understanding this correctly, It sounds like that the comment_author_url field was too short for the long pingback URL provided (since the URL length was increased by encoded characters), and thus it was truncated, resulting in an invalid URL.

I'm closing as a duplicate of the more well explained #17771

Note: See TracTickets for help on using tickets.