[ https://issues.apache.org/jira/browse/LOG4NET-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946682#comment-13946682 ]
Natanael Arndt commented on LOG4NET-430: ---------------------------------------- Sorry this issue was meant for jena > Wrong space handling in FileModelAssembler > ------------------------------------------ > > Key: LOG4NET-430 > URL: https://issues.apache.org/jira/browse/LOG4NET-430 > Project: Log4net > Issue Type: Bug > Components: Core > Affects Versions: 1.2.13 > Reporter: Natanael Arndt > > The method {{getDirectoryName}} in > {{com.hp.hpl.jena.assembler.assemblers.FileModelAssembler}} should also make > sure that at some chars, like space should be urldecoded again. E.g. If the > URI is {{file:///tmp/file%20name%20with%20space}} the corresponding file can > not be found under {{/tmp/file%20name%20with%20space}} but under {{/tmp/file > name with space}}. > There might be some other chars which have to be taken into account, e.g. > "%25" -> "%", but I don't think a urldecode over the whole string is correct. > Sorry I can't provide an example yet, because I couldn't isolate this part of > the code so far and I didn't try to write a test for this. -- This message was sent by Atlassian JIRA (v6.2#6252)