mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
name of session cookie is set by providers
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@669 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
179675506d
commit
cd138e00f4
4 changed files with 23 additions and 24 deletions
|
@ -1396,7 +1396,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
InputStream is = null;
|
||||
try
|
||||
{
|
||||
is = ParserUtils.scrapeInputStream(uri, null, true, 3);
|
||||
is = ParserUtils.scrapeInputStream(uri, null, "HASESSIONID", 3);
|
||||
return queryConnections(uri, is);
|
||||
}
|
||||
catch (final XmlPullParserException x)
|
||||
|
@ -1415,7 +1415,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
InputStream is = null;
|
||||
try
|
||||
{
|
||||
is = ParserUtils.scrapeInputStream(uri, null, true, 3);
|
||||
is = ParserUtils.scrapeInputStream(uri, null, "HASESSIONID", 3);
|
||||
return queryConnections(uri, is);
|
||||
}
|
||||
catch (final XmlPullParserException x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue