We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c37bef + fb9334e commit b7ce58aCopy full SHA for b7ce58a
assembly/src/release/examples/conf/jetty-demo.xml
@@ -18,7 +18,7 @@
18
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
20
21
- <import resource="classpath:jetty.xml" />
+ <import resource="jetty.xml" />
22
23
<bean id="secHandlerCollection" class="org.eclipse.jetty.server.handler.HandlerCollection">
24
<property name="handlers">
0 commit comments