Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试打开一个在 url 中有重音字符的链接,然后它不显示页面:
IIS 服务器:IIS6 URL: bälle-golf-sitemap.xml 错误:系统找不到指定的文件。 重写: ISAPI_Rewrite
在 II7 中,此 URL 工作正常,但是当我们尝试访问具有 IIS6 的服务器上的该页面时,它无法正常工作。
当我在虚拟 URL 中使用重音字符并将该页面重写为没有重音字符时,它工作正常。
请告诉我我缺少什么配置。
谢谢你的帮助。
实际上我在数据库中有角色,如 ROLE_USER、ROLE_MAKER、ROLE_CHECKER。现在我通过提及 @PreAutorize(hasRole('ROLE_USER','ROLE_MAKER') 来使用方法级别限制,
在此先感谢维努