Release History

Data format is : YYYY-MM-DD

Version format is : major.minor.patch

4.2.11 Released

  • glue-core 모듈 수정

    1. glue.properties 및 custom properties내 property key에 pwd, passwd, password, pass 가 포함되어 있는 property value를 "*"로 변환하여 출력
      glue.properties 및 custom properties의 full path를 ERROR level로 출력
      • com.poscoict.glueframework.context.GlueStaticContext 수정

      • com.poscoict.glueframework.context.GlueProperties 추가

        수정전
        DEBUG com.poscoict.glueframework.util.license.LicenseLogger - [LICENSE] LicenseAPI initialize success!!
        TRACE com.poscoict.glueframework.util.license.GlueLicenseManager - C:\apache-tomcat-7.0.79\license_info_Development(4.2.x).xml -> DEVELOPMENT : true
        INFO  com.poscoict.glueframework.context.GlueStaticContext - DEVELOPMENT
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded glue properties count: 15
        INFO  com.poscoict.glueframework.context.GlueStaticContext - {pddwd=5434, bae=bae, passzzz=123456789, zzpasszz=123456789, pwd=12345, pass3==, glue.custom.property=C:\apache-tomcat-7.0.79\glue.custom.properties, PASS=12345, pass2=, key1=test, pass1=, pass=1234, password=54312, zzzpass=123456789}
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded custom properties count: 5
        INFO  com.poscoict.glueframework.context.GlueStaticContext - {custom.pass=1234, coutom.test=gksrmf, custom.zzpass=4331, test.pass=test}
        
        수정후
        DEBUG com.poscoict.glueframework.util.license.LicenseLogger - [LICENSE] LicenseAPI initialize success!!
        TRACE com.poscoict.glueframework.util.license.GlueLicenseManager - C:\apache-tomcat-7.0.79\license_info_Development(4.2.x).xml -> DEVELOPMENT : true
        INFO  com.poscoict.glueframework.context.GlueStaticContext - DEVELOPMENT
        ERROR com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.properties] path: C:\apache-tomcat-7.0.79\glue.properties
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.properties] count: 15
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.properties] content: {pddwd=5434, bae=bae, passzzz=*********, zzpasszz=*********, pwd=*****, pass3=*, glue.custom.property=C:\apache-tomcat-7.0.79\glue.custom.properties, PASS=*****, pass2=, key1=test, pass1=, pass=****, password=*****, zzzpass=*********}
        ERROR com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.custom.properties] path: C:\apache-tomcat-7.0.79\glue.custom.properties
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.custom.properties] count: 5
        INFO  com.poscoict.glueframework.context.GlueStaticContext - Loaded [glue.custom.properties] content: {custom.pass=****, coutom.test1=gksrmf, custom.zzpass=****, test.pass=****}