I am part of a colaborative initiative to develop software on Django, currently i'm working with Apache and Oscar Framework and i'm having troubles with the following request URI " *dashboard/content-blocks/page//asistenciaMedica/*", which returns a 404 code from Django url router which translate this URI to this one " */dashboard/content-blocks/page/asistenciaMedica/*", as you can see the URI has an extra slash on the "*/page//asistenciaMedica/*" section, i can't change the application behavior because it is part of the framework mentioned above, so my doubt is the following:
How to configure Apache server to accept double slash and/or how to prevent the Django's url router to translate this special characters? I would be grateful for your reply. Regards. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/19aa050e-6b8f-4640-b968-a0ed81e63d83%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

