We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e748dc commit cb900f1Copy full SHA for cb900f1
src/edu/stanford/nlp/pipeline/StanfordCoreNLPServer.java
@@ -496,7 +496,7 @@ private Properties getProperties(HttpExchange httpExchange) throws UnsupportedEn
496
// Add GET parameters as properties
497
urlParams.entrySet().stream()
498
.filter(entry ->
499
- !"properties".equalsIgnoreCase(entry.getKey()) &&
+ !"properties".equalsIgnoreCase(entry.getKey()) &&
500
!"props".equalsIgnoreCase(entry.getKey()))
501
.forEach(entry -> props.setProperty(entry.getKey(), entry.getValue()));
502
0 commit comments