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
This is due to agama-model jar used in config api, where EngineConfig class has
private String rootDir = Path.of(System.getProperty("server.base"), "agama").toString();
which will produce a path with /jans-config-api instead of /jans-auth
/jans-config-api
/jans-auth
The text was updated successfully, but these errors were encountered:
fix: about usage of java variable for Agama's root dir #4523
d10e2d3
jgomer2001
Successfully merging a pull request may close this issue.
This is due to agama-model jar used in config api, where EngineConfig class has
which will produce a path with
/jans-config-api
instead of/jans-auth
The text was updated successfully, but these errors were encountered: