Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-11621

WebAuthentication errors in startup mode and restart

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.7.0
    • None
    • None
    • None
    • 4.7.0 RC2

      The actions are always loaded when sitemap is used
      Thus the service method of the WebAuthenticateAction is used event in safemode
      This lead to an error in logs (while loading some resources?)

      Non blocking, I can still use the admin.

      I also see this

              if (_staticUserPopulationDAO == null)
              {
                  _staticUserPopulationDAO = (UserPopulationDAO) smanager.lookup(UserPopulationDAO.ROLE);
              }

      that will not reload the component on restard

      moreover remove the "static" in the variable name.

            cbayle Caroline Bayle
            raphael Raphaƫl Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: