Skip to content
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

Open
dstenger opened this issue Feb 1, 2021 · 7 comments · May be fixed by #23
Open

Make configuration of context path possible #22

dstenger opened this issue Feb 1, 2021 · 7 comments · May be fixed by #23
Assignees

Comments

@dstenger
Copy link
Contributor

dstenger commented Feb 1, 2021

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/.

@keshavnangare
Copy link

I have added the configuration of the context path. Please find the changes in #23 PR.

@dstenger
Copy link
Contributor Author

dstenger commented Feb 4, 2021

@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?

@keshavnangare
Copy link

I restored the random string generation logic and configured the protocol, host and port at runtime. Please find the changes in the same PR.

@keshavnangare
Copy link

I have reverted the protocol change. Please find the changes in the same PR.

@dstenger
Copy link
Contributor Author

@keshav-nangare Please see my comment in the pull request.

@dstenger dstenger assigned keshavnangare and unassigned dstenger Feb 12, 2021
@dstenger dstenger removed their assignment Mar 8, 2021
@dstenger dstenger assigned dstenger and lgoltz and unassigned keshavnangare Mar 17, 2021
@dstenger
Copy link
Contributor Author

Check if pattern of generated URL can be simplified.
Will be discussed with @lgoltz.

@lgoltz
Copy link
Contributor

lgoltz commented Oct 18, 2021

Working Branch: https://github.com/opengeospatial/ets-security-client10/tree/configurationOfContextPath-22
The URL is passed completely. The internal service starts not correctly (or does not listen to the requests).

@dstenger dstenger added this to CITE Aug 1, 2024
@dstenger dstenger moved this to To do in CITE Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

Successfully merging a pull request may close this issue.

4 participants