We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fde8ef commit 778a00aCopy full SHA for 778a00a
org.springframework.beans/src/main/java/org/springframework/beans/propertyeditors/URIEditor.java
@@ -101,8 +101,8 @@ public void setAsText(String text) throws IllegalArgumentException {
101
102
/**
103
* Create a URI instance for the given (resolved) String value.
104
- * <p>The default implementation uses the <code>URI(String)</code>
105
- * constructor, replacing spaces with "%20" quotes first.
+ * <p>The default implementation encodes the value into a RFC
+ * 2396 compliant URI.
106
* @param value the value to convert into a URI instance
107
* @return the URI instance
108
* @throws java.net.URISyntaxException if URI conversion failed
0 commit comments