Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exist: Lock down or fix peterstadler image #1

Open
thvitt opened this issue Dec 3, 2024 · 0 comments
Open

exist: Lock down or fix peterstadler image #1

thvitt opened this issue Dec 3, 2024 · 0 comments
Assignees

Comments

@thvitt
Copy link
Member

thvitt commented Dec 3, 2024

Peter Stadler’s image causes trouble with the rewriter:

Failed to initialize request dispatcher to forward request to /exist/faust-dev/meta
at org.exist.http.urlrewrite.Forward.doRewrite(Forward.java:47)

from this dispatch:

  <dispatch>
        <forward url="{concat($exist:controller, '/meta.xql')}">            
         <set-attribute name="xquery.report-errors" value="yes"/>
         <set-attribute name="xmlpath" value="{$xmlpath}"/>
        </forward>
        <view>
            <forward servlet="XSLTServlet">
                <set-attribute name="xslt.stylesheet" value="{concat($exist:root, $exist:controller, '/xslt/search-light.xsl')}"/>
            </forward>
        </view>
    </dispatch>

Either we need to find and fix this issue, or we use the original exist image, but need to set a password and adjust the config to production needs there.

thvitt added a commit that referenced this issue Dec 4, 2024
See #1 for motivation and remaining TODOs.
@thvitt thvitt self-assigned this Dec 4, 2024
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

No branches or pull requests

1 participant