[Repoze-dev] [issue6] Plone's KSS "doesnt work" under repoze.zope2
Chris McDonough
bugs at bugs.repoze.org
Thu Oct 25 14:23:44 UTC 2007
Chris McDonough <chrism at plope.com> added the comment:
This is due to OFS.Image's use of RESPONSE.write (line 405):
while data is not None:
RESPONSE.write(data.data)
data=data.next
On Oct 25, 2007, at 9:43 AM, Chris McDonough wrote:
>
> Chris McDonough <chrism at plope.com> added the comment:
>
> This wget command against repoze.plone seems to demonstrate the
> problem on my system:
>
> wget -S http://localhost:8080/plone/portal_javascripts/Plone%
> 20Default/resourcekukit-
> cachekey7247.js
>
> __________________________________
> Repoze Bugs <bugs at bugs.repoze.org>
> <http://bugs.repoze.org/issue6>
> __________________________________
> _______________________________________________
> Repoze-dev mailing list
> Repoze-dev at lists.repoze.org
> http://lists.repoze.org/mailman/listinfo/repoze-dev
>
__________________________________
Repoze Bugs <bugs at bugs.repoze.org>
<http://bugs.repoze.org/issue6>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev at lists.repoze.org
http://lists.repoze.org/mailman/listinfo/repoze-dev
More information about the Repoze-dev
mailing list