Project

General

Profile

« Previous | Next » 

Revision 53173

identify malformed URLs, bumped version in pom

View differences:

FieldValueImpl.java
63 63

  
64 64
	private boolean isValidURL(final String s) {
65 65
		try {
66
			new URL(value.toString());
66
			new URL(s);
67 67
			return true;
68 68
		} catch (MalformedURLException e) {
69 69
			return false;

Also available in: Unified diff