Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might be available?

2003-03-22 Thread hazmat
i started up a wiki page @
http://www.zope.org/Members/k_vertigo/ShortStories/python2_2
which details some of the issues with running python2.2 and zope2.6, 
contributions welcome.

fwiw, i've been running python2.2 and zope2.6 for development and 
production on mac os x (serverdesktop)
and linux without any problems.

-haz

Chris McDonough wrote:

Hi Craeg,

2.6.X appears to work great with Python 2.2.  We even removed the
startup warning lately.  I'd go this way were I you as 2.7 is probably
still some time away and you almost certainly don't want to be tracking
the trunk, as its relatively volatile at the moment.
- C

On Fri, 2003-03-21 at 02:42, Craeg K Strong wrote:
 

Hello:

I am using multiple third party Python libraries with Zope, and they are 
no longer
supporting Python 2.1.X at all.  I am forced to upgrade to Python 2.2.X

As I see it, my options are:

1- try to recompile Zope 2.6.1 from source using Python 2.2.2 (and cross 
my fingers)
2- wait for the Zope 2.7

I think Python 2.2.2 support is the most important feature for me in 
Zope 2.7 --
frankly I wouldn't care if that were its *only* new feature beyond what 
2.6.1 supports

Can anyone over at ZC give a rough ballpark estimate for when we might 
see a first beta
of 2.7?

Thanks,

--Craeg

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
   



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
 



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-22 Thread hazmat
the infrastructure (aka __browser_default__ method) is there but the ui 
isn't.

http://cvs.zope.org/Zope/lib/python/ZPublisher/BaseRequest.py?rev=1.50content-type=text/vnd.viewcvs-markup

-haz

Brent M Hendricks wrote:

On Fri, Mar 21, 2003 at 05:12:37PM +0100, Maik Jablonski wrote:
 

David Cain wrote:
   

How can I customize my Zope server to treat index.html and index.htm
files like index_html files?
 

Your question has nothing to do with developing the Zope Application 
Server, but only with developing applications with Zope. So you should 
ask on [EMAIL PROTECTED]

Your question:

Place a DTML-Method into your Zope-Root with:

dtml-var _['index.html']
   

What ever happened to making this configurable a la:

http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToIndexHtml

--Brent

-

The programmer, like the poet, works only slightly removed from pure
thought-stuff.  He builds his castles in the air, from air, creating
by exertion of the imagination.  Few media of creation are so
flexible, so easy to polish and rework, so readily capable of
realizing grand conceptual structures.
   -- Frederick Brooks, Jr., The Mythical Man Month
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )
 



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] How (in)secure is Zope?

2003-03-22 Thread Stuart Bishop
On Thursday, March 13, 2003, at 11:54  AM, Christian Tismer wrote:

Dear Zope community,

please excuse my ignorance, but I am asked
from time to time how secure or insecure
Zope actually is, and I always have to say
that I actually don't know.
From a sysadmin's point of view, it is roughly
equivalent to Apache with CGI or PHP.
The major differences are:
- Zope's authentication  authorization systems
are implicit in everything you write. It is
harder to write insecure code than in PHP
or CGI.
- Anyone with ability to create dynamic content
  (dtml, python, zpt) can DOS your server.
- You usually need to run Apache in front of
Zope, which adds an additional attack point.
--
Stuart Bishop [EMAIL PROTECTED]
http://shangri-la.dropbear.id.au/
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Encryption help

2003-03-22 Thread Matt Ficken
I am making a product that needs to recieve requests from clients over HTTPS and store 
data in an encrypted form only. Does Zope support HTTPS, and if yes, how do I activate 
that support?

Further, how can I encrypt some files my product generates and have Zope write only 
the encrypted version to disk?

-- 
__
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )