- 28 Apr, 1999 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
with virtual hosts.
-
Jim Fulton authored
of isDocTemp.
-
Jim Fulton authored
unacquired objects that don't have roles.
-
Jim Fulton authored
Redid logic so that access is not always provided for unacquired objects that don't have roles. Also added attempts to acquire roles, and make consistent with OFS.DTMLMethod.DTMLMethod.oldvalidate. Cleaned up logic a bit.
-
Amos Latteier authored
-
- 27 Apr, 1999 14 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Jim Fulton authored
-
Amos Latteier authored
-
Jim Fulton authored
for methods. I left the content-sniffer in because it can be overridden with headers, but I don't like it. :(
-
Amos Latteier authored
-
Amos Latteier authored
Made the ZPublisher error message prettier and more verbose. It now resembles the standard_error_message.
-
Amos Latteier authored
Removed attribution header since it is now set by ZPublisher. Fixed a bug in output channel pushing which caused ZServer to break on occassion.
-
Amos Latteier authored
Added a attribution HTTP header to ZPublisher HTTP output. Also made sure not to add a content-length header if using transfer-encoding.
-
Amos Latteier authored
-
Jim Fulton authored
-
- 26 Apr, 1999 4 commits
-
-
Amos Latteier authored
Worked around a problem with detecting a closed HTTP connection when the headers are set in literal mode. Thanks to Martijn Pieters for pointing out that this happens in some WebDAV responses.
-
- 23 Apr, 1999 6 commits
-
-
Jim Fulton authored
into the package so they would be picklable.
-
Jim Fulton authored
-
Jim Fulton authored
if name[:3]=='aq_' and name != 'aq_parent' and name != 'aq_explicit': return 0
-
Jim Fulton authored
-
Jim Fulton authored
implicit wrapper to an explicit one.
-
Amos Latteier authored
Changed __bobo_traverse__ to call the Response's notFoundError, instead of raising a NotFound. This allows the Application to use the Response's standard error template.
-
- 22 Apr, 1999 6 commits
-
-
Amos Latteier authored
Made ZPublisher errors more pretty. Made all errors mention 'Zope' and point out that more info is available in the HTML source.
-
Amos Latteier authored
-
Amos Latteier authored
Fixed HTTP reply line (whoops). Fixed content-length setting so that it doesn't happen when transfer-encoding. Renamed request, 'response' in ChannelPipe.finish(). Tweaked 204 response setting to avoid returning 204 on WebDAV OPTIONS response when IE5 expects 200.
-
- 21 Apr, 1999 2 commits
-
-
Michel Pelletier authored
configurable number of seconds.
-
Michel Pelletier authored
-