Better details: In Win98, I can connect to localhost and do everything just fine using IE. Opera (3.6.2) will run the site at localhost correctly UNTIL I attempt to go into /manage. At this point Opera shows the tree correctly in the left frame. The right frame will display the original 'public' page, not the list of items. Most clicks on the tree structure produces the same result (always the index_html page output). Occasionally a partial management page shows up but it difficult to duplicate. This means I need (for the moment) to use IE to manage my local Zope site. Does anyone have suggestions for making Opera work all the time? ---d1 Jerry
On Thu, 13 Apr 2000, Jerry McRae wrote:
UNTIL I attempt to go into /manage. At this point Opera shows the tree correctly in the left frame. The right frame will display the original 'public' page, not the list of items. Most clicks on the tree structure
Someone is probably going to tell you that this is an Opera problem, probably involving its interpretation of base tags and its handling of basic authentication (if Opera doesn't supply the authentication info, Zope's authorization machinery presents you with the public view of the page). If you figure it out, I'll be very interested to know what you find, because I've got the same problem using w3m (text mode browser), and I'd love to be able to use w3m for working on my Zope sites. Note that I don't have many problems using w3m on other sites, just Zope management and Zope.org. Oh, and it does something screwey with my cookie when reading slashdot (looses the login after the first screen), but lynx messes up that, too, so I think that's some other problem. Though I'd like to find a way to fix that, too, because I have a feeling I'll need to fix it in order to be able to use w3m to edit in a version... --RDM
Jerry McRae wrote:
Better details: In Win98, I can connect to localhost and do everything just fine using IE. Opera (3.6.2) will run the site at localhost correctly UNTIL I attempt to go into /manage. At this point Opera shows the tree correctly in the left frame. The right frame will display the original 'public' page, not the list of items. Most clicks on the tree structure produces the same result (always the index_html page output). Occasionally a partial management page shows up but it difficult to duplicate. This means I need (for the moment) to use IE to manage my local Zope site. Does anyone have suggestions for making Opera work all the time? ---d1 Jerry
Zope calculates what view you get based on the value of the authorization information in the HTTP request. Opera is not sending this information with the right hand frame (or it is sending it incorrectly), therefore, Zope does not respond to that request with information that the request has not authorized itself to see. I suggest you report this as a bug to the Opera folks. Since HTTP is stateless and requests are independent of each other (and framesets make individual requests), all requests must provide authorization information for protected resources. -Michel
OK. I will report this to Opera. One additional piece of information: Both the control panel, and acl_users folders and sub-folders all work great. The root (manage_workspace) and the Quickstart folders will not display correctly. Is there a difference in what is sent, or the way it is sending information here that would be useful for the Opera people to know? Why do some folders work differently? ---Jerry At 04:43 PM 4/13/00 -0700, Michel Pelletier wrote:
Jerry McRae wrote:
Better details: In Win98, I can connect to localhost and do everything just fine using IE. Opera (3.6.2) will run the site at localhost correctly UNTIL I attempt to go into /manage. At this point Opera shows the tree correctly in the left frame. The right frame will display the original 'public' page, not the list of items. Most clicks on the tree structure produces the same result (always the index_html page output). Occasionally a partial management page shows up but it difficult to duplicate. This means I need (for the moment) to use IE to manage my local Zope site. Does anyone have suggestions for making Opera work all the time? ---d1 Jerry
Zope calculates what view you get based on the value of the authorization information in the HTTP request. Opera is not sending this information with the right hand frame (or it is sending it incorrectly), therefore, Zope does not respond to that request with information that the request has not authorized itself to see.
I suggest you report this as a bug to the Opera folks. Since HTTP is stateless and requests are independent of each other (and framesets make individual requests), all requests must provide authorization information for protected resources.
-Michel
Jerry McRae wrote:
Better details: In Win98, I can connect to localhost and do everything just fine using IE. Opera (3.6.2) will run the site at localhost correctly UNTIL I attempt to go into /manage. At this point Opera shows the tree correctly in the left frame. The right frame will display the original 'public' page, not the list of items. Most clicks on the tree structure produces the same result (always the index_html page output). Occasionally a partial management page shows up but it difficult to duplicate. This means I need (for the moment) to use IE to manage my local Zope site. Does anyone have suggestions for making Opera work all the time? ---d1 Jerry
I run Opera 3.61 under Win95 to a Zope running on Linux.. I'm able to do all management functions with no problems.. I haven't modified too much of it either, so I don't know what to tell you.. Maybe I'll download v3.62 (keeping my old one), and try it out.. Maybe its just a 3.62 bug?
participants (4)
-
Garion -
Jerry McRae -
Michel Pelletier -
R. David Murray