-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sean Fulmer wrote:
I've checked my authentication in both browsers, and they are the same.
SiteRoot does appear in the Add menu in Safari, and I'm able to add one with no complaints from Zope.
I should mention that I have no problems setting my VHM mappings, eg I can manually navigate to http://domain.com/virtual_hosting/manage_edit in Safari 4 and set the mappings. It's just that virtual_hosting/manage_main does not present the link, eg:
manage_main: http://shots.noandwhere.com/vhm_manage_main_missing_mappings_tab.png
When I do go to manage_edit directly, the Mappings tab *does* appear: http://shots.noandwhere.com/vhm_manage_edit_has_mappings.png
Can you figure out whether Safari4 is avoiding sending credentials for some reason? E.g., add an external method like so: def show_auth(self, REQUEST): """ Figure out if credentials are present in the request. """ name_pw = REQUEST._authUserPW() if name_pw is None: print 'NO CREDENTIALS' else: print 'Found credentials for user: %s' % name Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKO7l/+gerLs4ltQ4RAs56AKDPn1U/Gxi5d1Uy994ocRrAEKzn1QCfaO8e a8kxbOSU2CcSFrIn+00A6Dw= =Bj83 -----END PGP SIGNATURE-----