This is an automated email from the ASF dual-hosted git repository.
Aias00 pushed a change to branch fix/auth-security-bypass
in repository https://gitbox.apache.org/repos/asf/shenyu.git
from 30b35b36af Merge branch 'master' into fix/auth-security-bypass
add 6e79c7b7c3 fix:fix local springmvc client cant register success (#6395)
add d4db5e60d2 fix: DividePlugin specify-domain header to prevent cache
pollution and restrict to configured upstreams (#6412)
add 9e7d5ffcf8 fix: Enforce account enabled check on every authenticated
request in ShiroRealm [#6399] (#6415)
add d409a0429a fix(admin): limit swagger import response body size (#6411)
add 74644fbf1a fix: Add decompression size limits to
ZipUtil.unzip()[#6400] (#6416)
add 4e539dda59 fix: add mounts for external libraries in docker-compose to
prevent startup issues (missing database connector driver) when using an
external database datasource other than H2 (#6389) (#6391)
add 2b13d0968f Merge branch 'master' into fix/auth-security-bypass
No new revisions were added by this update.
Summary of changes:
.../admin/controller/SwaggerImportController.java | 9 +
.../admin/service/impl/ConfigsServiceImpl.java | 23 ++-
.../service/impl/SwaggerImportServiceImpl.java | 65 ++++++-
.../shenyu/admin/shiro/config/ShiroRealm.java | 4 +-
.../org/apache/shenyu/admin/utils/ZipUtil.java | 44 ++++-
shenyu-admin/src/main/resources/application.yml | 8 +
.../controller/SwaggerImportControllerTest.java | 89 +++++++++
.../shenyu/admin/service/ConfigsServiceTest.java | 10 +
.../service/impl/SwaggerImportServiceImplTest.java | 210 +++++++++++++++++++++
.../shenyu/admin/shiro/config/ShiroRealmTest.java | 14 +-
.../AbstractContextRefreshedEventListener.java | 6 +-
.../init/SpringMvcClientEventListenerTest.java | 6 +-
.../tars/TarsServiceBeanPostProcessorTest.java | 7 +
.../src/main/resources/docker-compose.yaml | 2 +
.../apache/shenyu/plugin/divide/DividePlugin.java | 30 ++-
15 files changed, 505 insertions(+), 22 deletions(-)
create mode 100644
shenyu-admin/src/test/java/org/apache/shenyu/admin/controller/SwaggerImportControllerTest.java
create mode 100644
shenyu-admin/src/test/java/org/apache/shenyu/admin/service/impl/SwaggerImportServiceImplTest.java