- 05 Aug, 1999 14 commits
-
-
Jim Fulton authored
database.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Fixed a problem in setting user permissions.
-
Jim Fulton authored
-
- 04 Aug, 1999 17 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
get set even if we fail setting traceback.
-
Jim Fulton authored
We can't pretify it, but at least we can restart.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
care of it.
-
Jim Fulton authored
This is a pretty significant restructuring of ZPublisher to allow a new module hook for handling errors. There are two goals in this: - To allow Zope to retry a request when ZODB raises a ConflictError, and - To move reformatting of exception using standard_error_message out to the publisher level so that: - Errors don't get obfuscated by error handling done by sub-documents and external methods, and - Errors raised by the publisher (e.g. for input errors, not-found errors, system exit, etc) get prettified.
-
Jim Fulton authored
processInputs that is called by the publisher at the start of request processing. Any request processing that can raise errors must be defered at least until this method is called so that the publisher can handle the errors. BaseRequest now has an empty implementation for this method and HTTPRequest defers most of it's initialization to this method. This fixes a bug in handling of form inut errors, which were being raised as ZServer server errors.
-
Michel Pelletier authored
a feature. -Michel
-
Amos Latteier authored
-
Amos Latteier authored
Now medusa's http server is better about handling broken HTTP requests. It now tries to figure out a reasonable request, and failing that it returns a 400 error. This patch has been submitted to Sam Rushing.
-
Amos Latteier authored
Added a -r switch for read-only operation. In read-only mode ZServer won't write any pid or log files. The mode is only really good for running in weird environments, like off a CD.
-
- 03 Aug, 1999 9 commits
-
-
Jim Fulton authored
-
Amos Latteier authored
-
Amos Latteier authored
Fixed problems with product permissions registration methods that caused product permissions to get lost when adding, changing and deleting permission objects.
-
Jim Fulton authored
-
Jim Fulton authored
Restructured _str using continue to avoid excessive nesting.
-
Jim Fulton authored
sql method is called in a version. Column meta-data should (and is now) only computed when an sql method is tested.
-
Jim Fulton authored
-