Hi Everyone,

We are getting near ready to roll out uPortal 4.0.11 and in our testing we
spotted a conflict with retrieving the guest layout.json file it redirects
to render.up and this creates an issue for uMobile's initial screen and
pops up an error.

I traced the issue to the enhancement UP-3624 (
https://github.com/Jasig/uPortal/commit/0f4f48b091090211fb44e9375cd8dcb9d8a38e16
)

If you comment out the following 2 blocks of code, it resolves the uMobile
issue:

    <filter>
        <filter-name>remoteCookieCheckFilter</filter-name>

<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
    </filter>

    <filter-mapping>
        <filter-name>remoteCookieCheckFilter</filter-name>
        <url-pattern>/Login</url-pattern>
    </filter-mapping>

I don't know if this would be considered an uMobile or uPortal issue,
although I thought I'd send this out to be looked at and to make other
uMobile implementors aware of this change.

Aaron
-- 
Aaron Grant
Project Coordinator and Systems Integrator
Oakland University - UTS <http://oakland.edu/uts>

-- 
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

Reply via email to