Update error pages and CsrfGuard property file.

revert-70aa11f8
charitha 8 years ago
parent 78dfddbbed
commit 0a7f8ac22c

@ -27,7 +27,7 @@
<i class="icon-unlink error-icon"></i> <i class="icon-unlink error-icon"></i>
<h1>Error 400</h1> <h1>Error 400</h1>
<h3>We are unable to understand the request and process it. Please re-check your request.</h3> <h3>We are unable to understand the request and process it. Please re-check your request.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -27,7 +27,7 @@
<i class="icon-unlink error-icon"></i> <i class="icon-unlink error-icon"></i>
<h1>Error 401</h1> <h1>Error 401</h1>
<h3>You do not have permission to access this page.Please contact your administrator and request permission.</h3> <h3>You do not have permission to access this page.Please contact your administrator and request permission.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -28,7 +28,7 @@
<i class="icon-unlink error-icon"></i> <i class="icon-unlink error-icon"></i>
<h1>Error 403</h1> <h1>Error 403</h1>
<h3>We cannot process this request.</h3> <h3>We cannot process this request.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -27,7 +27,7 @@
<i class="icon-unlink error-icon"></i> <i class="icon-unlink error-icon"></i>
<h1>Error 404</h1> <h1>Error 404</h1>
<h3>We can't find what you are looking for.</h3> <h3>We can't find what you are looking for.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -27,7 +27,7 @@
<i class="icon-unlink error-icon"></i> <i class="icon-unlink error-icon"></i>
<h1>Error 405</h1> <h1>Error 405</h1>
<h3>Method not allowed.</h3> <h3>Method not allowed.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -26,7 +26,7 @@
<i class="icon-ambulance error-icon"></i> <i class="icon-ambulance error-icon"></i>
<h1>Error 500</h1> <h1>Error 500</h1>
<h3>Something went wrong and we're trying to fix it.</h3> <h3>Something went wrong and we're trying to fix it.</h3>
<h4 id="link"><a href="/emm">Go to EMM</a></h4> <h4 id="link"><a href="/devicemgt">Go to IoT Home</a></h4>
</body> </body>
</html> </html>

@ -108,7 +108,7 @@
"contextParams" : [ "contextParams" : [
{ {
"name" : "Owasp.CsrfGuard.Config", "name" : "Owasp.CsrfGuard.Config",
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties" "value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
} }
] ]
} }

@ -71,7 +71,7 @@
"contextParams" : [ "contextParams" : [
{ {
"name" : "Owasp.CsrfGuard.Config", "name" : "Owasp.CsrfGuard.Config",
"value" : "/repository/conf/security/Owasp.CsrfGuard.dashboard.properties" "value" : "/repository/conf/security/Owasp.CsrfGuard.Carbon.properties"
} }
] ]
} }
Loading…
Cancel
Save