You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Richard Emberson (JIRA)" <ji...@apache.org> on 2010/12/06 03:06:11 UTC

[jira] Created: (WICKET-3232) In extensons CaptchaImageResource render method, while loop does not loop

In extensons CaptchaImageResource render method, while loop does not loop
-------------------------------------------------------------------------

                 Key: WICKET-3232
                 URL: https://issues.apache.org/jira/browse/WICKET-3232
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.5-M3
         Environment: all
            Reporter: Richard Emberson
            Priority: Trivial


In the extensons CaptchaImageResource render method, the while-loop:
while(true){
....
return toImageData(image);
}

can be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-3232) In extensons CaptchaImageResource render method, while loop does not loop

Posted by "Peter Ertl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl resolved WICKET-3232.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
         Assignee: Peter Ertl

fixed

> In extensons CaptchaImageResource render method, while loop does not loop
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3232
>                 URL: https://issues.apache.org/jira/browse/WICKET-3232
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: all
>            Reporter: Richard Emberson
>            Assignee: Peter Ertl
>            Priority: Trivial
>             Fix For: 1.5-M4
>
>
> In the extensons CaptchaImageResource render method, the while-loop:
> while(true){
> ....
> return toImageData(image);
> }
> can be removed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.