[
https://issues.apache.org/jira/browse/SOLR-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762440#action_12762440
]
Mark Miller commented on SOLR-1448:
-----------------------------------
bq. solely for the fact that this particular case isn't too obnoxious.
Thats why any of us are +1 from what I can read.
bq. In this case, I don't see why we should have to do things just b/c
Weblogic has a crappy design.
We don't have to. But since it helps and it doesn't hurt, it seems to make
sense.
bq. If y'all want to maintain it and are prepared to rework this in a year for
the new weblogic go for it.
Adding this file is not a contract to support weblogic. And the the setting
being changed (the *only* setting) is one that this isn't even a valid concern.
bq. However, the minute someone proposes web logic version 2 descriptor (when
it comes out)
Case by case. Like I said - with weblogic 9+, we won't even need this when
Solr's web.xml moves to 2.4.
> Addition of weblogic.xml required for solr to run under weblogic 10.3
> ---------------------------------------------------------------------
>
> Key: SOLR-1448
> URL: https://issues.apache.org/jira/browse/SOLR-1448
> Project: Solr
> Issue Type: Improvement
> Components: web gui
> Affects Versions: 1.4
> Environment: Weblogic 10.3
> Reporter: Ilan Rabinovitch
> Priority: Minor
> Fix For: 1.4
>
> Attachments: weblogic.xml
>
>
> Weblogic appears to have filters enabled even on FORWARD, which is listed as
> something that will not function properly in the Solr documentation. As a
> result, the administrative application generates a StackOverflow when
> accessed.
> This can be resolved by adding the attached weblogic.xml file to solr. No
> other changes are required.
> <?xml version='1.0' encoding='UTF-8'?>
> <weblogic-web-app
> xmlns="http://www.bea.com/ns/weblogic/90"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.bea.com/ns/weblogic/90
> http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
> <container-descriptor>
>
> <filter-dispatched-requests-enabled>false</filter-dispatched-requests-enabled>
> </container-descriptor>
> </weblogic-web-app>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.