Hi Andy,

On Tue, Jun 2, 2020 at 6:10 AM Andreas Schaefer
<[email protected]> wrote:
> ...So I am wondering if you guys would mind for me to build a service 
> providing the means to make
> internal Sling calls through the HTTP stack with an official internal Sling 
> Request / Response object
> that provides all features applicable internally and removing most of the 
> Unsupported Operation Exceptions?...

That sounds interesting but what's your use case?

I'm using internal requests to retrieve schemas in
https://github.com/apache/sling-org-apache-sling-graphql-core/ and
that works quite well, keeping just the parts of the incoming request
(ResourceResolver for identity and selectors which make sense for
schemas) using the
https://github.com/apache/sling-org-apache-sling-servlet-helpers with
some customization.

That works well for my use cases but maybe your needs are different.

-Bertrand

Reply via email to