userious / diffable

Automatically exported from code.google.com/p/diffable
0 stars 0 forks source link

Incorrectly generating diff URL #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a page that uses a Diffable resource.
2. Modify the resource and open the page again so that Diffable attempts to 
load a diff.
3. Diff URL has extra / between path and resource.

What is the expected output? What do you see instead?

example expected: DiffableTest/diffable/aa_bb_cc.diff
example actual: DiffableTest/diffable//aa_bb_cc.diff

Please use labels and text to provide additional information.

Generate correct URL.  Also, modify handler to deal with trivially incorrect 
URLs such as the one above.

Original issue reported on code.google.com by joshharr...@google.com on 15 Dec 2010 at 4:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r71.

Original comment by joshharr...@google.com on 15 Dec 2010 at 5:10