Oscar Scholten pushed to branch bugfix/HSTTWO-4035 at cms-community / 
hippo-site-toolkit


Commits:
47fee4ee by Oscar Scholten at 2017-09-21T09:58:30+02:00
HSTTWO-4035 Use private fields for constants not available in v12

- - - - -


1 changed file:

- commons/src/main/java/org/hippoecm/hst/util/HstRequestUtils.java


Changes:

=====================================
commons/src/main/java/org/hippoecm/hst/util/HstRequestUtils.java
=====================================
--- a/commons/src/main/java/org/hippoecm/hst/util/HstRequestUtils.java
+++ b/commons/src/main/java/org/hippoecm/hst/util/HstRequestUtils.java
@@ -56,8 +56,8 @@ public class HstRequestUtils {
     public static String URI_ENCODING_DEFAULT_CHARSET_VALUE = "ISO-8859-1";
     public static String URI_ENCODING_USE_BODY_CHARSET_KEY = 
"uriencoding.use.body.charset";
     public static boolean URI_ENCODING_USE_BODY_CHARSET_VALUE = true;
-    public static String URI_ENCODING_USE_CONTAINER_KEY = 
"uriencoding.use.container";
-    public static boolean URI_ENCODING_USE_CONTAINER_VALUE = true;
+    private static String URI_ENCODING_USE_CONTAINER_KEY = 
"uriencoding.use.container";
+    private static boolean URI_ENCODING_USE_CONTAINER_VALUE = true;
 
     // Small wrapper class to read configuration settings also when running 
within a unit test
     private static class URIEncodingConfiguration {



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/47fee4eeb74f3a18f305079e377659a0a3cff987

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-site-toolkit/commit/47fee4eeb74f3a18f305079e377659a0a3cff987
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to