Merge pull request 'release: GDELT URL 인코딩 핫픽스' (#77) from develop into main
All checks were successful
Deploy KCG / deploy (push) Successful in 1m17s
All checks were successful
Deploy KCG / deploy (push) Successful in 1m17s
This commit is contained in:
커밋
962f2df683
@ -265,6 +265,6 @@ public class OsintCollector {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String encodeQuery(String query) {
|
private String encodeQuery(String query) {
|
||||||
return query.replace(" ", "+");
|
return java.net.URLEncoder.encode(query, StandardCharsets.UTF_8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user