- 01 Sep, 1999 10 commits
-
-
Michel Pelletier authored
other strangosities.
-
Jim Fulton authored
-
Jim Fulton authored
argument is "self" to prevent things like hijacking external methods.
-
Amos Latteier authored
-
Amos Latteier authored
-
called without necessarily aborting the current transaction. This is required by things like the resolve_url machinery, where there is a need to call the exception() method to get a meaningful error. The resolve_url method in HTTPRequest.Request has been changed to take advantage of this. The existing semantics of RESPONSE.exception() are unchanged - it will automatically abort just as it did before unless you pass the keyword arg abort=0 when calling the method.
-
- 31 Aug, 1999 8 commits
-
-
during resolve_url caused the exception method of the (cloned) response object to be called. This mean that as soon as an error occurred during resolve_url, the transaction would be aborted and things got extremely weird since objects that had been uncataloged would suddenly be back (due to the abort).
-
Amos Latteier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Jim Fulton authored
-
Michel Pelletier authored
-
- 30 Aug, 1999 16 commits
-
-
Jim Fulton authored
and that's too late to actually abort. abort is called in a normal abort and is caled before commit, so it's the one that really matters.
-
Amos Latteier authored
-
Jim Fulton authored
-
Jim Fulton authored
images/files that use file-upload. This makes it easier to use small images with SQL methods.
-
Amos Latteier authored
Fixed a HTTP request bug which prevented ZPublisher.Client from being able to upload files to ZServer.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
seemed to want to do.
-
Jim Fulton authored
-
Jim Fulton authored
and is a security hole.
-
- 27 Aug, 1999 6 commits
-
-
Jim Fulton authored
conflict error. Without this, conflict errors lead to leaked connections and, eventually, hung sites.
-
Jim Fulton authored
In fact, this *should* probably be blather, rather than info, but we aren't logging blather right now.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
volatile place, making it's data less than useful.
-