Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Issue 155972: Strip embedded "#" in URLs when constructing HTTP cache key.... (Closed)

Created:
11 years, 5 months ago by eroman
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), willchan no longer on Chromium
Visibility:
Public.

Description

Strip embedded "#" in URLs when constructing HTTP cache key. BUG=http://crbug.com/17493 TEST=HttpCache.UrlContainingHash Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21408

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix a typo from past change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -5 lines) Patch
M net/http/http_cache.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/http/http_cache_unittest.cc View 1 3 chunks +26 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
eroman
http://codereview.chromium.org/155972/diff/1/3 File net/http/http_cache.cc (left): http://codereview.chromium.org/155972/diff/1/3#oldcode1475 Line 1475: url.erase(url.find_last_of('#')); the issue here is that reverse-find doesn't ...
11 years, 5 months ago (2009-07-23 01:00:11 UTC) #1
darin (slow to review)
11 years, 5 months ago (2009-07-23 05:39:55 UTC) #2
LGTM++

Powered by Google App Engine
This is Rietveld 408576698