Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in header.isUserAgentSupportsSNI() #460

Closed
rrayst opened this issue Feb 13, 2023 · 0 comments · Fixed by #752
Closed

Exception in header.isUserAgentSupportsSNI() #460

rrayst opened this issue Feb 13, 2023 · 0 comments · Fixed by #752
Assignees

Comments

@rrayst
Copy link
Contributor

rrayst commented Feb 13, 2023

2023-02-12T20:16:48.030117432Z java.lang.StringIndexOutOfBoundsException: Index 6 out of bounds for length 4
2023-02-12T20:16:48.030119605Z 	at jdk.internal.util.Preconditions$1.apply(Preconditions.java:55) ~[?:?]
2023-02-12T20:16:48.030121316Z 	at jdk.internal.util.Preconditions$1.apply(Preconditions.java:52) ~[?:?]
2023-02-12T20:16:48.030123034Z 	at jdk.internal.util.Preconditions$4.apply(Preconditions.java:213) ~[?:?]
2023-02-12T20:16:48.030124878Z 	at jdk.internal.util.Preconditions$4.apply(Preconditions.java:210) ~[?:?]
2023-02-12T20:16:48.030126549Z 	at jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:98) ~[?:?]
2023-02-12T20:16:48.030128347Z 	at jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:106) ~[?:?]
2023-02-12T20:16:48.030130000Z 	at jdk.internal.util.Preconditions.checkIndex(Preconditions.java:302) ~[?:?]
2023-02-12T20:16:48.030132021Z 	at java.lang.String.checkIndex(String.java:4570) ~[?:?]
2023-02-12T20:16:48.030133701Z 	at java.lang.StringLatin1.charAt(StringLatin1.java:46) ~[?:?]
2023-02-12T20:16:48.030135384Z 	at java.lang.String.charAt(String.java:1527) ~[?:?]
2023-02-12T20:16:48.030137084Z 	at com.predic8.membrane.core.http.Header.getBrowserVersion(Header.java:537) ~[service-proxy-core-5.0.1-SNAPSHOT.jar:5.0.1-SNAPSHOT]
2023-02-12T20:16:48.030138786Z 	at com.predic8.membrane.core.http.Header.isUserAgentSupportsSNI(Header.java:516) ~[service-proxy-core-5.0.1-SNAPSHOT.jar:5.0.1-SNAPSHOT]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants