我使用WildFly 11.我遵循@ApplicationPath("/")
public class JaxrsConfiguration extends Application {}
声明:
HttpServlet30Dispatcher
我必须使用根路径,但遗憾的是在此配置中RESTEasy匹配所有请求。查看{{3}}处的源代码,我发现在我的情况下/*
已在"/"
注册,这是非常糟糕的情况。是否可以在 <script>
window.fbAsyncInit = function() {
FB.init({
appId : 'your-app-id',
autoLogAppEvents : true,
xfbml : true,
version : 'v2.11'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
上注册RESTEasy servlet或作为过滤器(,同时仍然具有自动资源扫描)?