Skip to content

Conversation

gregw
Copy link

@gregw gregw commented Oct 3, 2023

Use Jetty-10 on java 11
Builds on #241 as step to #235

gregw added 3 commits October 3, 2023 14:40
Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.
Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.
Use Jetty-10 on java 11

@Override
public void write(String str) throws IOException {
writer.write(str);

Check warning

Code scanning / CodeQL

Cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1). Cross-site scripting vulnerability due to a [user-provided value](2).
gregw added 2 commits October 3, 2023 18:12
Use Jetty-10 on java 11
# Conflicts:
#	invoker/core/pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants