Re: [Zope] Firefox manage_changePermissions issue?

2005-05-12 Thread Chris Withers
Hi Tony,
Sory for the age in replying...
Tony Addyman wrote:
Chris: Can you recall whose Firefox you would have been using at the 
time? I have been using the RPM version from SUSE 9.2.
I would have been using a recent Windows binary.
The problem 
occurs a number of times when using POST with the ZMI. The major 
changePermissions problem is just the most obvious. When the problem 
occurs elsewhere simply repeating the interaction within the ZMI makes 
the change "stick" eventually, i.e. the POST is not followed by the 
phantom GET.

I have just started using the stock tar.gz firefox installer from 
mozilla.org. So far it hasn't shown the problem. Of course, the problem 
doesn't always occur, but it may be progress.
Yeah, sadly, after my initial experience with something that may have 
been caused by this, but which I never actually tracked down, I haven't 
bumped into it again, even though I'm almost exclusively using Firefox 
now...

cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Firefox manage_changePermissions issue?

2005-04-19 Thread Paul Winkler
On Mon, Apr 18, 2005 at 10:53:00PM +0100, Tony Addyman wrote:
> I have experienced the following problem on two separate Zope/Plone sites.
> It is reasonably repeatable, but sometimes works without problem. I have a
> ZODB saved for testing purposes. I have tried fsrecovery.py on the
> database. It is not corrupted. Firefox fails on this database every time.

(snip)

I have not been able to provoke anything similar with Firefox 1.03
and CMFDefault 1.4.2 which is what I had handy when I read your message.

You might try Shane's tcpwatch.py to further analyze the problem:
Start it like e.g. (if zope is running on http://fooserver:8080):

tcpwatch.py -h -L :fooserver:8080

then point your browser at http://localhost: and
tcpwatch will log *everything* that goes between server and browser -
all request data, all response headers and data.

-- 

Paul Winkler
http://www.slinkp.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Firefox manage_changePermissions issue?

2005-04-19 Thread Chris Withers
Tony Addyman wrote:
I have experienced the following problem on two separate Zope/Plone sites.
It is reasonably repeatable, but sometimes works without problem. I have a
ZODB saved for testing purposes. I have tried fsrecovery.py on the
database. It is not corrupted. Firefox fails on this database every time.
I think I may have hosed a ZODB in just this way.
Anyone got any ideas on how to stop Firefox doing this? ;-)
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )