-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Make configuration of context path possible #22
Comments
I have added the configuration of the context path. Please find the changes in #23 PR. |
@keshav-nangare Can you please keep the random string which is added right after the context path? Can you also check if host and port can be retrieved automatically instead of passing them via configuration? |
I restored the random string generation logic and configured the protocol, host and port at runtime. Please find the changes in the same PR. |
I have reverted the protocol change. Please find the changes in the same PR. |
@keshav-nangare Please see my comment in the pull request. |
Check if pattern of generated URL can be simplified. |
Working Branch: https://github.com/opengeospatial/ets-security-client10/tree/configurationOfContextPath-22 |
Currently, it is just possible to configure the host and no context path in https://github.com/opengeospatial/ets-security-client10/blob/master/src/main/scripts/ctl/security-client10-suite.ctl#L32.
Can you please enhance this configuration by the variable
contextPath
? It should be possible to configure a URL like https://https://cite.opengeospatial.org:443/te2/.The text was updated successfully, but these errors were encountered: