Hello

I few months ago, I submitted a few bug fixes, and 
they got coompletely ignored. Is there some step I 
missed in in the patch submisssion process?

It would be nice is eomone coule have a look at it:


1) Add Expires parameters in Apache-issued cookies
https://bz.apache.org/bugzilla/show_bug.cgi?id=60908

Apache issued cookies set the Max-Age parameter, but this
is ignored by MSIE and MS Edge, which only consider the
Expires parameter. The patch makes sur both are included


2) Do not send Set-Cookie header twice
https://bz.apache.org/bugzilla/show_bug.cgi?id=60910

Apache sends the Set-Cookie header twice for successful 
requests.  The patch makes sure it exists only once.


3) Do not save expiry in empty session
https://bz.apache.org/bugzilla/show_bug.cgi?id=60909

When a session is empty, do not save a add lone expiry
key. 


And that one seems to be obsolete because someone else
did the same work and got it committed in tree:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60708


-- 
Emmanuel Dreyfus
m...@netbsd.org

Reply via email to