Skip to content

Commit

Permalink
fix issue alibaba#9783
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto committed Jan 6, 2023
1 parent 628d6ad commit 71c7a58
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ public Result<Boolean> deleteConfig(HttpServletRequest request, @RequestParam("d
@RequestParam("group") String group,
@RequestParam(value = "namespaceId", required = false, defaultValue = StringUtils.EMPTY) String namespaceId,
@RequestParam(value = "tag", required = false) String tag) throws NacosException {
//fix issue #9783
namespaceId = NamespaceUtil.processNamespaceParameter(namespaceId);
// check namespaceId
ParamUtils.checkTenantV2(namespaceId);
ParamUtils.checkParam(dataId, group, "datumId", "rm");
Expand Down

0 comments on commit 71c7a58

Please sign in to comment.