You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by "iwangjie (via GitHub)" <gi...@apache.org> on 2023/02/08 14:20:33 UTC

[GitHub] [shenyu] iwangjie commented on issue #4363: [Question] null pointer problem with shiroFilterFactoryBean

iwangjie commented on issue #4363:
URL: https://github.com/apache/shenyu/issues/4363#issuecomment-1422673328

   Shenyu-admin error appears to be Shiro whitelist configuration not configured causing startup failure, check your application. Admin. Whether the YML file contains the following:
   
   ```yaml
   ...
     shiro:
       white-list:
         - /
         - /favicon.*
         - /static/**
         - /index**
         - /platform/login
         - /websocket
         - /error
         - /actuator/health
         - /swagger-ui.html
         - /webjars/**
         - /swagger-resources/**
         - /v2/api-docs
         - /csrf
   ...
   ```
   
   The second error may be due to the introduction of the wrong dependencies.
   
   I suspect it may have something to do with the runtime or packaging environment. Please try to clean the workspace completely and pull the project back, using the specified environment configuration for packaging, if there are still questions to continue to reply here can be. 🐝


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shenyu.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org