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=3375 *** shadow/3375 Mon Sep 3 01:17:15 2001 --- shadow/3375.tmp.21623 Tue Sep 4 02:09:44 2001 *************** *** 32,34 **** --- 32,41 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-09-03 01:17 ------- Created an attachment (id=474) The patched Java source of the URI class + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-09-04 02:09 +------- + In this case, where the URI has a fragment index only (#f), initialzeScheme() + method shouldn't be called (since it does't have a scheme) which is being done + in the code. Hence the error. So a check for the fragmentIndex is required. A + similar error occurs when one gives a URI with just a query string (?q). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
