File: index.adp

package info (click to toggle)
aolserver 3.4.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 22,692 kB
  • ctags: 33,612
  • sloc: ansic: 171,340; tcl: 10,218; sh: 3,821; cpp: 2,779; makefile: 2,041; yacc: 1,648; perl: 456; php: 13
file content (118 lines) | stat: -rw-r--r-- 1,885 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<HTML>

<HEAD>
<TITLE>AOLserver Confidence Test</TITLE>
</HEAD>

<BODY BGCOLOR="#ffffff">


<H2>AOLserver Confidence Tests</H2>

$Header: /cvsroot/aolserver/aolserver/tests/index.adp,v 1.1 2000/10/09 20:29:54 kriston Exp $

<P>

Smoke-test your server with these ADP scripts.  More and more tests
will be added soon.


<H3>Core AOLserver and ADP Functionality</H3>

<BLOCKQUOTE>

<A HREF="adp/test1.adp">Regular Tcl commands</A>

<BR>

<A HREF="adp/test2.adp">Complex Tcl commands</A>

<BR>

<A HREF="adp/test3.adp">ns_adp_include</A>

<BR>

<A HREF="adp/test4.adp">ns_adp_include with args</A>

<BR>

<A HREF="adp/test5.adp">POST data to an ADP</A>

<BR>

<A HREF="adp/test6.adp">Do a Tcl exec on something</A>

<BR>

<A HREF="adp/test7.adp">Test ns_adp_include with ns_adp_return</A>

<BR>

<A HREF="adp/test8.adp">Test GET and POST method forms</A>

<BR>

<A HREF="adp/test9.adp">ADP variable scope with ns_adp_include</A>


</BLOCKQUOTE>

<H3>Selected C API Functions</H3>

<BLOCKQUOTE>

<A HREF="cdev/test1.adp">Run a custom Tcl command (needs nsexample.so)</A>

<BR>

</BLOCKQUOTE>

<H3>Database</H3>

<BLOCKQUOTE>

<A HREF="dbase/test1.adp"></A>Select queries

<BR>

<A HREF="dbase/test2.adp"></A>Insert queries

<BR>

<A HREF="dbase/test3.adp"></A>DDL queries

</BLOCKQUOTE>


<H3>Security</H3>

<BLOCKQUOTE>

<A HREF="sec/test1.adp"></A>User access control

<BR>

<A HREF="sec/test2.adp"></A>Host access control

<BR>

<A HREF="sec/test3.adp"></A>Safe-Tcl interpreter

</BLOCKQUOTE>

<H3>Tcl pages in the pageroot (*.tcl)</H3>

You must have Tcl pages enabled to try these tests.  Tcl pages are
only used by the more antiquated applications out there and represent
a significant security risk.  If your application is still using Tcl
pages, it's time to convert to ADP.

<BLOCKQUOTE>

<A HREF="tcl/test1.tcl">Test POST and GET method forms</A>

</BLOCKQUOTE>

</BODY>
</HTML>