Almost a week now, trying to sort out why my routes are getting
ignored in TG 2.1.

I've pinned the place where it's happening down to routes/
middleware.py, line 131:
  response = self.app(environ, start-response)

At this point, it has already found match, which has the right
controller and method.

But the path through self.app runs the matching *again*, only this
time it uses a blank mapper. I've yet to work out why, but I thought
this might be enough for someone here to know.

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to