From c9cf025fadfe043f0f2f679e10d1207d8a158bb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:01:31 +0200 Subject: Adding debian version 2.4.57-2. Signed-off-by: Daniel Baumann --- .../perl-framework/t/htdocs/apache/acceptpathinfo/off/index.shtml | 1 + debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php | 1 + debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/test.sh | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/index.shtml create mode 100644 debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php create mode 100755 debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/test.sh (limited to 'debian/perl-framework/t/htdocs/apache/acceptpathinfo/off') diff --git a/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/index.shtml b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/index.shtml new file mode 100644 index 0000000..cbf077b --- /dev/null +++ b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/index.shtml @@ -0,0 +1 @@ +__ diff --git a/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php new file mode 100644 index 0000000..cc85423 --- /dev/null +++ b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/info.php @@ -0,0 +1 @@ +__ \ No newline at end of file diff --git a/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/test.sh b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/test.sh new file mode 100755 index 0000000..fb36212 --- /dev/null +++ b/debian/perl-framework/t/htdocs/apache/acceptpathinfo/off/test.sh @@ -0,0 +1,8 @@ +#!/bin/sh +echo Content-type: text/plain +echo +if [ -z "$PATH_INFO" ]; then + echo "_(none)_" +else + echo _${PATH_INFO}_ +fi -- cgit v1.2.3