[Zope-dev] regex (or re) modules

2000-12-19 Thread Tim McLaughlin

Does anybody know why these modules aren't available for DTML and Python
Methods?
(I already hacked my server, just wanna know what I'm riskin)

Thanks,
Tim

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




Re: [Zope-dev] regex (or re) modules

2000-12-19 Thread Christopher Petrilli

Because both are quite capable of crashing a thread (maybe the whole thing),
with poorly written regex expressions.  Creating infinate loops is easier
than you think, esp if your regex requires backtracking to "solve".  Perhaps
there should be a simplified regex engine available, that I don't know.

Chris
--
| Christopher Petrilli
| [EMAIL PROTECTED]
- Original Message -
From: "Tim McLaughlin" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 19, 2000 2:35 PM
Subject: [Zope-dev] regex (or re) modules


 Does anybody know why these modules aren't available for DTML and Python
 Methods?
 (I already hacked my server, just wanna know what I'm riskin)



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