I have the initialSpecFile context-param configured as /some/path/*.ttl, and adding a new spec file, or updating a spec file, works well enough, i.e., the new/modified endpoints show up correctly.
But I want also to be able to "unpublish", i.e., to be able to remove a spec file from the directory, and for the endpoints defined in that file to go away.
This doesn't seem to be supported at present.
Is there even a workaround, or do I have to reload the webapp after removing a spec file?
I have the initialSpecFile context-param configured as
/some/path/*.ttl, and adding a new spec file, or updating a spec file, works well enough, i.e., the new/modified endpoints show up correctly.But I want also to be able to "unpublish", i.e., to be able to remove a spec file from the directory, and for the endpoints defined in that file to go away.
This doesn't seem to be supported at present.
Is there even a workaround, or do I have to reload the webapp after removing a spec file?