Make WordPress Core

Opened 17 years ago

Closed 15 years ago

#6519 closed defect (bug) (fixed)

Permanent URL for author not working with space

Reported by: link2caro's profile link2caro Owned by:
Milestone: 2.8 Priority: high
Severity: major Version:
Component: General Keywords:
Focuses: Cc:

Description

If an username has a space, the Permanent URL is /author/abc%20def, this URL is not caught by the following rewrite rule, and it leads to a 404 page

author/([/]+)/?$ == index.php?author_name=$1

Change History (4)

#1 follow-up: @lloydbudd
17 years ago

link2caro you previously opened #6171 and later mentioned this issue in #6320 :(

#2 in reply to: ↑ 1 @link2caro
17 years ago

Really sorry, I tried to find those tickets but failed and yesterday I look more into the issue and found out that this issue is due to the rewrite function.

#6320 is deleted => Resolving as invalid based on original reporter feedbac :|

#3 @ryan
16 years ago

  • Milestone changed from 2.5.2 to 2.9

Milestone 2.5.2 deleted

#4 @Denis-de-Bernardy
15 years ago

  • Milestone changed from 2.9 to 2.8
  • Resolution set to fixed
  • Status changed from new to closed

isn't this fixed in trunk? the user slug ends up without any spaces.

Note: See TracTickets for help on using tickets.