Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Conversation

@anirudh1arora
Copy link

No description provided.

@mmlinford
Copy link
Collaborator

Looks like it's still failing, but apparently we should try to use a newer version of the jetty plugin: http://stackoverflow.com/questions/26496338/strange-java-lang-arrayindexoutofboundsexception-thrown-on-jetty-startup

private final String load(String key, String defaultValue, String comment) {
if(options.containsKey(key)) {
return options.get(key);
} else if (config.getProperty(key) != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't remove these lines (see 5680b8f)

pom.xml Outdated
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.14.v20131031</version>
<groupId>org.eclipse.jetty</groupId>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't change this version (it should use the one I added a few minutes ago to the main FINRAOS repo)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants