You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Kevin O'Neill <ke...@rocketred.com.au> on 2003/07/31 03:55:39 UTC

[PATCH] acceptsURI() throws exception on unknown uri

DatabaseImpl now throws a exception in createDriver() when the uri prefix is
unknown. This causes acceptsURI() to throw an exception rather than return false
on an unknown uri.

The patch is attached to
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22011

-k.