You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Andrew Madu <an...@gmail.com> on 2006/07/08 11:28:21 UTC

(x + width) is outside raster (CAPTCHA continued...)

Hi,
can anyone explain to me why, under cocoon 2.1.9, the following error is
being generated?:

org.apache.cocoon.ProcessingException: Failed to process reader at <map:read
type="captcha">

The code I am using that causes this problem is as follows:

Sitemap:
      <map:match pattern="simple.jpeg">
        <map:read type="captcha" src="{session-attr:captcha}"/>
      </map:match>

myFile.jx:
       <img src="simple.jpeg" />

What is the issue here, is this a bug?

regards

Andrew

Re: (x + width) is outside raster (CAPTCHA continued...)

Posted by Andrew Madu <an...@gmail.com>.
Don't worry guys,
problem resolved! This one will be filed under the 'Pilot error' folder!!

Andrew

On 08/07/06, Andrew Madu <an...@gmail.com> wrote:
>
> Hi,
> can anyone explain to me why, under cocoon 2.1.9, the following error is
> being generated?:
>
> org.apache.cocoon.ProcessingException: Failed to process reader at
> <map:read type="captcha">
>
> The code I am using that causes this problem is as follows:
>
> Sitemap:
>       <map:match pattern="simple.jpeg">
>         <map:read type="captcha" src="{session-attr:captcha}"/>
>       </map:match>
>
> myFile.jx:
>        <img src="simple.jpeg" />
>
> What is the issue here, is this a bug?
>
> regards
>
> Andrew
>