wenhuahetao / kaptcha

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

the config does not effective #31

Closed GoogleCodeExporter closed 8 years ago

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

<servlet>
        <servlet-name>Kaptcha</servlet-name>
        <servlet-
class>com.google.code.kaptcha.servlet.KaptchaServlet</servlet-class>
        <init-param>
        <param-name>kaptcha.textproducer.char.length</param-name>
        <param-value>4</param-value>    
        <param-name>kaptcha.textproducer.font.size</param-name>
        <param-value>30</param-value>
        <param-name>kaptcha.textproducer.font.color</param-name>
        <param-value>red</param-value>  
        <param-name>kaptcha.noise.color</param-name>
        <param-value>green</param-value>        
        </init-param>
    </servlet>  

Original issue reported on code.google.com by tags...@gmail.com on 20 Dec 2008 at 8:51

GoogleCodeExporter commented 8 years ago
This is a totally useless bug report for me. If you provide more information, 
then maybe I'll be able to figure out 
what the problem is. Until you do that, this issue is marked as invalid.

Original comment by latch...@gmail.com on 22 Dec 2008 at 4:59