r113536 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113535‎ | r113536 | r113537 >
Date:22:45, 9 March 2012
Author:awjrichards
Status:ok (Comments)
Tags:
Comment:
Followup r111145, typo fix
Modified paths:
  • /trunk/extensions/SwiftMedia/wmf/rewrite.py (modified) (history)

Diff [purge]

Index: trunk/extensions/SwiftMedia/wmf/rewrite.py
@@ -141,7 +141,7 @@
142142 # However, someone may have a formerly valid link to a file, so we
143143 # should do them the favor of giving them a 404.
144144 try:
145 - # break apach the url, url-encode it, and put it back together
 145+ # break apart the url, url-encode it, and put it back together
146146 urlobj = list(urlparse.urlsplit(reqorig.url))
147147 urlobj[2] = urllib2.quote(urlobj[2], '%/')
148148 encodedurl = urlparse.urlunsplit(urlobj)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111145ripping apart and urlencoding the path before passing it back to ms5 to deal ...ben02:56, 10 February 2012

Comments

#Comment by Aaron Schulz (talk | contribs)   03:39, 11 March 2012

Somebody want's to break apache?

Status & tagging log