Author: buildbot Date: Fri Jan 6 08:19:10 2017 New Revision: 1004237 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/swagger-java.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/swagger-java.html ============================================================================== --- websites/production/camel/content/swagger-java.html (original) +++ websites/production/camel/content/swagger-java.html Fri Jan 6 08:19:10 2017 @@ -177,7 +177,7 @@ <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[ <!-- enable CORS filter so people can use swagger ui to browse and test the apis --> <filter> <filter-name>RestSwaggerCorsFilter</filter-name> - <filter-class>org.apache.camel.swagger.rest.RestSwaggerCorsFilter</filter-class> + <filter-class>org.apache.camel.swagger.servlet.RestSwaggerCorsFilter</filter-class> </filter>