On 18/12/2007, Lawrence Mandel <[EMAIL PROTECTED]> wrote: > 4. Development Discussion - All > > John: There was a post to the list today about a URI syntax exception with > a URI with a space. I'm going to look into this. > Lawrence: Can you open a Jira? > John: I want to confirm this is a Woden problem first. From the stack > tract it looks like it is.
This line of code: catalogURI = new URI(catalogLocation.toString()); in SimpleURIResolver should be catalogURI = new URI(catalogLocation.toURI()); Jeremy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]