This file is indexed.

/usr/share/doc/aolserver4-nsopenssl/examples/tests/ns_httpspost.adp is in aolserver4-nsopenssl 3.0beta26-4build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
   <TITLE>ns_httpspost multipart test form target</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff">
<%

# Get form data and assign to variables

set r [ns_conn form $conn]

set username [ns_set get $r username]
set userpassword [ns_set get $r userpassword]

ns_puts "USERNAME = $username"
ns_puts "USERPASSWORD = $userpassword"

%>
</BODY></HTML>