Fix failing tests in spring-test after recent changes
See gh-33639
This commit is contained in:
parent
2389748e25
commit
b13f86cf46
|
@ -142,10 +142,11 @@ abstract class RfcUriParser {
|
|||
case ';':
|
||||
case '?':
|
||||
case '#':
|
||||
case '.':
|
||||
parser.index(--i);
|
||||
parser.advanceTo(PATH);
|
||||
break;
|
||||
default:
|
||||
if (c == '.') {
|
||||
parser.index(--i);
|
||||
}
|
||||
parser.advanceTo(PATH);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue