[Zope3-dev] Re: ObjectHub should change data structure
Phillip J. Eby
pje@telecommunity.com
Fri, 27 Jun 2003 16:19:22 -0400
At 04:12 PM 6/27/03 -0400, Shane Hathaway wrote:
>Objects may have different URLs and different security restrictions
>depending on the path taken to access them.
Are you sure? What good does this do? I might agree that different URLs
might produce different views of the same underlying object, but then it's
the view that has the URL, not the object.
As for security, it sounds to me like an invitation to security holes to
have more than one interpretation of an object's restrictions, depending on
how you retrieve it.