Skip to content
Permalink
Browse files
Merge pull request #1 from cliberty/RPA_double_decode
  • Loading branch information
florinpatrascu committed May 26, 2017
2 parents d35088e + c073181 commit e8122dd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -75,7 +75,7 @@ public void execute(JPublishContext context, Configuration configuration) throws
log.info(matcher.toString());
}

MultivaluedMap<String, String> multivaluedMap = matcher.getVariables(true);
MultivaluedMap<String, String> multivaluedMap = matcher.getVariables(false);

for (Map.Entry<String, List<String>> entry : multivaluedMap.entrySet()) {
if (entry.getValue() != null) {

0 comments on commit e8122dd

Please sign in to comment.