[
https://issues.apache.org/jira/browse/SOLR-7240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128680#comment-15128680
]
Gus Heck commented on SOLR-7240:
--------------------------------
hmm, I'm noticing that the "trunk" patch for this (and 5.3.1 release files)
contains these lines:
{code}
<Item>
+ <Ref id="RewriteHandler"/>
+ </Item>
{code}
Is this part of the config working as expected? The [documentation for
Jetty|http://www.eclipse.org/jetty/documentation/9.2.2.v20140723/reference-section.html#jetty-xml-ref]
seems to say that this shoud be
{code}
<Item>
+ <Ref refid="RewriteHandler"/>
+ </Item>
{code}
If it's all working as expected then I guess the fact that Intellij flags an
error here (duplicate id attributes) is not a big deal. However, if something
is awry here maybe we need to open a new ticket to deal with it (since this one
is already closed). I haven't (yet) run into a symptom, but this looks funny...
> redirect / to /solr
> --------------------
>
> Key: SOLR-7240
> URL: https://issues.apache.org/jira/browse/SOLR-7240
> Project: Solr
> Issue Type: Improvement
> Reporter: Hoss Man
> Assignee: Timothy Potter
> Priority: Blocker
> Fix For: 5.1
>
> Attachments: SOLR-7240.patch, SOLR-7240_start_jar_branch5x.patch,
> SOLR-7240_trunk.patch
>
>
> Prior to Solr 5, we avoided doing anything fancy with our jetty configs
> because we didn't want to overly customize "the example" beyond things that
> involved loading the solr.war.
> That's not longer an issue, so we might as well plop in some jetty config
> features to redirect / to /solr.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]