ceys / django-tracking

Automatically exported from code.google.com/p/django-tracking
MIT License
0 stars 0 forks source link

All urls ignored when MEDIA_URL = '/' #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is related to issue #2:
http://code.google.com/p/django-tracking/issues/detail?id=2

When the MEDIA_URL is '/', it ends up in the prefixes, which then blocks
every url from being tracked.

I've attached a patch. The fix I wrote only tests for '/' explicitly. I'm
not sure if there are more similar situations that should be handled here.

Original issue reported on code.google.com by Christia...@gmail.com on 14 May 2009 at 6:34

Attachments:

GoogleCodeExporter commented 8 years ago
I've included your patch in the 0.2.10.  Thanks!

Original comment by wheaties...@gmail.com on 27 Dec 2010 at 4:06