[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
[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:
[3:02 PM] Misagh Moayyed: This is the magic bit:
[3:02 PM] Misagh Moayyed: Starts around line 121