mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 17:18:49 +00:00
Add another magic string for internal server errors.
This commit is contained in:
parent
9e0ecf1251
commit
20d63e21c4
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ public final class ParserUtils
|
|||
return false;
|
||||
}
|
||||
|
||||
private static final Pattern P_INTERNAL_ERROR = Pattern.compile(">\\s*(Internal error in gateway)\\s*<");
|
||||
private static final Pattern P_INTERNAL_ERROR = Pattern.compile(">\\s*(Server ein Fehler aufgetreten|Internal error in gateway)\\s*<");
|
||||
|
||||
public static boolean testInternalError(final String content)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue