24 lines
1.1 KiB
Diff
24 lines
1.1 KiB
Diff
From 0234e5545f5d4c3fe8ae9f266f6df279df3c0cfc Mon Sep 17 00:00:00 2001
|
|
From: Michal Srb <msrb@redhat.com>
|
|
Date: Mon, 24 Mar 2014 12:49:08 +0100
|
|
Subject: [PATCH] Remove unmappable characters
|
|
|
|
---
|
|
src/main/java/org/acegisecurity/captcha/CaptchaEntryPoint.java | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/main/java/org/acegisecurity/captcha/CaptchaEntryPoint.java b/src/main/java/org/acegisecurity/captcha/CaptchaEntryPoint.java
|
|
index faf45c9..45d1135 100644
|
|
--- a/src/main/java/org/acegisecurity/captcha/CaptchaEntryPoint.java
|
|
+++ b/src/main/java/org/acegisecurity/captcha/CaptchaEntryPoint.java
|
|
@@ -122,7 +122,6 @@ public class CaptchaEntryPoint implements ChannelEntryPoint, InitializingBean {
|
|
Assert.hasLength(urlEncodingCharset, "urlEncodingCharset must be specified");
|
|
Assert.notNull(portMapper, "portMapper must be specified");
|
|
Assert.notNull(portResolver, "portResolver must be specified");
|
|
- URLEncoder.encode(" fzaef é& à ", urlEncodingCharset);
|
|
}
|
|
|
|
private void buildInternalRedirect(StringBuffer redirectUrl, HttpServletRequest req) {
|
|
--
|
|
1.8.5.3
|
|
|