Hi all,

We need to handle OData HTTP requests, Therefore recommended approach is to
use web apps, but webapp hosting feature is not currently available with
DSS. Therefore if we have used *servlets* to process http requests.
but there were some issues in authentication when we use servlets, where a
user sends odata requests, It will redirect to the login page. this is
happened because wild card option is not available in bypass authentication
implementation.

    <framework-configuration>
        <bypass>
            <authentication>
                <link>/odataservices/*</link>
            </authentication>
        </bypass>
    </framework-configuration>

What should be the best way to handle OData HTTP requests in DSS ?

Thanks,
Madhawa

-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
<http://madhawa-gunasekara.blogspot.com>*
linkedin: *http://lk.linkedin.com/in/mgunasekara
<http://lk.linkedin.com/in/mgunasekara>*
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to