Am Freitag, 20. April 2007 schrieb Helio Chissini de Castro: > SVN commit 656272 by helio: [...] > + else if ( m_request.allowCompressedPage && > + m_strMimeType != "application/x-tgz" && > + m_strMimeType != "application/x-targz" && > + m_strMimeType != "application/x-gzip" && > + m_request.url.path().right(6) == ".ps.gz" ) Shouldn't this be endsWith()? mfg Leo