Не получается изображение Captcha в Bot Detect Captcha с помощью strtus2

Я реализовал бот Detect Captcha в Java, используя Struts2, но изображение catpcha не заполняется. Добавлены необходимые jar-файлы в локальную библиотеку и добавлены зависимости в pom.xml. и мой botdetect.xml:

<?xml version="1.0" encoding="UTF-8"?>
<botdetect xmlns="https://captcha.com/schema/java" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="https://captcha.com/schema/java
      https://captcha.com/schema/java/botdetect-4.0.beta3.5.xsd">
  <captchaStyles>
    <captchaStyle>
      <name>exampleCaptcha</name>
      <remoteScriptEnabled>false</remoteScriptEnabled>
      <userInputID>captchaCode</userInputID>
      <codeLength>6</codeLength>
    </captchaStyle>
  </captchaStyles>
</botdetect>

0 ответов

Другие вопросы по тегам