← Back to team overview

dhis2-devs team mailing list archive

Re: About <param-name>automaticAccessType</param-name> tag available in web.xml file

 

Hey Brajesh,

this is a mechanism for allowing access to the system when operating on a
completely new database (there wouldn't be any user to log in with).

For the details have a look at beans.xml in dhis-web-commons. Our
AutomaticAccessFilter is using the GhostAutomaticAccessProvider as one of
the access providers.


Lars


On Mon, Sep 27, 2010 at 2:50 PM, Brajesh Murari <brajesh2murari@xxxxxxxxx>wrote:

> Hello Devs,
>
> There is tag available in all web.xml files under
> "src\main\webapp\WEB-INF\" in all dhis-web modules like given below..
>
> <context-param>
>     <param-name>automaticAccessType</param-name>
>     <param-value>ghostAdmin</param-value>
> </context-param>
>
> I tried to find some documentation about it but unfortunately i did not
> find so far now.
> Can i have some detail about it in terms of its usability prospective !!!
> --
> Regards,
> Brajesh
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

References