mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
VMS: Fix request URL encoding.
This commit is contained in:
parent
c60ff5e24c
commit
64f3383edd
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@ import java.util.Date;
|
|||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import com.google.common.base.Charsets;
|
||||
|
||||
import de.schildbach.pte.dto.Line;
|
||||
import de.schildbach.pte.dto.Location;
|
||||
import de.schildbach.pte.dto.Product;
|
||||
|
@ -36,7 +38,7 @@ public class VmsProvider extends AbstractEfaProvider {
|
|||
|
||||
public VmsProvider() {
|
||||
super(NetworkId.VMS, API_BASE);
|
||||
|
||||
setRequestUrlEncoding(Charsets.UTF_8);
|
||||
setUseLineRestriction(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue