On Sun, Oct 19, 2008 at 4:33 PM, Tim Perrett <[EMAIL PROTECTED]> wrote:
> > FYI - here are the curl outputs: > > macpro:~ timperrett$ curl -I http://thenang.ebiggs.com/abc.kml > HTTP/1.1 <http://thenang.ebiggs.com/abc.kmlHTTP/1.1> 200 OK > Expires: Thu, 01 Jan 1970 00:00:00 GMT > Set-Cookie: JSESSIONID=1v3t13ucx3a5p;Path=/ > Last-Modified: Sun, 19 Oct 2008 07:52:09 GMT > Content-Length: 3365 > Accept-Ranges: bytes > Server: Jetty(6.1.12.rc3) > > macpro:~ timperrett$ curl -I http://thenang.ebiggs.com/kml/5/abc.kml > HTTP/1.1 <http://thenang.ebiggs.com/kml/5/abc.kmlHTTP/1.1> 200 OK > Expires: Thu, 01 Jan 1970 00:00:00 GMT > Set-Cookie: JSESSIONID=oyurl2xx3xiq;Path=/ > Content-Length: 3358 > Content-Encoding: UTF-8 Looks like you're using Lift 0.9. The Content-Encoding thing was causing a problem with proxies and is removed in 0.10-SNAPSHOT. Try switching to 0.10-SNAPSHOT and see if that addresses the issue. > > Content-Type: application/vnd.google-earth.kml+xml > Last-Modified: Sun, 19 Oct 2008 06:43:57 GMT > Server: Jetty(6.1.12.rc3) > > Are you explicitly setting the google-earth content-type on the > dynamic one? > > Cheers > > Tim > > > -- Lift, the simply functional web framework http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
