Skip to content

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

@jtgasper3

Description

@jtgasper3

[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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions