Re: [appengine-java] Re: favicon.ico weirdness

2010-08-26 Thread John Patterson
On 26 August 2010 05:28, stanlick  wrote:

> I do not have a frameset.


Yes you do - "view source" on your page.  You have probably set up a "naked"
domain with your registrar who host this page and "include" your website as
a frame within that page.  If you cannot modify this container frameset then
I don't think you will be able to define an icon for the page.

 Is that something being injected by GAE?
> Also, why the does this page icon work in 2 out of 3 cases?
>

The frameset is only used in one case out of the 3

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: favicon.ico weirdness

2010-08-26 Thread spuddy
The problem is that http://1or2clicks.com/favicon.ico returns a 404.
For example:

$ wget -S http://1or2clicks.com/favicon.ico
--2010-08-27 15:39:52--  http://1or2clicks.com/favicon.ico
Resolving 1or2clicks.com (1or2clicks.com)... 67.228.162.90
Connecting to 1or2clicks.com (1or2clicks.com)|67.228.162.90|:80...
connected.
HTTP request sent, awaiting response...
  HTTP/1.1 404 Not Found
  Date: Fri, 27 Aug 2010 05:39:52 GMT
  Server: Apache
  Content-Length: 1410
  Connection: close
  Content-Type: text/html; charset=UTF-8
2010-08-27 15:39:52 ERROR 404: Not Found.

Now, if you hit http://1or2clicks.com/favicon.ico directly in the
browser, you get those 1410 bytes of HTML that look like this:

http://www.w3.org/TR/html4/frameset.dtd";>



1or2clicks.com



http://gae-1or2clicks.appspot.com/favicon.ico"; noresize>



That is: it loads the ico into a frameset on the page. Do you see what
is happening?

Whatever is serving 1or2clicks.com needs to return a 302 redirect for
favicon.ico instead of that wierd error page. Alternatively you should
proxy through to 9.latest.gae-1or2clicks.appspot.com instead of doing
wierd html-wrapping things.

=Matt

On Aug 25, 7:15 am, stanlick  wrote:
> I am experiencing some crazy stuff with my browser icon:
>
> 1) shows up on development server
> 2) shows up fine once deployed and accessed 
> fromhttp://9.latest.gae-1or2clicks.appspot.com
> 3) does not show up when accessed fromhttp://1or2clicks.com/
>
> Any clues?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: favicon.ico weirdness

2010-08-25 Thread stanlick
I do not have a frameset.  Is that something being injected by GAE?
Also, why the does this page icon work in 2 out of 3 cases?

Scott

On Aug 24, 9:22 pm, John Patterson  wrote:
> When I view source for your frameset there is no link tag like:
>
> 
>
> On 25 Aug 2010, at 04:15, stanlick wrote:
>
> > I am experiencing some crazy stuff with my browser icon:
>
> > 1) shows up on development server
> > 2) shows up fine once deployed and accessed 
> > fromhttp://9.latest.gae-1or2clicks.appspot.com
> > 3) does not show up when accessed fromhttp://1or2clicks.com/
>
> > Any clues?
>
> > --  
> > You received this message because you are subscribed to the Google  
> > Groups "Google App Engine for Java" group.
> > To post to this group, send email to google-appengine-java@googlegroups.com
> > .
> > To unsubscribe from this group, send email to 
> > google-appengine-java+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine-java?hl=en
> > .

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.