URL rewriting (VHM and browser Id manager)
My zope application needs support for sessions without cookies, so url rewriting based on Browser Id manager is used. However when Virtual Host Monster is included in environment browser manager doesn't rewrite URL. Is it possible that Virtual Host Monster and Browser Id. My installation is based on ZServer without Apache. Thanks in advance! Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html
Victor Kolisinski wrote at 2005-5-12 07:13 -0700:
My zope application needs support for sessions without cookies, so url rewriting based on Browser Id manager is used. However when Virtual Host Monster is included in environment browser manager doesn't rewrite URL.
That's surprising. Maybe a conflict for the "__before_publishing_traverse__" hook used by both features (such that VHM discards the information previously set by the BIM). In principle, the "BeforeTraverse" dispatcher (code in "ZPublisher.BeforeTraverse") has a "priority" feature to control such conflicts. But, probably it is not used. -- Dieter
participants (2)
-
Dieter Maurer -
Victor Kolisinski