> >>>>>org.apache.lenya.net.ProxyManager#readConfig.
> >>>>>configFile = new File(new
> >>>>>java.net.URI(ProxyManager.class.getClassLoader().getResource(fname).toSt
> >>>>>ring().replaceAll(" ","%20")));> >>The problem is that the URLEncoder adds the protocol and server information. > > I think it is better to use the most simple method and just work with the > > replaceAll-method. > This only applies if the solution solves the problem without creating > other problems. If the code appears to do URL encoding, but actually doesn't, > this is clearly a bug. I will let it run with my above described solution and will monitor the behaviour. If problems occur I will report it and think about an appropriate solution. Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
