[Zope-dev] RE: More on the Absent id bug
   
    David Kankiewicz
     
    kankie@thegrid.net
       
    Mon, 10 Jan 2000 16:09:07 -0800
    
    
  
Michel Pelletier wrote:
> 
<cut>
> 
> Can you open a collector ticket?  I'm exploring catalog issues right
> now...
> 
> -Michel
>
OK OK... About the leading slash //////
In ZCatalogAware.py
in function url()
We have:
...
if uri[0]=='/': uri=uri[1:]
return uri
If I comment out the "if", the ZCatalogAware subclassed Zclasses catalog
themselves correctly, like Find's "/..." :)
Now, what I want to know is, will this somehow mess up something else?
(I can't see how it would) If not PLEASE check it in to the cvs!
Bye for now,
David