Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
in the file impl/src/java/org/sakaiproject/profile2/logic/SakaiProxyImpl.java, the "skin.default" property is fetched and used directly to build a path to tool.css which may not be correct since the portal uses new rules for building skin paths in 2.9.
Removed the API references to the skin.default and skin.repo, since they are unnecessary. Changed the BasePage to get the sakai.html.head attribute directly from the request and shove it into the header. Looks normal.
in the file impl/src/java/org/sakaiproject/profile2/logic/SakaiProxyImpl.java, the "skin.default" property is fetched and used directly to build a path to tool.css which may not be correct since the portal uses new rules for building skin paths in 2.9.