At 8:54 Uhr -0600 18.02.2000, Evan Simpson wrote:
----- Original Message -----
Not *too* much, I hope. The only "conflict" which I am certain still exists in v1.0.0 is between virtual hosts trying to access the same ZCatalog.
ZPhotoAlbum for example uses an index_html method to redirect users to the correct page and this renders the path based on the PATH_INFO, which does not seem to be modified by SiteAccess
True, I spoke a bit too strongly. I suppose I should say that I know of no other conflict between SiteAccess and "well-behaved" Zope code :-) Anyone using any REQUEST fields other than BASEn, URLn, and absolute_url to construct links should think about what *else* might break their code in the future.
Mhmm... why does doing this (using PATH_INFO to construct a URL) qualify one to code miss-behaved Zope-Code??? Where are the rules what's good and bad code??? Jochen