diff options
| author | liuxueli <[email protected]> | 2022-06-02 18:39:23 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2022-06-02 18:39:23 +0800 |
| commit | 9c5090a1b3664f4fed2b2df49d8041d980cf423a (patch) | |
| tree | 731d9d8da74120a075b659df932e9922f2b8b744 /bin | |
| parent | 0d47ea1fa23771ea80330afce970b57dd7a4c407 (diff) | |
TSG-10599: Security Policy的Deny子动作支持TEXT中有选择的携带策略、用户信息
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/HTTP200.html | 2 | ||||
| -rw-r--r-- | bin/HTTP204.html | 2 | ||||
| -rw-r--r-- | bin/HTTP303.html | 2 | ||||
| -rw-r--r-- | bin/HTTP403.html | 2 | ||||
| -rw-r--r-- | bin/HTTP404.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/HTTP200.html b/bin/HTTP200.html index a474544..c9a5c64 100644 --- a/bin/HTTP200.html +++ b/bin/HTTP200.html @@ -6,6 +6,6 @@ <title> Successfull | 200 - OK </title> </head> <body> - <div class="cover"><h1> Successfull 200 <small>Successfully 200</small></h1><p class="lead">The requested resource accesss Successfully (TSG-{{cfg_id}}:{{msg}}).</p></div> + <div class="cover"><h1> Successfull 200 <small>Successfully 200</small></h1><p class="lead">The requested resource accesss Successfully ({{msg}}).</p></div> </body> </html> diff --git a/bin/HTTP204.html b/bin/HTTP204.html index 598aa84..a2d63f3 100644 --- a/bin/HTTP204.html +++ b/bin/HTTP204.html @@ -6,6 +6,6 @@ <title>We've got some trouble | 204 - Not Content </title> </head> <body> - <div class="cover"><h1>Not Content <small>Error 204</small></h1><p class="lead">The requested resource requires an authentication (TSG-{{cfg_id}}:{{msg}}).</p></div> + <div class="cover"><h1>Not Content <small>Error 204</small></h1><p class="lead">The requested resource requires an authentication ({{msg}}).</p></div> </body> </html> diff --git a/bin/HTTP303.html b/bin/HTTP303.html index 89b3028..e66f09f 100644 --- a/bin/HTTP303.html +++ b/bin/HTTP303.html @@ -6,6 +6,6 @@ <title> 303 See Other </title> </head> <body> - <div class="cover"><h1> 303 See Other <small>303 See Other</small></h1><p class="lead">The requested resource accesss Successfully (TSG-{{cfg_id}}:{{msg}}).</p></div> + <div class="cover"><h1> 303 See Other <small>303 See Other</small></h1><p class="lead">The requested resource accesss Successfully ({{msg}}).</p></div> </body> </html> diff --git a/bin/HTTP403.html b/bin/HTTP403.html index 6102c62..0ec01a0 100644 --- a/bin/HTTP403.html +++ b/bin/HTTP403.html @@ -6,6 +6,6 @@ <title>We've got some trouble | 403 - Access Denied</title> </head> <body> - <div class="cover"><h1>Access Denied <small>Error 403</small></h1><p class="lead">The requested resource requires an authentication (TSG-{{cfg_id}}:{{msg}}).</p></div> + <div class="cover"><h1>Access Denied <small>Error 403</small></h1><p class="lead">The requested resource requires an authentication ({{msg}}).</p></div> </body> </html> diff --git a/bin/HTTP404.html b/bin/HTTP404.html index 7977ec6..017a401 100644 --- a/bin/HTTP404.html +++ b/bin/HTTP404.html @@ -6,6 +6,6 @@ <title>We've got some trouble | 404 - Resource not found</title> </head> <body> - <div class="cover"><h1>Resource not found <small>Error 404 </small></h1><p class="lead">The requested resource could not be found but may be available again in the future (TSG-{{cfg_id}}:{{msg}}).</p></div> + <div class="cover"><h1>Resource not found <small>Error 404 </small></h1><p class="lead">The requested resource could not be found but may be available again in the future ({{msg}}).</p></div> </body> </html> |
