Parameters in url include (diagonal bar) / what to do with it

:http://127.0.0.1/AU/api/aus/da//AU/api/app/*/**


@Path("/da/{"+ParameterNames.RESOURCE_URI+"}")
    @GET
    @Produces(MimeType.JSON)
    @GZIP
    public OutputData dataAuthorityItems(@HeaderParam(ParameterNames.ACCESS_TOKEN) AccessTonken token,
            @PathParam(ParameterNames.RESOURCE_URI) String resourceURI) {
    1:resourceURI = "/AU/api/app/*/**";
    return null;
}

question 2: how to view the parsing process source code of @ PathParam or @ PathVariable annotations?

Nov.13,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31b73-2aafe.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31b73-2aafe.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?