Invalid URLs / java.net.MalformedURLException
Posted: Thu Apr 18, 2013 3:45 am
So it turns out the issue I was asking about in a previous post was something completely different from what I thought.
It seems the users sometimes enter other kinds of information in the URL field than actual URLs, which throws a java.net.MalformedURLException.
As far as I know and have been able to test, "normal" iCal/Calendar lets you enter whatever you like into this field. I'd be curious to why this control is used in Zulu.
Trying to parse text to validate URLs is a bit of a pain, even more so in FileMaker Go, and doing an "Insert from URL" each time isn't exactly a performance booster.
Any suggestions?
It seems the users sometimes enter other kinds of information in the URL field than actual URLs, which throws a java.net.MalformedURLException.
As far as I know and have been able to test, "normal" iCal/Calendar lets you enter whatever you like into this field. I'd be curious to why this control is used in Zulu.
Trying to parse text to validate URLs is a bit of a pain, even more so in FileMaker Go, and doing an "Insert from URL" each time isn't exactly a performance booster.
Any suggestions?