From 8b2b165777e9653db260628320d70c7f21160df1 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 11 Mar 2014 20:33:13 +0100 Subject: [PATCH] Fix "relay-port" XSD type in spring-websocket.xsd Prior to this commit, the `relay-port` attribute of the `` tag was of type `xsd:int`. This prevents developers from using `PropertyPlaceholderConfigurer`, even though this configuration key is a good candidate for such use (this value depends on prod/staging/etc environment). This commit changes that type to `xsd:string`. Issue: SPR-11537 --- .../springframework/web/socket/config/spring-websocket-4.0.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket-4.0.xsd b/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket-4.0.xsd index b59229671c..2d192a336d 100644 --- a/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket-4.0.xsd +++ b/spring-websocket/src/main/resources/org/springframework/web/socket/config/spring-websocket-4.0.xsd @@ -236,7 +236,7 @@ ]]> - +