Changeset 9
- Timestamp:
- 11/20/04 15:21:22
- Files:
-
- trunk/cherrypy/_cphttptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cphttptools.py
r8 r9 27 27 def parseFirstLine(data): 28 28 cpg.request.path = data.split()[1] 29 if cpg.request.path[0] == '/': 30 cpg.request.path = cpg.request.path[1:] 29 31 cpg.request.browserUrl = cpg.request.path 30 32 cpg.request.paramMap = {}

