error document & public directory

Václav Mach machv at cesnet.cz
Mon Sep 17 07:57:05 EDT 2018


Hi,

I've done some further testing with this. I also have another vhost 
where almost the same configuration is working fine. Part of working 
configuration:

<Location />
     # konfigurace shibbolethu pro /
     AuthType shibboleth
     Require shibboleth
     ShibRequestSetting requireSession 1

     # proxy
     ProxyPass http://127.0.0.1:8080/
     ProxyPassReverse http://127.0.0.1:8080/
</Location>

# exception for .well-known
<Location "/.well-known/security.txt">
     AuthType shibboleth
     Require shibboleth
     ShibRequestSetting requireSession 0
</Location>

I've tried to use this in problematic vhost and i found out, that the 
handling of /.something is different than /something. When using 
something like:

<Location "/test/security.txt">
...
</Location>

the shibboleth still requires session, but when using:

<Location "/.test/security.txt">
...
</Location>

it does not require session.

Is this intended behavior? Any more thought on this?

cheers,
Vaclav
-- 
Václav Mach
tel: +420 234 680 206
CESNET, z.s.p.o.
www.cesnet.cz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3710 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://shibboleth.net/pipermail/users/attachments/20180917/352aa414/attachment.p7s>


More information about the users mailing list