PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2409 *** shadow/2409 Sun Jul 1 08:20:43 2001 --- shadow/2409.tmp.399 Tue Sep 4 19:59:32 2001 *************** *** 1,8 **** +============================================================================+ | undocumented XMLException in LocalFileInputSource::new() | +----------------------------------------------------------------------------+ ! | Bug #: 2409 Product: Xerces-C | ! | Status: NEW Version: 1.5 | | Resolution: Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: Documentation | --- 1,8 ---- +============================================================================+ | undocumented XMLException in LocalFileInputSource::new() | +----------------------------------------------------------------------------+ ! | Bug #: 2409 Product: Xerces-C++ | ! | Status: ASSIGNED Version: 1.5 | | Resolution: Platform: Other | | Severity: Normal OS/Version: Other | | Priority: Other Component: Documentation | *************** *** 15,18 **** +============================================================================+ | DESCRIPTION | Because it calls XMLPlatformUtils::getFullPath() which can ! throw a XMLPlatformUtilsException. --- 15,49 ---- +============================================================================+ | DESCRIPTION | Because it calls XMLPlatformUtils::getFullPath() which can ! throw a XMLPlatformUtilsException. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-04 19:59 ------- ! Here's a patch. If no one has a complaint, I will commit it. If you don't like ! the patch, complain. ! ! ! *** ../include/framework/LocalFileInputSource.hpp Thu Jan 4 21:55:39 2001 ! --- ../include/framework/LocalFileInputSource.hpp.new Tue Sep 4 20:57:36 2001 ! *************** ! *** 141,146 **** ! --- 141,148 ---- ! * @param relativePath The relative part of the path. It can actually ! * be fully qualified, in which case it is taken ! * as is. ! + * @exception XMLException If the path is relative and doesn't properly ! + * resolve to a file. ! */ ! LocalFileInputSource ! ( ! *************** ! *** 159,164 **** ! --- 161,169 ---- ! * still set them via the parent class' setPublicId() method of course. ! * ! * @param filePath The relative or fully qualified path. ! + * ! + * @exception XMLException If the path is relative and doesn't properly ! + * resolve to a file. ! */ ! LocalFileInputSource ! ( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
