diff options
author | xue <> | 2006-01-28 05:56:18 +0000 |
---|---|---|
committer | xue <> | 2006-01-28 05:56:18 +0000 |
commit | 785fa814501d66e94d07a872d5ff69e26baf413d (patch) | |
tree | d8b1d94f18a75b32355d83a53dcfb79a065a258f /demos/quickstart/protected/controls | |
parent | 1bf13b75e5f5f3d1f953a94a9be244d734ed3f9d (diff) |
Added ViewState protection and cross site scripting prevention tutorial pages.
Diffstat (limited to 'demos/quickstart/protected/controls')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl index f2aa4180..79d3cd1d 100644 --- a/demos/quickstart/protected/controls/TopicList.tpl +++ b/demos/quickstart/protected/controls/TopicList.tpl @@ -64,8 +64,8 @@ <div>Security</div>
<ul>
<li><a href="?page=Security.Auth">Authentication and Authorization</a></li>
- <li><a href="?page=Construction">ViewState Protection</a></li>
- <li><a href="?page=Construction">Cross Site Scripting Prevention</a></li>
+ <li><a href="?page=Security.ViewState">ViewState Protection</a></li>
+ <li><a href="?page=Security.XSS">Cross Site Scripting Prevention</a></li>
</ul>
</div>
|