[
https://issues.apache.org/jira/browse/LUCENE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1416:
--------------------------------
Attachment: LUCENE-1416.patch
Patch using URLDecoder
> Ant contrib test can fail if there is a space in path to lucene project
> -----------------------------------------------------------------------
>
> Key: LUCENE-1416
> URL: https://issues.apache.org/jira/browse/LUCENE-1416
> Project: Lucene - Java
> Issue Type: Bug
> Components: contrib/*
> Reporter: Mark Miller
> Priority: Trivial
> Attachments: LUCENE-1416.patch, LUCENE-1416.patch
>
>
> A couple contrib ant tests get the path to test files through a URL object,
> and so the path is URL encoded. Normally fine, but if you have a space in
> your path (/svn stuff/lucene/contrib/ant) then it will have %20 for the space
> and (at least on my Ubuntu system) the test will fail with filenotfound. This
> patch simply replaces all %20 with " ". Not sure if we want/need to take it
> any further.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]