[Zope-dev] Re: pdf - Files not viewable

2002-08-19 Thread Markus Stoll
This bug has been reported quite often and is still there. I debugged this one and here are my findings: The reason behind this is the range optimization, that sorts requested http ranges in ascending order (done in OFS/Image.py and ZPublisher/HTTPRangeSupport.py) The acrobat plugin is

Re: [Zope-dev] Re: pdf - Files not viewable

2002-08-19 Thread Florent Guillaume
Markus Stoll [EMAIL PROTECTED] wrote: This bug has been reported quite often and is still there. I debugged this one and here are my findings: The reason behind this is the range optimization, that sorts requested http ranges in ascending order (done in OFS/Image.py and

[Zope-dev] Can't followup to bug 525 - Collector problem, DIFF attached

2002-08-19 Thread Brad Clements
I'm trying to submit a patch to collector item 525 After I login, I select followup and enter text and path to the patch file. When I hit submit, I'm prompted to login again. If I do login again, I get a very ugly Zope error, most likely because the attached file isn't in the redirected

Re: [Zope-dev] Re: pdf - Files not viewable

2002-08-19 Thread Martijn Pieters
On Mon, Aug 19, 2002 at 10:17:00AM +0200, Markus Stoll wrote: The acrobat plugin is definitely unhappy with these sorted ranges that Zope uses for creating the response. Acrobat expects the ranges in the very same order it has requested them. Sorry, further reading on my part. What Acrobat

Re: [Zope-Coders] Re: [Zope-dev] DTML and REQUEST data changes about to be checked in

2002-08-19 Thread Martijn Pieters
On Wed, Aug 14, 2002 at 04:25:09PM -0400, Brian Lloyd wrote: So here's what we'll do. Zope 2.6 will include the string tainting changes, enabled by default. The tainting can be turned off by providing an environment variable. The next Zope 2.5.x release will contain the tainting code, but

[Zope-dev] Patch for 525, oops

2002-08-19 Thread Brad Clements
add import types to the modified xmlrpc.py Brad Clements,[EMAIL PROTECTED] (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements ___ Zope-Dev maillist - [EMAIL PROTECTED]

RE: [Zope-dev] PathIndex doesn't index last part of path

2002-08-19 Thread sean . upton
If the question is begged, why use the catalog: for folders with thousands of objects, applications like CMF skins can be amazingly slow using ObjectManager methods and CMF-wrapped equivalents; they also do not provide sorting. For applications like this, both containment and flexible query

Re: [Zope-dev] PathIndex doesn't index last part of path

2002-08-19 Thread Andreas Jung
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 00:58 Subject: RE: [Zope-dev] PathIndex doesn't index last part of path One thing that seems to be feature-broken about PathIndexes, though, is the