Files
configpolicy/roles
Dustin C. Hatch 772f669ab2 r/gitea: Handle encoded / characters in HTTP paths
Gitea package names (e.g. OCI images, etc.) can contain `/` charactres.
These are encoded as %2F in request paths.  Apache needs to forward
these sequences to the Gitea server without decoding them.
Unfortunately, the `AllowEncodedSlashes` setting, which controls this
behavior, is a per-virtualhost setting that is *not* inherited from the
main server configuration, and therefore must be explicitly set inside
the `VirtualHost` block.  This means Gitea needs its own virtual host
definition, and cannot rely on the default virtual host.
2022-11-27 17:21:03 -06:00
..
2018-08-08 21:38:56 -05:00
2020-03-09 20:29:52 -05:00
2018-07-23 17:35:10 -05:00
2018-04-08 10:11:43 -05:00
2021-10-31 14:25:59 -05:00
2022-08-15 17:12:35 -05:00
2022-11-09 18:56:05 -06:00
2018-06-06 21:44:28 -05:00
2022-08-15 17:06:20 -05:00
2022-08-10 22:18:43 -05:00
2022-08-20 21:15:31 -05:00
2021-11-06 18:12:29 -05:00