davidmr001 / kaptcha

Automatically exported from code.google.com/p/kaptcha
Other
0 stars 0 forks source link

image with wrong code #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
the kaptcha show a image to me with a wrong code, so when i made a compare 
beteween what i input and the key-session the result is false.

What version of the product are you using? On what operating system?
2.3.2 w7

Please provide any additional information below.
there is no log error...

Original issue reported on code.google.com by fabiosal...@gmail.com on 23 Mar 2011 at 2:51

GoogleCodeExporter commented 8 years ago
sameone can help me please... the image still wrong... 

Original comment by fabiosal...@gmail.com on 24 Mar 2011 at 1:30

GoogleCodeExporter commented 8 years ago
hi,
i found new informations...my kaptcha don´t work with ie8 but at chrome works 
very well..

Original comment by fabiosal...@gmail.com on 24 Mar 2011 at 2:08

GoogleCodeExporter commented 8 years ago
my problem is the same of issue 48

Original comment by fabiosal...@gmail.com on 24 Mar 2011 at 2:17

GoogleCodeExporter commented 8 years ago
my code:

String kaptchaExpected = 
(String)req.getSession().getAttribute(com.google.code.kaptcha.Constants.KAPTCHA_
SESSION_KEY); 
            String kaptchaReceived = req.getParameter("kaptcha"); 
            System.out.println(kaptchaExpected);
            System.out.println(kaptchaReceived);

Original comment by fabiosal...@gmail.com on 24 Mar 2011 at 2:23

GoogleCodeExporter commented 8 years ago
still looking for a solution...

Original comment by fabiosal...@gmail.com on 25 Mar 2011 at 7:15

GoogleCodeExporter commented 8 years ago
Hi,
my experience is that IE has some strange caching behaviour, so my suggestion 
is that you add a random request parameter to the kaptcha img src, e.g. var 
captchaUrl = '/myApp/captchamail.jpg?tmp='+new Date().getTime();

Original comment by m.isak...@gmail.com on 13 May 2011 at 12:13

GoogleCodeExporter commented 8 years ago

Original comment by latch...@gmail.com on 2 Sep 2011 at 5:25

GoogleCodeExporter commented 8 years ago
Hello,
I tried the suggestion on comment 6, but I'm still having issues in some 
instances of IE9, someone has another possible solution for this issue?

Original comment by razev...@gm5.com.br on 10 Apr 2012 at 7:13