--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"basePath":"http://localhost:9000/v1"
That's correct, I've overridden getSwaggerSpecificationRestlet and called super to get the default SwaggerSpecificationRestlet, then called setBasePath on it before returning. From looking at the code the value of basePath isn't actually used anywhere, unless it's by reflection.Thanks
Perhaps there is indeed a bug, though it surprises me as there are quite a few users of resltet and Swagger out there. Let's give the restlet people a chance to reply.
Unfortunately that produces the same result. It seems the basePath doesn't get used where ever it is set.
--
--