rse 99/05/21 04:05:09
Modified: . STATUS
Log:
A few things...
Revision Changes Path
1.691 +13 -2 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.690
retrieving revision 1.691
diff -u -r1.690 -r1.691
--- STATUS 1999/05/21 10:20:58 1.690
+++ STATUS 1999/05/21 11:05:08 1.691
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/05/21 10:20:58 $]
+ Last modified at [$Date: 1999/05/21 11:05:08 $]
Release:
@@ -70,8 +70,13 @@
* mod_rewrite/3874: RewriteLock doesn't work for virtual hosts
=> When I find time, I can look at this. But I would appreciate
when someone other already can dive into this. My opinion
- is already appended to the PR.
+ is already appended to the PR. -rse
+ * The Vary header field stuff is still broken (multiple
+ entries occur, etc.), for instance also in mod_rewrite.
+ => I've already started to work on this, but I've not
+ finished it. I've less time... -rse
+
* long pathnames with many components and no AllowOverride None
Workaround is to define <Directory /> with AllowOverride None,
which is something all sites should do in any case.
@@ -170,6 +175,12 @@
Status: one open(?) issue remains: there may be some extra work to
export the Expat functions from httpd on Win32 and AIX for
DSOs to use (requires changes to the .def and .exp files).
+ => Ralf: +1 for the patch in general
+ -1 until the symbol export issue is solved.
+ Hint: IMHO the only correct way is to encapsulate
+ the complete Expat API into with a ap_xml_xxx()
+ API. See also my EAPI patches where I've done
this
+ for the MM API.
Needs patch: