fix: hotfix 동기화 — history/detail candidate_count 안전 처리 #225
@ -265,6 +265,6 @@ public class OsintCollector {
|
||||
}
|
||||
|
||||
private String encodeQuery(String query) {
|
||||
return query.replace(" ", "+");
|
||||
return java.net.URLEncoder.encode(query, StandardCharsets.UTF_8);
|
||||
}
|
||||
}
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user