I prefer to think my Opera installation is corrupted in some way If I try http://www.zope.org/Documentation/Books/ZopeBook/current/DTML.stx/up I come again against a page which calls itself redirection Redirected to http://www.zope.org/Documentation/Books/ZopeBook/current/contents without doing the job But I don't see any options on Opera which could explained this behavior <HTML> <HEAD> <TITLE>Redirect</TITLE> </HEAD> <BODY> Redirected to <A href="http://www.zope.org/Documentation/Books/ZopeBook/current/contents">htt p://www.zope.org/Documentation/Books/ZopeBook/current/contents</A> <BR><BR><HR>Generated by Opera © </BODY> </HTML> ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "danielle.d-avout" <danielle.d-avout@wanadoo.fr> Cc: "zope" <zope@zope.org> Sent: Tuesday, November 12, 2002 8:49 PM Subject: Re: [Zope] only under Opera 6.04
danielle.d-avout writes:
Everytime time I'm asking something , say create an image the action stops, and before I am able access the image_edit_form I'm getting a blank page with a text like
http://127.0.0.1:8080/philosophie-africaine/Image.2002-11-12.2458/portal_for
m/image_edit_form?portal_status_message=Image has been created. I have only this strange behaviour only under OPera 6.04, not Mozilla 1.0 nor explorer 6.0 Looks as if your browser would not make "redirect"s.
Are you using "POST" requests? By HTTP 1.1, browsers are not allowed to redirect POST requests. Usually, browsers convert them silently into GET requests; but HTTP 1.1 is very vague about that. Maybe, Opera interprets it differently.
Dieter