diff options
author | Eric Covener <covener@apache.org> | 2024-09-11 15:04:51 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2024-09-11 15:04:51 +0200 |
commit | 6e9594c220027cdf5390cdb347f7b76bde891df8 (patch) | |
tree | cd69d6d1eaf1c41e25c570a97a093b9f3afc334a /changes-entries | |
parent | CI: Update to OpenSSL 3.1.7/3.3.2. (diff) | |
download | apache2-6e9594c220027cdf5390cdb347f7b76bde891df8.tar.xz apache2-6e9594c220027cdf5390cdb347f7b76bde891df8.zip |
Windows: fix "Include" of UNC paths
... by making UNCList EXEC_ON_READ (since Include is EXEC_ON_READ)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/pr69313.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/pr69313.txt b/changes-entries/pr69313.txt new file mode 100644 index 0000000000..25b3126c1d --- /dev/null +++ b/changes-entries/pr69313.txt @@ -0,0 +1,2 @@ + *) Windows: Restore the ability to "Include" configuration files on UNC + paths. PR69313 [Eric Covener] |