You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by kp...@raleigh.ibm.com on 1998/10/23 21:50:03 UTC

Re: os-windows/2708: Can still reference "nul" pseudofile

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Can still reference "nul" pseudofile

State-Changed-From-To: open-closed
State-Changed-By: kparz@raleigh.ibm.com
State-Changed-When: Fri Oct 23 12:50:01 PDT 1998
State-Changed-Why:
Thanks for the bug report.
The fix has been committed to CVS.
There was a problem in ap_pcfg_openfile where it was
checking for just "nul".  However, "c:\apache\nul" 
(or something like that) is an
equivalent file, and therefore, we needed to check for
a fully qualified possibilty as well.

Thanks for using Apache!