Skip to content

Commit 5266893

Browse files
committed
update tag
1 parent af9144f commit 5266893

File tree

1 file changed

+1
-1
lines changed
  • sparkler-core/sparkler-plugins/url-injector/src/main/java/edu/usc/irds/sparkler/plugin

1 file changed

+1
-1
lines changed

sparkler-core/sparkler-plugins/url-injector/src/main/java/edu/usc/irds/sparkler/plugin/UrlInjector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ private List<UrlInjectorObj> appendForm(Collection<String> urls, List<String> to
7474
u = trimHTTPMethod(u);
7575
if (tokens.size() > 0) {
7676
for (String temp : tokens) {
77+
root.put("TAG", temp);
7778
String json = root.toString();
7879
json = json.replace("${token}", temp);
79-
root.put("TAG", temp);
8080
UrlInjectorObj o = new UrlInjectorObj(u, json, method);
8181
fixedUrls.add(o);
8282
}

0 commit comments

Comments
 (0)