AK
Size: a a a
AK
Н
AK
DC
Н
Н
Н
DC
Н
GI
ДГ
ДГ
GI
Н
Н
ДГ
А
@GetMapping("/test/**")
public String testValueRequest(HttpServletRequest req) throws UnsupportedEncodingException {
String path = req.getRequestURI().split("/test/")[1];
return URLDecoder.decode(path, StandardCharsets.UTF_8);
}
А
DC
АD