We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b9e27 commit 73dc9a9Copy full SHA for 73dc9a9
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.191 2004-10-23 14:05:25 a1s Exp $
+# $Id: client.py,v 1.192 2004-10-25 10:43:20 a1s Exp $
2
3
"""WWW request handler (also used in the stand-alone server).
4
"""
@@ -409,7 +409,7 @@ def determine_user(self):
409
# reopen the database as the correct user
410
self.opendb(self.user)
411
412
- def determine_context(self, dre=re.compile(r'([^\d]+)(\d+)')):
+ def determine_context(self, dre=re.compile(r'([^\d]+)0*(\d+)')):
413
"""Determine the context of this page from the URL:
414
415
The URL path after the instance identifier is examined. The path
0 commit comments