Trawling through a few bugs, this one looks valid to me: namely, Set-Cookie headers should be enabled on 304 responses. The current behaviour has a rationale,...
50211
Erik Abele
erik@...
Aug 29, 2004 10:01 pm
I'm building some simple (but nice) statistics based on the weekly bug reports mailed out to the dev- and bug-list: ...
50212
Jim Jagielski
jim@...
Aug 29, 2004 10:57 pm
I myself would "define" the cookie header as an entity header, since it *is* meta data about the body, but I can also see it as a more traditional "response...
50213
Nick Kew
nick@...
Aug 29, 2004 11:37 pm
... Would it? A cookie is not data about the body. The nearest analogy amongst headers explicitly discussed in rfc2616 is authentication, and the relevnt...
50214
Rici Lake
ricilake@...
Aug 29, 2004 11:46 pm
Is it metadata about the body? In many cases, a cookie is semantically information about the "session"; it might have nothing to do with the particular body at...
50215
Nick Kew
nick@...
Aug 30, 2004 12:52 am
... We've just been discussing this on IRC. We have a gradual but inexorable accumulation of bugs. Some of them have become kind-of permanent fixtures,...
50216
Geoffrey Young
geoff@...
Aug 30, 2004 4:02 pm
... fwiw, this was discussed a few times in the archives. the one that comes to mind for me is this from doug: ...
50217
Mathihalli, Madhusudan
madhum@...
Aug 30, 2004 6:29 pm
Hi, When a Client sends a POST request with Content-Length larger than its actual body size, (curl --header "Content-Length: 10" https://proxy-server/) -...
50218
Paul Querna
chip@...
Aug 30, 2004 6:47 pm
There are a few things I would like changed in Apache's Bugzilla. I believe to really get things changed for Bugzilla, it would be best if the httpd PMC makes...
50219
Joe Orton
jorton@...
Aug 30, 2004 11:13 pm
... Yes, NEEDINFO is very useful - the reports.cgi interface in later bugzilla's gives much more interesting stats, too. ... The new components all look very...
50220
Michael Corcoran
mcorcoran@...
Aug 30, 2004 11:38 pm
Hello, I've run into a very easily reproducible situation that is causing Apache to seg fault. I'm using Apache 2.0.50 with the worker MPM, mod_proxy and...
50221
Joshua Slive
joshua@...
Aug 31, 2004 12:08 am
... The current bugzilla install is falling apart. It needs to be completely redone on a new machine. There is some hope that the spamassassin people might...
50222
Joshua Slive
joshua@...
Aug 31, 2004 2:43 am
Thinking about this a little more... ... Are these really necessary? We have a "build" category already, and we could have a similar "install" category. Then...
50223
Paul Querna
chip@...
Aug 31, 2004 3:27 am
... The do not use the same systems at all. I guess you have a good enough case for "build", but the installer really needs its own catagory, since windows is...
50224
Sander Temme
sander@...
Aug 31, 2004 4:13 am
... Bugzilla has some... interesting design decisions in its schema. Stuff like these component names is used as foreign keys instead of being fully...
50225
Sander Striker
striker@...
Aug 31, 2004 7:58 am
Hi, I've tagged 2.0 as STRIKER_2_0_51_RC1. I'll roll a tarball later on today for testing. Sander...
50226
Henri Gomez
hgomez@...
Aug 31, 2004 8:13 am
... Well I certainly will continue to support at least the ajp13 protocol in jakarta-tomcat-connector :)...
50227
Nick Kew
nick@...
Aug 31, 2004 1:28 pm
I've made some further updates both to the code and documentation since posting. One change is to support inserting a harness anywhere in the filter chain....
50228
Bill Stoddard
bill@...
Aug 31, 2004 2:18 pm
... I backported mod_cache/mod_mem_cache/mod_disk_cache from 2.1 into 2.0 a few days ago. Could you try this with 2.0 head and report the results? Bill...
50229
Nick Kew
nick@...
Aug 31, 2004 3:57 pm
... That thread seems to be the same basic issue, but with reference to RFC1945. 2616 includes additional explanation, and seems more clearly to support the...
50230
Jim Jagielski
jim@...
Aug 31, 2004 4:35 pm
Personally, I think that if Roy said that it would cause non-compliance then, unless he changed his mind, that's good enough for me to veto any change that ...
50231
Cliff Woolley
jwoolley@...
Aug 31, 2004 4:55 pm
... I strongly agree. Roy? --Cliff...
50232
Roy T. Fielding
fielding@...
Aug 31, 2004 5:41 pm
[sent this yesterday, but it bounced] ... Umm, not really -- cookies are just broken by design. That's why they aren't in HTTP/1.1 and why they are not listed...
50233
Wallace, Brian S.
wallacebs@...
Aug 31, 2004 6:26 pm
Hi: I am adding code to Apache 2.0 to provide a timeout for all authenticated content. I have everything working, but because browsers use cached credentials,...
50234
Dirk-Willem van Gulik
dirkx@...
Aug 31, 2004 6:37 pm
... Not that I know. And this list is mrore for the development of apache so not sure if this is the right place. ... Approaches I've used: * prefix the path...
50235
Joshua Slive
joshua@...
Aug 31, 2004 6:40 pm
... The are many tricks depending on the specific version of the specific browser. There is no way that I know of to reliably instruct browsers to forget a ...
50236
Wallace, Brian S.
wallacebs@...
Aug 31, 2004 6:42 pm
Thanks to all, I will move the discussion to users@.... ... From: Joshua Slive [mailto:joshua@...] Sent: Tuesday, August 31, 2004 2:37 PM To:...
50237
Rici Lake
ricilake@...
Aug 31, 2004 11:49 pm
After some struggling, I managed to get mod_info.c to work with mod_perl2 PerlSections. The current version of the revised mod_info.c: ...
50238
William A. Rowe, Jr.
wrowe@...
Sep 1, 2004 5:52 am
... As Roy just stated, cookies aren't in RFC 2616. Go ahead and apply this fix - I understand both perspectives; cookies as connection/session/auth data, and...