Re: [Repoze-dev] middleware for zope-exceptions

2008-12-09 Thread Hanno Schlichting
Paul Everitt wrote:
> On Dec 9, 2008, at 10:15 AM, Hanno Schlichting wrote:
>> Tom Gross wrote:
>>>  is there any repoze-component for catching zope2-exceptions except
>>> cgitb which is unsuitable for production environments. omitting cgitb
>>> results in a white page which isn't too good eighter. is there a  
>>> product
>>> which can return customized error pages?
>> If you find anything, please let us know. For Plone we need this
>> functionality as well, so we can still offer nicely formatted "not
>> found" and general "error" pages.
> 
> For Plone, do you need the "nicely formatted" to include links to CSS  
> that are automagically assembled by the WSGI app (Plone)?  If so, you  
> have a bit of a chicken-or-egg situation.

Right. I think we don't need integrated error pages having exactly the
same design as the backend application. What people care about is
something that looks better than just a plain error. If it is a static
page with minimal CSS that is fine with me. Serving error pages from a
Zope / Plone backend is a bad idea in terms of speed anyways.

> If Plone's future includes repoze.squeeze, which might have already  
> written a generated set of static stuff to disk for serving by a  
> StaticURLParser or some such, then I retract my point.

I think the approach repoze.squeeze takes is how the future of our
ResourceRegistries should look like. If someone wants to own the task of
replacing RR with repoze.squeeze for real inside Plone, I think we are
very welcome to the idea.

Hanno

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] middleware for zope-exceptions

2008-12-09 Thread Paul Everitt

On Dec 9, 2008, at 10:15 AM, Hanno Schlichting wrote:

> Hi.
>
> Tom Gross wrote:
>>  is there any repoze-component for catching zope2-exceptions except
>> cgitb which is unsuitable for production environments. omitting cgitb
>> results in a white page which isn't too good eighter. is there a  
>> product
>> which can return customized error pages?
>
> If you find anything, please let us know. For Plone we need this
> functionality as well, so we can still offer nicely formatted "not
> found" and general "error" pages.

For Plone, do you need the "nicely formatted" to include links to CSS  
that are automagically assembled by the WSGI app (Plone)?  If so, you  
have a bit of a chicken-or-egg situation.

If Plone's future includes repoze.squeeze, which might have already  
written a generated set of static stuff to disk for serving by a  
StaticURLParser or some such, then I retract my point.

--Paul
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] middleware for zope-exceptions

2008-12-09 Thread Hanno Schlichting
Hi.

Tom Gross wrote:
>   is there any repoze-component for catching zope2-exceptions except
> cgitb which is unsuitable for production environments. omitting cgitb
> results in a white page which isn't too good eighter. is there a product
> which can return customized error pages?

If you find anything, please let us know. For Plone we need this
functionality as well, so we can still offer nicely formatted "not
found" and general "error" pages.

Thanks,
Hanno

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] middleware for zope-exceptions

2008-12-09 Thread Fernando Correa Neto
Hey,

On Tue, Dec 9, 2008 at 12:25 PM, Tom Gross <[EMAIL PROTECTED]> wrote:
> Hi there,
>
>  is there any repoze-component for catching zope2-exceptions except
> cgitb which is unsuitable for production environments. omitting cgitb
> results in a white page which isn't too good eighter. is there a product
> which can return customized error pages?

You can take a look at some existing middlewares that might at least
be close to what you want at
http://www.wsgi.org/wsgi/Middleware_and_Utilities.
I think wsgilog and flup might end up being a good choice for you.

Regards,
Fernando
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] middleware for zope-exceptions

2008-12-09 Thread Tom Gross
Hi there,

  is there any repoze-component for catching zope2-exceptions except
cgitb which is unsuitable for production environments. omitting cgitb
results in a white page which isn't too good eighter. is there a product
which can return customized error pages?

thanks for any hint,
-tom

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev