# HG changeset patch # User paulb # Date 1127948871 0 # Node ID 88f8f6fd42111ace05e77d01df990016d7b55822 # Parent 0af275ff74e4d5d7fc4cf65857ef7220c6c37a45 [project @ 2005-09-28 23:07:51 by paulb] Commented out the arbitrary depth URL/path handling. diff -r 0af275ff74e4 -r 88f8f6fd4211 examples/BaseHTTPRequestHandler/DemoApp.py --- a/examples/BaseHTTPRequestHandler/DemoApp.py Wed Sep 28 18:16:05 2005 +0000 +++ b/examples/BaseHTTPRequestHandler/DemoApp.py Wed Sep 28 23:07:51 2005 +0000 @@ -88,7 +88,9 @@ "" : DemoResource() }) -resource.mapping[None] = resource +# Uncomment the line below to test arbitrary depth URLs/paths. + +#resource.mapping[None] = resource # Special magic incantation.