Request Mapper question
Doan, Tommy
tdoan at smu.edu
Wed Jan 4 17:47:38 EST 2017
I thought I had a good understanding of the Request Mapper and how to configure it for IIS 8, but I'm stumped by something that was brought to my attention today. With the configuration below, a session is initiated as expected when users visit certain paths but not one in particular.
Works:
https://site.host.edu/path1/portal
https://site.host.edu/path2/mobile/services
Does not work:
https://site.host.edu/path2/pathtest
<RequestMapper type="Native">
<RequestMap>
<Host name="site.host.edu" authType="shibboleth" requireSession="false">
<Path name="path1/portal" requireSession="true" />
<Path name="path2" requireSession="false" >
<Path name="pathtest" requireSession="true" />
<Path name="mobile/services" requireSession="true" />
</Path>
</Host>
</RequestMap>
</RequestMapper>
I turned up the logging level in native.logger to DEBUG, but even so it doesn't log any https://site.host.edu/path2/pathtest activity. I'm inclined to blame IIS 8 but I'm not finding any problems there either, and the other paths work as expected. Thanks for any assistance with whatever I'm missing!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20170104/8721f869/attachment.html>
More information about the users
mailing list