You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
The text was updated successfully, but these errors were encountered:
mrioan
changed the title
Coming from a support question: It would be nice to provide OS-independent ApiKeyLocation
Coming from a support question: It would be nice to provide OS-independent ApiKey File Reader
Aug 20, 2014
Another option is to be able to place the file relative to the shiro.ini file. I'm not sure how to do that the "right way", but my own webapp is organized such that "classpath:../apiKey.properties" works.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One user had the problem that the shiro.ini in
Windows
was:stormpathClient.apiKeyFileLocation = C:/stormpathApiKey.properties
while in
Linux
:stormpathClient.apiKeyFileLocation = /home/user/stormpathApiKey.properties
We might want to provide a way to read properties in an OS-independent way.
BTW, I suggested to user to do:
Then, in shiro.ini change this:
stormpathClient.apiKeyFileLocation = C:/stormpathApiKey.properties
to
The text was updated successfully, but these errors were encountered: