wenhuahetao / kaptcha

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

Kaptcha issues on Unix box #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Deployed the Kaptcha 2.3 application on Unix box and image is not 
showing up.
2. Image path given as Kaptcha.jpg on the jsp and web.xml in servlet 
mapping in
    <servlet-mapping>
        <servlet-name>Kaptcha</servlet-name>
        <url-pattern>/Kaptcha.jpg</url-pattern>
    </servlet-mapping>
3. Working fine on Windows box and Image not displaying in Unix box. 

Please get back on this issue as early as possible. We are in process 
moving to QA server.

Thanks.

Original issue reported on code.google.com by tsgopa...@yahoo.com on 26 Feb 2009 at 3:27

GoogleCodeExporter commented 8 years ago
See the other closed bugs just like this one.

Original comment by latch...@gmail.com on 26 Feb 2009 at 4:12

GoogleCodeExporter commented 8 years ago
hi, could not find the closed bug like this. please give me the reference or 
give me 
the Issue number.

Original comment by tsgopa...@yahoo.com on 26 Feb 2009 at 4:20

GoogleCodeExporter commented 8 years ago
unix server behave differently as compaire to window server,so on unix server 
some time we face issue on url but it works fine on window server.

example:- window :when we hit servlet from jsp file then we use
http://localhost:port/project_name/resorce_name

unix: we need to add ? on the end of the url as follows.
http://localhost:port/project_name/resorce_name?

,regarding captcha i am facing same problem ,captcha image is coming on  window 
machine but not on unix machine so, do one thing 

call captch on unis machine as follows.

on unix server :/project_name/captcha_servelt_name?

on window it will also work but without ? at the end as follows
on window: /project_name/captcha_servelt_name
htt

Original comment by java.shi...@gmail.com on 2 Dec 2012 at 7:08