Bug 58600

Summary: IncludeController logs wrong filename, if include element can't be found
Product: JMeter - Now in Github Reporter: Felix Schumacher <felix.schumacher>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Felix Schumacher 2015-11-11 14:42:56 UTC
When a file gets loaded by IncludeController and it is not found directly, JMeter will try to load it relative to FileServers base dir. The log messages will still print the first location, though.
Comment 1 Felix Schumacher 2015-11-11 15:06:35 UTC
Date: Wed Nov 11 15:05:48 2015
New Revision: 1713865

URL: http://svn.apache.org/viewvc?rev=1713865&view=rev
Log:
Display correct filenames, when they are searched by IncludeController

Bugzilla Id: 58600

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/control/IncludeController.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:01 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3690