Something to look into. I'm not sure we want to use EHCache's gzip filter on the *.uP pages as it breaks the streaming output model that uPortal follows and results in caching all of the content in memory before writing any of it out.

-Eric

Dustin S. wrote:
I've been experiencing some weirdness since I merged in 3.1RC1 to our code.

On initial load of the portal I get an entirely blank page (in all browsers, Firefox 2, 3, IE, Opera). If I refresh I get the content as normal. This also happens when I click some tabs.

If I disable the Gzip Filters

    <filter>
        <filter-name>GzipFilter</filter-name>
<filter-class>net.sf.ehcache.constructs.web.filter.GzipFilter</filter-class>
    </filter>

    <filter-mapping>
        <filter-name>GzipFilter</filter-name>
        <url-pattern>*.uP</url-pattern>
    </filter-mapping>

Everything returns to normal, I get pages on first request...

Not sure why it doesn't work but I wanted to shoot it out there in case others have ran into this issue.
--

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to