afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

Long time bug: /somePath/with##/breaks/result.jtl #4

Closed peterdnight closed 9 years ago

peterdnight commented 12 years ago

This has always been an issue. I have had a similar bug in my code - you need to ensure your are not using url encoded file paths from File objects

afranken commented 11 years ago

not sure what you mean.

property "source": The location of the JTL file is specified as an ANT Pattern, see http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/util/AntPathMatcher.html for details.

If I add "#" one of the path elements of a pattern, the file is still found and processed.

property "targetDirectory": if I add "#" to any path element, the character is correctly inserted into the path.

Can't do anything more without more information and a full test case to reproduce this with.