[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-23 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480867#comment-17480867 ] Jan Martin Keil commented on JENA-2257: --- Thanks a lot ! > QueryExecHTTP#actualSendMode ignores

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480746#comment-17480746 ] ASF subversion and git services commented on JENA-2257: --- Commit

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480747#comment-17480747 ] ASF subversion and git services commented on JENA-2257: --- Commit

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-21 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480041#comment-17480041 ] Andy Seaborne commented on JENA-2257: - Count the number of characters (not codepoints!) that need

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-21 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480025#comment-17480025 ] Jan Martin Keil commented on JENA-2257: --- {quote}The calculation of length can done without actually

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-21 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17480012#comment-17480012 ] Andy Seaborne commented on JENA-2257: - Adding to {{params}} could have been done earlier (if not

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-20 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17479850#comment-17479850 ] Jan Martin Keil commented on JENA-2257: --- Yes. I inspected it with an debugger and found, that

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17479599#comment-17479599 ] Andy Seaborne commented on JENA-2257: - The code is: {code:java} int thisLengthLimit =

[jira] [Commented] (JENA-2257) QueryExecHTTP#actualSendMode ignores query length causing HTTP 414

2022-01-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17479412#comment-17479412 ] Andy Seaborne commented on JENA-2257: - Hi, Just to check some details: How long is the query string?