We've run across an issue in the uPortal 4 codebase that affects AJAX portlets in detached mode. Essentially it appears that resource URL calls against the detached URL are issued a 302 redirect to the normal URL, like so:
http://localhost:8080/f/u12l1s5/p/news.u12l1n7/detached/resource.uP?pCc=cacheLevelPage -> http://localhost:8080/f/u12l1s5/p/news.u12l1n7/normal/resource.uP?pCc=cacheLevelPage. This redirect only seems to occur in detached mode (not maximized), and only on the desktop (not mobile) theme. I'm guessing that this might have to do with a difference in the syntax node helpers, but I've yet to find anything that looks to be causing it. While this shouldn't actually break functionality, there also seems to be some sort of other issue with the redirected URL that's breaking the content. I'll do further debugging, but I don't think we want to be using 302 redirects anyway since it will affect the browser-side performance of the page. - Jen -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
