public class VersionedURLFilter extends BaseFilter
isc.pathSegmentPrefix
as defined in the server.properties configuration file. This allows versioned URLs of the format generated by the LoadISC and LoadModules jsp tags with versionStyle="pathSegment"
to resolve to the appropriate resources in the filesystem.
To use this filter, ensure it is registered to apply to all file-paths that may contain versioned URLs for retrieving SmartClient resources, including JavaScript framework module and skin files.
Note that the FileDownloadServlet also handles stripping SmartClient-version URL segments when resolving URLs so this filter does not need to be deployed for paths that are already registered with this servlet.