Trace: • Session Isolation • Setting Default Values • Customize an Application Without Derivation • Use Web Application Style With Vaadin • Using XmlSecurityManager • Asynchronous Communication Using CallBack • Replacing Standard About Dialog • Application Without Authentication • 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>