Closed kazurayam closed 2 years ago
I specified
new Metadata.Builder(url).exclude("URL.protocol").build()
Because the "URL.protocol" attribute is excluded, it is not found in the MetadataAttributes. Therefore unable to rebuild a URL string from the MetadataAttributes.
I should not allow URL.protocol
to be excluded.
When specifed, should throw MaterialstoreException().
Not necessary to add such checking logic.
Metadata object should have a property of type java.net.URL
.
This will filled by new Metadata.Builder(URL).build()
method.
The property will be null unless this method was called.
Metadata#toURL() method should return this property of type java.net.URL
.
Then the #313 will be fixed.
This problem has been fixed.
See the following screenshot.
What is
file://null_object
?