2 Replies Latest reply on Sep 3, 2002 12:33 AM by jmejia424

    Authentication - STRUTS Plugin

    jmejia424

      I am using STRUTS and have written a PlugIn to call a session--->entity to cache some values for building dynamic lists. However, I have security set on the entity and session. The plugin starts when the application is deployed. A user at this time hasn't logged in. So, I am receiving a principal=null error.

      How can I use this plugin and disable access for the plugin or set the caller principal to an administrative account?