문제

I have a Gerrit system were my user is part of the Administrators group but I can't view a review I just created for a newer project. I believe the projected worked in 2.7 but I just upgraded to 2.8.1. I'm assuming that if I'm part of the Administrator group I should be able to view anything especially something I created. I can view and change information in other projects. The Access page of the problem project looks similar to the ones that work. What can I look at to see what's causing the issue?

Is there a problem with projects with the directory structure like test/widget?

도움이 되었습니까?

해결책

Magnus was correct. It was totally a config problem because I'm using a proxy. The answer was in the release notes for 2.8.0. It only looked and acted like a permissions problem. I updated my apache config and now everything works fine. Updates in bold

AllowEncodedSlashes On

ProxyPass /r/ http://127.0.0.1:8081/r/ nocanon

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top