Browse Source

Correct the URI used for the properties DTD

See gh-16270
pull/16276/head
Andy Wilkinson 7 years ago
parent
commit
41967fc629
  1. 2
      spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/env/test-xml.xml

2
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/env/test-xml.xml vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "https://java.sun.com/dtd/properties.dtd">
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<entry key="test">xml</entry>
</properties>

Loading…
Cancel
Save