This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Reported by Björn Höhrmann: In the config file there are references to other config files like Element Map file:///usr/local/validator/htdocs/config/eref.cfg FPI to Text file:///usr/local/validator/htdocs/config/fpis.cfg .... Those lines get parsed like if ($v =~ s(^file://){}) {$cfg{$k} = &read_cfg($v) } ... plain wrong. The URI module should be used to parse the URIs and the path() method used to get the path, otherwise you run into problems with Win32 file URI references like file:///c:/winapp/validator/htdocs/config/eref.cfg
No point fixing this since we'll rip out the code and replace it with Config::General in any case. Setting blocker on Bug #43.
Setting target to 0.7.0.
Done, just committed the Config::General stuff.