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

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…

automaticAccessType
<param-value>ghostAdmin</param-value>

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

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@gmail.com 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…

automaticAccessType
<param-value>ghostAdmin</param-value>

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@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp