Issue #17 is fixed: Changed default properties file for resource servers that use the AuthorizationServerFilter for token verification: it now is 'apis-resource-server.properties'. To be consistent, the servlet filter's init-param has been renamed as well, from 'apis.application.properties.file' to 'apis-resource-server.properties.file'. Migration consists of either:
- Rename your current apis.application.properties (only for the resource server!) to 'apis-resource-server.properties'.
or
- Change the init-param in your web.xml from 'apis.application.properties.file' to 'apis-resource-server.properties.file'
Which one to use depends on whether you currently use the init-param or rely on the default file name.
Issue #15 Type information fixed