[Zope] "Hiding" a Zope object from URL accesses

2001-01-24 Thread Gerald Gutierrez
If I have a Z SQL method set up as /query on my Zope site, how is it possible for me to disallow direct accesses to it via a URL (like http://localhost/query) ? If I cannot, then what is the convention people use to store objects which are not supposed to be visible directly? Thanks.

Re: [Zope] "Hiding" a Zope object from URL accesses

2001-01-24 Thread Chris Withers
Gerald Gutierrez wrote: > > > If I have a Z SQL method set up as /query on my Zope site, how is it > possible for me to disallow direct accesses to it via a URL (like > http://localhost/query) ? If I cannot, then what is the convention people > use to store objects which are not supposed to be v

Re: [Zope] "Hiding" a Zope object from URL accesses

2001-01-24 Thread Dimitris Andrakakis
Gerald Gutierrez wrote: > If I have a Z SQL method set up as /query on my Zope site, how is it > possible for me to disallow direct accesses to it via a URL (like > http://localhost/query) ? If I cannot, then what is the convention people > use to store objects which are not supposed to be visible

Re: [Zope] "Hiding" a Zope object from URL accesses

2001-01-24 Thread Chris Withers
Dimitris Andrakakis wrote: > > Gerald Gutierrez wrote: > > If I have a Z SQL method set up as /query on my Zope site, how is it > > possible for me to disallow direct accesses to it via a URL (like > > http://localhost/query) ? If I cannot, then what is the convention people > > use to store obje

Re: [Zope] "Hiding" a Zope object from URL accesses

2001-01-24 Thread Ivan Cornell
Dimitris Andrakakis wrote: > Gerald Gutierrez wrote: > > If I have a Z SQL method set up as /query on my Zope site, how is it > > possible for me to disallow direct accesses to it via a URL (like > > http://localhost/query) ? If I cannot, then what is the convention people > > use to store object

Re: [Zope] "Hiding" a Zope object from URL accesses

2001-01-26 Thread Rik Hoekstra
> > If I have a Z SQL method set up as /query on my Zope site, how is it > possible for me to disallow direct accesses to it via a URL (like > http://localhost/query) ? If I cannot, then what is the convention people > use to store objects which are not supposed to be visible directly? > AFAIK