if (captchaConfig.isUseImageBackground())
{
captcha.setBackgroundImage(this.background);
}
FileOutputStream fs = null;
ServerData url = new ServerData(request);
String imageUrl = url.getBasePath() + url.getContextPath() + captchaConfig.getDirectory() + "/" + captcha.getImageId() + captchaConfig.getImageFormat();
captcha.setImageURL(imageUrl);
String imagePath = this.captchasRealPath + "/" + captcha.getImageId() + captchaConfig.getImageFormat();
captcha.init();