Hi, By trying out Slingclipse on a larger project I found out that checking out a resource fails if the DefaultGetServlet does not serve calls for a specific resource, e.g.
- content ( nt:folder ) \- child ( my:resource ) where my:resource is served by a servlet which returns 404 on JSON calls. The importer correctly discovers that /content/child exists since it is listed at /content.1.json but then retrieval fails for /content/child.json . What would be the best approach to handle this scenario? Thanks, Robert
