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 stormpath-sdk-servlet-VERSION.jar:META-INF/resources/WEB-INF/classes/com/stormpath/sdk/servlet/i18n.properties file is not resolvable in Jetty 8 (it works in Tomcat 7 though).
Moving the file to stormpath-sdk-servlet-VERSION.jar:com/stormpath/sdk/servlet/i18n.properties works correctly.
The new destination still allows a web app to override these default definitions by re-defining the file in web app's /WEB-INF/classes/com/stormpath/sdk/servlet/i18n.properties. In a Maven or Gradle project then, the file should reside in src/main/resources/com/stormpath/sdk/servlet/i18n.properties and the file will be copied over to /WEB-INF/classes in the appropriate target directory.
The current workaround for Jetty deployments is to copy and paste this file into the war project as described above.
The text was updated successfully, but these errors were encountered:
The
stormpath-sdk-servlet-VERSION.jar:META-INF/resources/WEB-INF/classes/com/stormpath/sdk/servlet/i18n.properties
file is not resolvable in Jetty 8 (it works in Tomcat 7 though).Moving the file to
stormpath-sdk-servlet-VERSION.jar:com/stormpath/sdk/servlet/i18n.properties
works correctly.The new destination still allows a web app to override these default definitions by re-defining the file in web app's
/WEB-INF/classes/com/stormpath/sdk/servlet/i18n.properties
. In a Maven or Gradle project then, the file should reside insrc/main/resources/com/stormpath/sdk/servlet/i18n.properties
and the file will be copied over to/WEB-INF/classes
in the appropriate target directory.The current workaround for Jetty deployments is to copy and paste this file into the war project as described above.
The text was updated successfully, but these errors were encountered: