Skip to content

Commit 52650d0

Browse files
committed
URL Cleanup - Polishing
See gh-22672
1 parent fe887c8 commit 52650d0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

spring-oxm/src/test/resources/org/springframework/oxm/castor/mapping.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://www.castor.org/mapping.dtd">
2+
<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN" "http://castor.org/mapping.dtd">
33
<mapping>
44
<description>Castor generated mapping file</description>
55
<class name="org.springframework.oxm.castor.Flights">

spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-broker-simple.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
</websocket:decorator-factories>
1717
</websocket:transport>
1818

19-
<websocket:stomp-endpoint path=" /foo,/bar" allowed-origins="https://mydomain1.com,http://mydomain2.com">
19+
<websocket:stomp-endpoint path=" /foo,/bar" allowed-origins="https://mydomain1.com,https://mydomain2.com">
2020
<websocket:handshake-handler ref="myHandler"/>
2121
<websocket:handshake-interceptors>
2222
<bean class="org.springframework.web.socket.config.FooTestInterceptor"/>
2323
<ref bean="barTestInterceptor"/>
2424
</websocket:handshake-interceptors>
2525
</websocket:stomp-endpoint>
2626

27-
<websocket:stomp-endpoint path="/test,/sockjs" allowed-origins="https://mydomain3.com,http://mydomain4.com">
27+
<websocket:stomp-endpoint path="/test,/sockjs" allowed-origins="https://mydomain3.com,https://mydomain4.com">
2828
<websocket:handshake-handler ref="myHandler"/>
2929
<websocket:handshake-interceptors>
3030
<bean class="org.springframework.web.socket.config.FooTestInterceptor"/>

spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers-attributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
66
http://www.springframework.org/schema/websocket https://www.springframework.org/schema/websocket/spring-websocket.xsd">
77

8-
<websocket:handlers order="2" allowed-origins="https://mydomain1.com, http://mydomain2.com">
8+
<websocket:handlers order="2" allowed-origins="https://mydomain1.com, https://mydomain2.com">
99
<websocket:mapping path="/foo" handler="fooHandler"/>
1010
<websocket:mapping path="/test" handler="testHandler"/>
1111
<websocket:handshake-handler ref="testHandshakeHandler"/>

spring-websocket/src/test/resources/org/springframework/web/socket/config/websocket-config-handlers-sockjs-attributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
66
http://www.springframework.org/schema/websocket https://www.springframework.org/schema/websocket/spring-websocket.xsd">
77

8-
<websocket:handlers allowed-origins="https://mydomain1.com, http://mydomain2.com">
8+
<websocket:handlers allowed-origins="https://mydomain1.com, https://mydomain2.com">
99
<websocket:mapping path="/test" handler="testHandler"/>
1010
<websocket:sockjs name="testSockJsService" scheduler="testTaskScheduler" websocket-enabled="false"
1111
session-cookie-needed="false" stream-bytes-limit="2048" disconnect-delay="256"

src/asciidoc/images/mvc-context-hierarchy.svg

Lines changed: 1 addition & 1 deletion
Loading

src/asciidoc/images/mvc-root-context.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)