我想將Spring Security添加到我的Jersey Webapp。我想(在web.xml中2個獨立文件的contextConfigLocation)使用以下作爲除了與我現有的applicationContext.xml我的安全context.xml文件:用Jersey試用Spring Security我的security-context.xml文件有什麼問題?
根據此處提供瞭解決方案:User authentication on a Jersey REST service
但是在起tomcat ......我得到以下錯誤:
嚴重:異常發送上下文初始化事件監聽器類org.springframework.web.context.ContextLoaderListener org.springframework.beans的實例。 factory.xml.XmlBeanDefinitionStoreException:來自ServletContext資源的XML文檔中的第11行[/META-INF/securityContext.xml]無效;嵌套異常是org.xml.sax.SAXParseException:cvc-complex-type.2.4.c:匹配的通配符是嚴格的,但是對於元素'security:global-method-security'沒有聲明。
有人可以幫助我什麼是錯的?
使用的是什麼版本的spring security? –