After diffing my upgraded server against a fresh 4.1 install I can confirm that the
`/opt/gluu/jetty/oxauth/webapps`
folder is missing
```
oxauth.xml
oxauth_web_resources.xml
```
and the
`/opt/gluu/jetty/identity/webapps`
folder is missing
```
identity.xml
identity_web_resources.xml
```
I can confirm that copying these files manually fixes the issue and customizations can proceed as per the documentation. This happens on a fresh 3.1.2 server (to match our production server version) which has data imported and is then upgraded to 4.0 and then 4.1 using the upgrade documentation for each version. I believe this is a bug in the 4.0 upgrade script.
What would be the appropriate repo to file an issue in?