Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 9

Show
Ignore:
Timestamp:
11/20/04 15:21:22
Author:
rdelon
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cphttptools.py

    r8 r9  
    2727def parseFirstLine(data): 
    2828    cpg.request.path = data.split()[1] 
     29    if  cpg.request.path[0] == '/': 
     30        cpg.request.path = cpg.request.path[1:] 
    2931    cpg.request.browserUrl = cpg.request.path 
    3032    cpg.request.paramMap = {} 

Hosted by WebFaction

Log in as guest/cpguest to create tickets