Author: jleroux Date: Thu Oct 24 22:20:03 2013 New Revision: 1535575 URL: http://svn.apache.org/r1535575 Log: I missed this one when merging SeoConfig and urlregexp files into SeoConfig files only
Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/UrlRegexpConfigUtil.java Modified: ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/UrlRegexpConfigUtil.java URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/UrlRegexpConfigUtil.java?rev=1535575&r1=1535574&r2=1535575&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/UrlRegexpConfigUtil.java (original) +++ ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23/applications/product/src/org/ofbiz/product/category/UrlRegexpConfigUtil.java Thu Oct 24 22:20:03 2013 @@ -93,7 +93,7 @@ public class UrlRegexpConfigUtil { public static final String ELEMENT_NAME_FILTERS = "name-filters"; public static final String ELEMENT_FILTER = "filter"; public static final String ELEMENT_CHARACTER_PATTERN = "character-pattern"; - public static final String URL_REGEXP_CONFIG_FILENAME = "urlregexp.xml"; + public static final String URL_REGEXP_CONFIG_FILENAME = "SeoConfig.xml"; public static final int DEFAULT_RESPONSECODE = HttpServletResponse.SC_MOVED_PERMANENTLY; public static final String DEFAULT_ANONYMOUS_VALUE = "disable"; public static final String DEFAULT_USER_VALUE = "disable";