Compare commits
5 Commits
c289eb242d
...
feature/fa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2808bbc29d | ||
|
|
ea2ecf2539 | ||
| 320e64f929 | |||
| 58d246a993 | |||
| 9eade14238 |
@@ -45,7 +45,9 @@ public class AuthenticInterceptor extends HandlerInterceptorAdapter {
|
||||
uri.equals("/") ||
|
||||
uri.equals("/actionLoginSys.do") ||
|
||||
uri.equals("/js/") ||
|
||||
uri.equals("/images/")
|
||||
uri.equals("/images/") ||
|
||||
uri.equals("/health.do")
|
||||
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -91,7 +91,7 @@ public class MainController {
|
||||
return startPage;
|
||||
}
|
||||
|
||||
@RequestMapping(value = "/health", method = RequestMethod.GET)
|
||||
@RequestMapping(value = "/health.do", method = RequestMethod.GET)
|
||||
public void health(HttpServletResponse response) throws IOException {
|
||||
response.setStatus(HttpServletResponse.SC_OK);
|
||||
response.setContentType("text/plain;charset=UTF-8");
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<security:http pattern="/js/**" security="none"/>
|
||||
<security:http pattern="/resource/**" security="none"/>
|
||||
<security:http pattern="\A/WEB-INF/jsp/.*\Z" request-matcher="regex" security="none"/>
|
||||
<security:http pattern="/health.do" security="none"/>
|
||||
|
||||
<egov-security:config id="securityConfig"
|
||||
loginUrl="/login.do"
|
||||
|
||||
BIN
src/main/webapp/Favicon.ico
Normal file
BIN
src/main/webapp/Favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user