This commit is contained in:
shimingxy
2020-02-27 22:29:57 +08:00
parent a7033d7f89
commit 025912d143
3 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ public class MetadataEndpoint {
private Credential signingCredential;
@RequestMapping(value = "/{appid}",produces = "application/xml")
@RequestMapping(value = "/{appid}.xml",produces = "application/xml")
public ModelAndView metadata(HttpServletRequest request,
HttpServletResponse response, @PathVariable("appid") String appId) {