TSG-10599: Security Policy的Deny子动作支持TEXT中有选择的携带策略、用户信息
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user