You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by Andrey Pohilko <ap...@fininfor.ru> on 2009/12/18 10:03:54 UTC

XPathExtractor failing: HTTP 503 with DTD, a bug?

Hello!

 

I'm testing XHTML pages and trying to extract data with XPathExtractor,
which works only when I use "Tidy" checkbox, fails otherwise. JMeter logs
and sniffer says that jmeter tries to load a DTD from www.w3.org, which
always responds with 503. I thought that "Use namespaces" will affect that
behavior, but it is not. 

 

I suppose this is a bug, I tried several combinations of checkboxes and
found that JMeter completely unable to extract data from my XHTML without
Tidy. I wrote a unit test demonstrating the problem, 2 test files here:
<http://code.google.com/p/jmeter-plugins/source/browse/#svn/trunk/test/kg/ap
c/jmeter/xpathextractor>
http://code.google.com/p/jmeter-plugins/source/browse/#svn/trunk/test/kg/apc
/jmeter/xpathextractor

 

I use fake w3.org website on test host to workaround problem, but this is
not acceptable as solution I think J

 

Any comments?

 

Thanks,

Andrey

 

PS: sorry if I used wrong mailing list.

 

 


Re: XPathExtractor failing: HTTP 503 with DTD, a bug?

Posted by sebb <se...@gmail.com>.
On 18/12/2009, Andrey Pohilko <ap...@fininfor.ru> wrote:
> Hello!
>
>
>
>  I'm testing XHTML pages and trying to extract data with XPathExtractor,
>  which works only when I use "Tidy" checkbox, fails otherwise. JMeter logs
>  and sniffer says that jmeter tries to load a DTD from www.w3.org, which
>  always responds with 503. I thought that "Use namespaces" will affect that
>  behavior, but it is not.
>
>
>
>  I suppose this is a bug, I tried several combinations of checkboxes and
>  found that JMeter completely unable to extract data from my XHTML without
>  Tidy. I wrote a unit test demonstrating the problem, 2 test files here:
>  <http://code.google.com/p/jmeter-plugins/source/browse/#svn/trunk/test/kg/ap
>  c/jmeter/xpathextractor>
>  http://code.google.com/p/jmeter-plugins/source/browse/#svn/trunk/test/kg/apc
>  /jmeter/xpathextractor
>
>
>
>  I use fake w3.org website on test host to workaround problem, but this is
>  not acceptable as solution I think J
>
>
>
>  Any comments?
>

This has been raised as a bug:

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

It's fixed in the current source, but has yet to be released.

It will be in nightly builds after 789187, if you want to try one of
those - but beware that such builds have not been thoroughly tested
and may misbehave badly.

>
>  Thanks,
>
>
>  Andrey
>
>
>
>
>  PS: sorry if I used wrong mailing list.
>
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org