Hi Srinath;

How do we generate the requests to the Servlet ? Is it from inside the
Carbon after user logged in?

This scenario looks similar to the WebSEAL authentication.

Thanks & regards.
-Prabath

Srinath Perera wrote:
> Hi All;
>
> I want to integrate Apache Solr as a Server in to the carbon (as a
> bundle, so you just drop the bundle in and you have Solr). Simply,
> Solr is a Servlet, which I can add via componet.xml, but I want
> security. Basically, the Solr server should be accessible to only
> users who has logged in to carbon. Dr. Sanjiva and myself where
> discussing this, and we thought may be we can do this via a servlet
> filter, which intercepts requests to Solr and block unauthenticated
> access.
>
> Any thoughts on how to do this? For example, if I create a servlet
> filter that gets the JSession ID from the request and allow only valid
> sessions to go in, will that do what I need? This same Filter should
> be useful when we integrate any Servelt in to carbon.
>
> Thanks
> Srinath
>
>
>
>   



_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to