如何设置 URL 策略代理的 URL?我目前有http://*:*/*
,它适用于大多数 URL。URL 失败示例:
http://www.example.com/something?a=123
http://localhost:8081/app/servlet?sessionToken=476b71cb12f13d54af91a9636cf4b429
日志中的错误示例:
2009-08-05 11:48:35.890 Error 3648:108ca78 PolicyEngine: am_policy_evaluate: InternalException in Service::getPolicyResult() with error message:No Policy or Action decisions found found for resource: http://localhost:8081/app/servlet?sessionToken=476b71cb12f13d54af91a9636cf4b429 and code:7
答案1
添加带有“?”的新 URL 策略代理规则可以解决该问题。
例子:
http://*:*/*?*