[jira] Commented: (MNG-2050) Classloader.getResource() doesn't encode blanks

2006-02-26 Thread Gili (JIRA)
[ http://jira.codehaus.org/browse/MNG-2050?page=comments#action_59519 ] Gili commented on MNG-2050: --- I don't think there is a controversity at all. ClassLoader.getResource() returns a URL. A URL *must* encode spaces using %20 to be valid. The only thing that migh

[jira] Commented: (MNG-2050) Classloader.getResource() doesn't encode blanks

2006-02-26 Thread Roland Kofler (JIRA)
[ http://jira.codehaus.org/browse/MNG-2050?page=comments#action_59505 ] Roland Kofler commented on MNG-2050: This is an java issue since 1.4, long discussed. Sun argue that it is not a bug but a feature ;-) http://bugs.sun.com/bugdatabase/view_bug.do?bug

[jira] Commented: (MNG-2050) Classloader.getResource() doesn't encode blanks

2006-02-24 Thread Gili (JIRA)
[ http://jira.codehaus.org/browse/MNG-2050?page=comments#action_59460 ] Gili commented on MNG-2050: --- Confirmed, I see the same behavior on my end. > Classloader.getResource() doesn't encode blanks > --- > > Key: