What is the reason for redirecting 404?

what does repage mean here?

return "redirect:"+Global.getAdminPath()+"/mds/mdsquota/mdsQuotaDetail/?repage";
Jun.26,2021

repage is a parameter. Maybe the background code will respond to a 404 interface when it sees repage.
404 means the requested resource does not exist


I suggest typing the paragraph Global.getAdminPath () + "/ mds/mdsquota/mdsQuotaDetail
, and then curl try it

.

if you visit page 404, it doesn't seem to have much to do with the repage here.
because it looks like repage is just a parameter here.

Menu