https://issues.apache.org/bugzilla/show_bug.cgi?id=56772
--- Comment #5 from Sebb <[email protected]> --- (In reply to Irshad Ahmad from comment #4) > Hi Team, > > Sorry for Late reply and Due to Security issues I cannot share the > Application URL, Below is the explanation, let me know If you require > anything else. Can you share the offending HTML? The URLs and any other content can be redacted so long as the syntax/structure is retained. > @Philippe Mouawad : Yes this is about the embedded URL, Actually in Chrome > browser this Specific IE8 only js is not downloading, Jmeter User-Agent is > set to Chrome 30, but Jmeter is downloading this js file and which is > leading to 404 Error. Since 404 error is the issue for Load Test and we are > unable to supress the same. > > I have below queries. > 1. Is there any way in Jmeter we can avoid specific embedded resources? http://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request See "Embedded URLs must match" It looks like the following RE should match all but your URL: ^(?!regex) where regex matches the URL. > 2. Is there any problem with User-Agent settings? JMeter does not change its behaviour based on the User Agent, but your server might. > and this is happening only in Jmeter 10 & 11, but Jmeter 9 works fine:) Probably JMeter 2.9 fails to extract the embedded URL, but without the sample HTML it's impossible to say. -- You are receiving this mail because: You are the assignee for the bug.
