new test cases for invalid URLs
new error-404-page
This commit is contained in:
parent
495bee4918
commit
8fc76e04a5
7 changed files with 20 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
displays thttpd's error-404-page
|
|
@ -0,0 +1 @@
|
|||
url https://192.168.0.23/croptyfox
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=192.168.0.23
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=0
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=192.168.0.23
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
try root directory index
|
|
@ -0,0 +1 @@
|
|||
url https://192.168.0.23
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=192.168.0.23
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=0
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=192.168.0.23
|
||||
Data.Status.Mounted=0
|
|
@ -2,13 +2,14 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>CryptoBox</title>
|
||||
<title>CryptoBox</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="refresh" content="0;/cryptobox">
|
||||
<link rel="stylesheet" media="screen" href="/cryptobox.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Error 404 - page not found!</h1>
|
||||
<p>Please go to the <a href="/cryptobox" title="CryptoBox">CryptoBox-Interface</a></p>
|
||||
|
||||
</body>
|
Loading…
Add table
Reference in a new issue