On Fri, Jan 9, 2009 at 12:32 PM, Shankar Dhanasekaran < [email protected]> wrote:
> > nope. am also in the latest svn 1882 and it doesnt seem to have been > solved. > I definitely fixed that on Wednesday. There was a leading slash in product/urls/category.py It was: (r'^/(?P<parent_slugs>[-\w]+/) and should be: (r'^(?P<parent_slugs>[-\w]+/) > > > ----- Original Message ----- > From: "Dan Harris" <[email protected]> > To: "Satchmo users" <[email protected]> > Sent: Saturday, January 10, 2009 1:58:37 AM GMT +05:30 Chennai, Kolkata, > Mumbai, New Delhi > Subject: Re: double slash in category url > > > I had that same issue for a while, but using the latest version of > trunk it is gone. Upon further looking, i think it was fixed in 1871. > > On Jan 9, 3:12 pm, "Shankar Dhanasekaran" <[email protected]> > wrote: > > am seeing url like thishttp://127.0.0.1:8000/category//safsf/. Note the > > '//' in the url. bug? > > > > shakthi > > > > > -- Bruce Kroeze http://solidsitesolutions.com Dynamic Designs, Optimized --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
