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

Disable the default "page" if /idp is left #26

Open
jtgasper3 opened this issue Jul 26, 2016 · 0 comments
Open

Disable the default "page" if /idp is left #26

jtgasper3 opened this issue Jul 26, 2016 · 0 comments

Comments

@jtgasper3
Copy link
Contributor

jtgasper3 commented Jul 26, 2016

[2:56 PM] Misagh Moayyed: Should we disable the default "page" if /idp is left out?
[2:56 PM] Misagh Moayyed: The default context redirect thingy in jetty I mean. Should it be turned on?
[3:02 PM] Misagh Moayyed: Jetty.xml, I have this
[3:02 PM] Misagh Moayyed:

    <Set name="handler">
         <New id="Handlers" class="org.eclipse.jetty.server.handler.HandlerCollection">
           <Set name="handlers">
            <Array type="org.eclipse.jetty.server.Handler">
              <Item>
                <New id="Contexts" class="org.eclipse.jetty.server.handler.ContextHandlerCollection"/>
              </Item>
              <Item>
                <New id="DefaultHandler" class="org.eclipse.jetty.server.handler.DefaultHandler">
                   <Set name="showContexts"><Property name="jetty.showContexts" default="false"/></Set>
                </New> 
              </Item>
            </Array>
           </Set>
         </New>
       </Set>

[3:02 PM] Misagh Moayyed: This is the magic bit:

    <Set name="showContexts"><Property name="jetty.showContexts" default="false"/></Set>

[3:02 PM] Misagh Moayyed: Starts around line 121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant