• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
chominsoo4245 / mjon_git star
Forked from hylee / mjon_git
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
mjon_gitsrcmainresourcesegovframeworkspringcomcontext-security.xml
Download as .zip file
File name
Commit message
Commit date
DATABASE
mjon_git
2023-06-12
src/main
Merge branch 'master' of http://subsub8729@vcs.iten.co.kr:9999/hylee/mjon_git
2024-11-22
.codetogether.ignore
mjon_git
2023-06-12
.gitignore
gitignore 적용
2023-06-12
pom.xml
플러그인 추가 원복
2024-02-16
File name
Commit message
Commit date
java
보안로그인 진행중
2024-11-22
resources
보안로그인 > 접속 IP관리 > 정렬 순서 수정
2024-11-22
webapp
Merge branch 'master' of http://subsub8729@vcs.iten.co.kr:9999/hylee/mjon_git
2024-11-22
File name
Commit message
Commit date
egovframework
보안로그인 > 접속 IP관리 > 정렬 순서 수정
2024-11-22
log4j2.xml
mjon_git
2023-06-12
File name
Commit message
Commit date
egovProps
공백제거
2024-03-05
message/com
mjon_git
2023-06-12
spring/com
mj_msg_data 백업 스케줄러 주석처리
2024-11-22
sqlmap
보안로그인 > 접속 IP관리 > 정렬 순서 수정
2024-11-22
validator
mjon_git
2023-06-12
File name
Commit message
Commit date
context-aspect.xml
mjon_git
2023-06-12
context-bbsChgHst.xml
mjon_git
2023-06-12
context-common.xml
mjon_git
2023-06-12
context-crypto.xml
mjon_git
2023-06-12
context-datasource.xml
이준호 문자온 커밋 - globals_local.properties db 접속 정보 수정 - mainPage.jsp httpredirect 함수 조건 변경
2023-07-28
context-excel.xml
mjon_git
2023-06-12
context-idgen.xml
보안로그인 진행중
2024-11-21
context-mail.xml
mjon_git
2023-06-12
context-properties.xml
mjon_git
2023-06-12
context-scheduling-sym-log-lgm.xml
mj_msg_data 백업 스케줄러 주석처리
2024-11-22
context-security.xml
mjon_git
2023-06-12
context-sqlMap.xml
mjon_git
2023-06-12
context-syslogaop.xml
mjon_git
2023-06-12
context-transaction.xml
mjon_git
2023-06-12
context-validator.xml
mjon_git
2023-06-12
hylee 2023-06-12 cf35c07 mjon_git UNIX
Raw Open in browser Change history
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:egov-security="http://www.egovframe.go.kr/schema/egov-security" xmlns:security="http://www.springframework.org/schema/security" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.2.xsd http://www.egovframe.go.kr/schema/egov-security http://www.egovframe.go.kr/schema/egov-security/egov-security-3.7.xsd"> <security:http pattern="/css/**" security="none"/> <security:http pattern="/html/**" security="none"/> <security:http pattern="/images/**" security="none"/> <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"/> <egov-security:config id="securityConfig" loginUrl="/uat/uia/actionMain.do" logoutSuccessUrl="/uat/uia/actionMain.do" loginFailureUrl="/uat/uia/actionSecurityLogin.do?login_error=1" accessDeniedUrl="/sec/ram/accessDenied.do" dataSource="egov.dataSource" jdbcUsersByUsernameQuery="SELECT USER_ID, ESNTL_ID AS PASSWORD, 1 ENABLED, USER_NM, USER_ZIP, USER_ADRES, USER_EMAIL, USER_SE, '-' ORGNZT_ID, ESNTL_ID, MBTLNUM AS MOBLPHONNO, '-' ORGNZT_NM, AUTHOR_CODE AS AUTHORITY, DEPT FROM COMVNUSERMASTER A INNER JOIN LETTNEMPLYRSCRTYESTBS B ON A.ESNTL_ID = B.SCRTY_DTRMN_TRGET_ID WHERE CONCAT(USER_SE, USER_ID) = ?" jdbcAuthoritiesByUsernameQuery="SELECT A.SCRTY_DTRMN_TRGET_ID USER_ID, A.AUTHOR_CODE AUTHORITY FROM LETTNEMPLYRSCRTYESTBS A, COMVNUSERMASTER B WHERE A.SCRTY_DTRMN_TRGET_ID = B.ESNTL_ID AND B.USER_ID = ?" jdbcMapClass="itn.let.uat.uia.service.impl.EgovSessionMapping" requestMatcherType="regex" hash="plaintext" hashBase64="false" concurrentMaxSessons="999" concurrentExpiredUrl="/" defaultTargetUrl="/uat/uia/actionMain.do" /> <!--원 소스 --> <!-- defaultTargetUrl="/uat/uia/actionMain.do" --> <!-- sqlHierarchicalRoles=" SELECT a.CHLDRN_ROLE child, a.PARNTS_ROLE parent FROM LETTNROLES_HIERARCHY a LEFT JOIN LETTNROLES_HIERARCHY b on (a.CHLDRN_ROLE = b.PARNTS_ROLE)" --> <egov-security:secured-object-config id="securedObjectConfig" roleHierarchyString=" ROLE_ADMIN > ROLE_USER_MEMBER ROLE_USER_MEMBER > ROLE_ANONYMOUS" sqlRolesAndUrl=" SELECT a.ROLE_PTTRN url, b.AUTHOR_CODE authority FROM LETTNROLEINFO a, LETTNAUTHORROLERELATE b WHERE a.ROLE_CODE = b.ROLE_CODE AND a.ROLE_TY = 'url' ORDER BY a.ROLE_SORT" sqlRolesAndMethod=" SELECT a.ROLE_PTTRN method, b.AUTHOR_CODE authority FROM LETTNROLEINFO a, LETTNAUTHORROLERELATE b WHERE a.ROLE_CODE = b.ROLE_CODE AND a.ROLE_TY = 'method' ORDER BY a.ROLE_SORT" sqlRolesAndPointcut=" SELECT a.ROLE_PTTRN pointcut, b.AUTHOR_CODE authority FROM LETTNROLEINFO a, LETTNAUTHORROLERELATE b WHERE a.ROLE_CODE = b.ROLE_CODE AND a.ROLE_TY = 'pointcut' ORDER BY a.ROLE_SORT" sqlRegexMatchedRequestMapping=" SELECT a.resource_pattern uri, b.authority authority FROM LETTNROLEINFO a, LETTNAUTHORROLERELATE b WHERE a.ROLE_CODE = b.ROLE_CODE AND a.ROLE_TY = 'regex' ORDER BY a.ROLE_SORT" /> <egov-security:initializer id="initializer" supportMethod="true" supportPointcut="false" /> <!-- URL에 세미콜론(semicolon)허용 여부(기본값/false) --> <bean id="egovStrictHttpFirewall" class="org.springframework.security.web.firewall.StrictHttpFirewall"> <property name="allowSemicolon" value="true"/> </bean> <security:http-firewall ref="egovStrictHttpFirewall"/> </beans>

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up