We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller 에서 JSP 페이지에 값을 EL로 표시하는 것은 소스 보기로 많은 보안 취약점을 노출 시킵니다. ex) geoserver password, cesium ion key 아래와 같은 방법으로 코딩을 수정해 주세요.
3월 말까지는 개선 할것
The text was updated successfully, but these errors were encountered:
사용자 메인페이지 policy 요청 방식 ajax로 변경 #63
c81a898
Merge pull request #66 from Gaia3D/feature/63-policy-security
1f9c647
Merge pull request #72 from Gaia3D/feature/63-policy-security
1747ed9
Feature/63 policy security "#63"
ajax 처리 결과가 비동기 이므로.... mago3D init 부분을 callback 처리 할것
Sorry, something went wrong.
ssshpark
kwunjaehyun
yhjeong-gaia3d
No branches or pull requests
Controller 에서 JSP 페이지에 값을 EL로 표시하는 것은
소스 보기로 많은 보안 취약점을 노출 시킵니다.
ex) geoserver password, cesium ion key
아래와 같은 방법으로 코딩을 수정해 주세요.
필요시 full 정보를 보내줌
아래와 같이 el로 전달 하는것을 ajax 요청으로 수정
policy : ${geoPolicyJson},
dataGroup : {},
baseLayers : ${baseLayerJson}
3월 말까지는 개선 할것
The text was updated successfully, but these errors were encountered: