Also please make sure it hits maven central in a timely manner. On 2 February 2012 09:47, Jeff Schnitzer <[email protected]> wrote: > Would you be sure to doublecheck that 1.6.2.1 gets into the Eclipse > repo? 1.6.1.1 never seems to have made it. There was something that > looked like an update to 1.6.1 but it didn't fix the bug, whereas > downloading the 1.6.1.1 sdk did, so I assume it never was posted. > > Thanks, > Jeff > > On Wed, Feb 1, 2012 at 5:40 PM, Marzia Niccolai > <[email protected]> wrote: >> Hi Mos, >> >> Apologies for this regression. We've pushed a 1.6.2.1 that contains the fix. >> >> Since we had started our 1.6.2 release before this issue was fixed, we >> didn't properly integrate the fix in to both the 1.6.1 and 1.6.2 SDK. >> >> -Marzia >> >> >> On Wed, Feb 1, 2012 at 9:04 AM, Mos <[email protected]> wrote: >>> >>> Hello again, >>> >>> can't believe it?! >>> The critical bug you fixed with 1.6.1.1 is reintroduced with the new >>> version. >>> >>> Just deployed my application with 1.6.2 and again the css-files are >>> returned with mime-type of null >>> --> breaks the site in most browsers! >>> >>> Please reopen the ticket: >>> http://code.google.com/p/googleappengine/issues/detail?id=6655 >>> >>> @Ikai: You still have my app-id and access-password, if you would see the >>> bug in action..... >>> >>> @GAE-Team: What's going on with your version-control / >>> regression-testing? Did we have to wait again two weeks for a fix with >>> 1.6.2.1? >>> >>> Cheers >>> Mos >>> >>> >>> >>> On Mon, Jan 9, 2012 at 6:44 PM, Mos <[email protected]> wrote: >>>> >>>> Hello GAE-Team, >>>> >>>> no news in 24h on this critical issue? >>>> >>>> I'm new to GAE and we will release our first application the next days. >>>> But this issue make me loose my confidence in GAE's reliability. I get >>>> doubt if Google App Engine was the right choice? >>>> >>>> As Jon mentioned: The issue is around on this list for more than two >>>> weeks. >>>> The issue breaks applications --> downtimes for more and more of your >>>> GAEs users >>>> >>>> And what I'm really wondering: >>>> It seems to be a simple fix on the GAE-Frontends. It shouldn't be such a >>>> complex thing, >>>> to evaluate why the response header sends a null mime-type and not the >>>> css mime-type for some >>>> application's *.css files? You have more then one test-case on this.... >>>> Your GAE guys are so smart and can't fix this one? >>>> >>>> Cheers >>>> Mos >>>> >>>> >>>> >>>> On Sun, Jan 8, 2012 at 11:15 PM, Amy Unruh <[email protected]> >>>> wrote: >>>>> >>>>> Mos (and others), >>>>> >>>>> The issue is being actively investigated; we'll be sure to update this >>>>> thread and the issue page as soon as there is more to report. >>>>> Mos, you can go ahead and re-deploy if you want, as we have other test >>>>> cases as this point. >>>>> >>>>> -Amy >>>>> >>>>> >>>>> On Mon, Jan 9, 2012 at 5:00 AM, Mos <[email protected]> wrote: >>>>>> >>>>>> Hello Ikai, >>>>>> >>>>>> did you have the chance to evaluate on the issue? >>>>>> I sent you my broken test version / URL two days ago. >>>>>> >>>>>> I wanna redeploy in near future, but don't want to destroy "your >>>>>> test-case". >>>>>> >>>>>> Please give some feedback. >>>>>> >>>>>> Further I think we should put the issue on critical, because this bug >>>>>> breaks >>>>>> webpages and many people are affected: >>>>>> >>>>>> http://code.google.com/p/googleappengine/issues/detail?id=6655 >>>>>> >>>>>> Cheers >>>>>> Mos >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Fri, Jan 6, 2012 at 12:26 PM, Mos <[email protected]> wrote: >>>>>>> >>>>>>> Hi Ikai, >>>>>>> >>>>>>> the problem occurs in all browsers (I tested Firefox, Chrome and IE). >>>>>>> All browsers get a mime-type of null. >>>>>>> Firefox is able to interpret the stylesheet nevertheless. IE and >>>>>>> Chrome fail and the site is destroyed. >>>>>>> >>>>>>> Since yesterday I have a version of my application that still has the >>>>>>> problem. >>>>>>> I sent you the URL and the Beta-Login in a private email. >>>>>>> >>>>>>> I need to redepoy at the weekend, so please check it in the next >>>>>>> hours. >>>>>>> >>>>>>> Greetings Mos >>>>>>> >>>>>>> >>>>>>> On Thu, Jan 5, 2012 at 9:06 PM, Ikai Lan (Google) <[email protected]> >>>>>>> wrote: >>>>>>>> >>>>>>>> Mos, what browser is this? >>>>>>>> >>>>>>>> I've seen some talk of this but it's passing and we can't seem to >>>>>>>> catch it in action. I need more data so I can hunt this down - URLs >>>>>>>> when >>>>>>>> this is failing. The reports I've seen are that this happens >>>>>>>> specifically to >>>>>>>> Chrome users. >>>>>>>> >>>>>>>> -- >>>>>>>> Ikai Lan >>>>>>>> Developer Programs Engineer, Google App Engine >>>>>>>> plus.ikailan.com | twitter.com/ikai >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Jan 5, 2012 at 8:37 AM, Mos <[email protected]> wrote: >>>>>>>>> >>>>>>>>> Just found the issue >>>>>>>>> http://code.google.com/p/googleappengine/issues/detail?id=6655 >>>>>>>>> >>>>>>>>> It's three days old and describes a fatal error that seems to hit >>>>>>>>> more and more people. >>>>>>>>> >>>>>>>>> No response from Google? >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Jan 5, 2012 at 5:30 PM, Mos <[email protected]> wrote: >>>>>>>>>> >>>>>>>>>> My site is down currently, because GAE response CSS files without >>>>>>>>>> mime-type: >>>>>>>>>> >>>>>>>>>> REQUEST: >>>>>>>>>> >>>>>>>>>> GET /static/css/master.css HTTP/1.1 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ... >>>>>>>>>> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; >>>>>>>>>> rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25 >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Accept: text/css,*/*;q=0.1 >>>>>>>>>> ...... >>>>>>>>>> >>>>>>>>>> WRONG RESPONSE: >>>>>>>>>> >>>>>>>>>> HTTP/1.1 200 OK >>>>>>>>>> Etag: "sR7Bag" >>>>>>>>>> Date: Thu, 05 Jan 2012 16:22:34 GMT >>>>>>>>>> Expires: Thu, 05 Jan 2012 16:32:34 GMT >>>>>>>>>> Cache-Control: public, max-age=600 >>>>>>>>>> Content-Type: null >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Server: Google Frontend >>>>>>>>>> Content-Length: 37206 >>>>>>>>>> >>>>>>>>>> Does anybody else have the problem? >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> You received this message because you are subscribed to the Google >>>>>>>>> Groups "Google App Engine" 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/google-appengine?hl=en. >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "Google App Engine" 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/google-appengine?hl=en. >>>>>>> >>>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Google App Engine" 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/google-appengine?hl=en. >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Google App Engine" 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/google-appengine?hl=en. >>>> >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" 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/google-appengine?hl=en. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. >
-- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
