xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.45k stars 10.86k forks source link

bug in class "com.xxl.job.admin.controller;IndexController" #1935

Open yjygalb opened 4 years ago

yjygalb commented 4 years ago

Please answer some questions before submitting your issue. Thanks!

code "redirect:/" in https situation will redirect https request to http

all the versions have this bug

Which version of XXL-JOB do you using?

2.0.1

Expected behavior

Actual behavior

Steps to reproduce the behavior

Other information

LockiJiang commented 4 years ago

1771

yjygalb commented 4 years ago

ok thx

yjygalb commented 4 years ago

In my view ,In order to solve this problem thoroughly , you also need to modify login.1.js change window.location.href = base_url; to window.location.href = base_url+"/";

yjygalb commented 4 years ago

change IndexController.java and PermissionInterceptor.java is not enough.