https://issues.apache.org/bugzilla/show_bug.cgi?id=54326

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from [email protected] ---
Hello,
Unfortunately, I can't do this, but I'm suppouse the proboblem lying in
AjpSampler
 263 String fn = fa.getName();
 264 File input = new File(fn);
In my opinion this should look like:
 263 String fn = fa.getPath();
 264 File input = new File(fn);

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to