Trace: • Database Connection via JNDI • User-Defined Session Manager and Object Provider • Password Policy Integration • Create an Anonymous Connection • REST API Filter
This is an old revision of the document!
If you use Swagger UI for REST API documentation, it's relevant to set the correct host and basePath in the specification file. To use the current host and path, simply use the integrated Filter. It will replace the host and basePath with current information:
<filter> <filter-name>RestApiFilter</filter-name> <filter-class>com.sibvisions.apps.server.http.RestApiFilter</filter-class> <async-supported>true</async-supported> </filter> <filter-mapping> <filter-name>RestApiFilter</filter-name> <url-pattern>*.json</url-pattern> </filter-mapping>