Skip to content

Commit

Permalink
Fix merge #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskleeh committed Aug 23, 2016
1 parent 13168cf commit 9ddc1b8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ private void appendMapKey(StringBuilder buffer, Map map) {
if (value == null) continue;
first = appendCommaIfNotFirst(buffer, first);
Object key = entry.getKey();
if (UrlMapping.ACTION.equals(key) && map.get(UrlMapping.CONTROLLER) == null) {
appendKeyValue(buffer, map, UrlMapping.CONTROLLER, getRequestStateLookupStrategy().getControllerName());
appendCommaIfNotFirst(buffer, false);
}
if (RESOURCE_PREFIX.equals(key)) {
value = getCacheKeyValueForResource(value);
}
Expand Down

0 comments on commit 9ddc1b8

Please sign in to comment.