Working with Christian Murphy on a site visit. Just updated our uPortal-start implementation to 5.1. While debugging user attribute resolution, trying to view an individual user after searching from the User Administration portlet throws up an HTTP error 405 as shown in the attached screenshot.
uPortal 5.1 running locally with ./gradlew tomcatStart, Java 8, MacOS
This is happening with both uPortal 5.1.0 and uPortal 5.0.7
Apologies for the triple post.
If/When a portlet fails and gives the two retry links, Admin only and User Facing, the User Facing link will result in the error being thrown as well.
merged
to solve the pb here is the procedure:
in the /home/user folder
git clone https://github.com/Jasig/uPortal.git
cd uPortal
./gradlew install
Note the version in the gradle.properties file (version=5.2.0-SNAPSHOT)
then
in the /home/user folder
git clone https://github.com/Jasig/uPortal-start.git
cd uPortal-start
Edit gradle.properties file
with :
version=5.2.0-SNAPSHOT
and
uPortalVersion=5.2.0-SNAPSHOT