Skip to content

Commit

Permalink
todo added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jun 19, 2013
1 parent f24d5da commit a0054e6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2732,6 +2732,7 @@ Differentiate between hits, pageviews (only html or also PDF, etc.?) and visits
accessLogMessage = accessLogMessage + AccessLog.encodeLogField("ra", requestAction);
}

// TODO: What if a custom field is overwriting a regular field?! I would suggest that we log a warning and ignore this custom field.
HashMap<String, String> customFields = trackInfo.getCustomFields();
if (customFields != null) {
for (java.util.Map.Entry field : customFields.entrySet()) {
Expand Down

0 comments on commit a0054e6

Please sign in to comment.