I've identified a bug in the 1.3.3 SDK that affected Christian.

If anyone is having a problem like this that is *not* fixed by redeploying
with the 1.3.2 SDK, please let me know your application ID so I can
investigate.

If you want a fairly nasty workaround for the 1.3.3 SDK bug that I found,
you can register an error handler for <error-code>404</error-code> by adding
something like this to your web.xml:

<error-page>
  <error-code>404</error-code>
  <location>/404.html</location>
</error-page>

We're working on a real fix.
-- Don

On Fri, Apr 23, 2010 at 10:45 AM, Christian Goudreau <
[email protected]> wrote:

> Update : In my case, switching back to AppEngine 1.3.2 was enough.
>
> Christian
>
>
> On Fri, Apr 23, 2010 at 11:34 AM, Christian Goudreau <
> [email protected]> wrote:
>
>> DAMN I should have read this message before... now stuck with the same
>> problem as the other and no older version.
>>
>> Christian
>>
>>
>> On Fri, Apr 23, 2010 at 11:29 AM, Don Schwarz <[email protected]>wrote:
>>
>>> Also, if you have an old version of your application still deployed that
>>> does not show this problem, please provide the version numbers for the
>>> working and not-working versions.
>>>
>>>
>>> On Fri, Apr 23, 2010 at 10:25 AM, Don Schwarz <[email protected]>wrote:
>>>
>>>> I am taking a look at this now.  Can one (or more) of you reply to me
>>>> privately with app ids that are experiencing problems?
>>>>
>>>>
>>>> On Fri, Apr 23, 2010 at 10:01 AM, Raphael André Bauer <
>>>> [email protected]> wrote:
>>>>
>>>>> On Fri, Apr 23, 2010 at 4:48 PM, Miroslav Genov <[email protected]>
>>>>> wrote:
>>>>> > The problem is not only in GuiceFilter. The problem occurs and when
>>>>> some
>>>>> > filter is mapped to "/*" and is writing some content to the output
>>>>> stream.
>>>>> > My testing app was using only simple filter that was bound in web.xml
>>>>> > directly.
>>>>>
>>>>> I think you are quite right and the "/*" is surely the root of the
>>>>> problem. I simply wanted to confirm it for guice users.
>>>>>
>>>>> Another update (that confirms what people in this thread where saying):
>>>>> - switching back to 1.3.2 + redeploy on app engine does not help
>>>>> - switching back to an old version of your app in the admin dashboard
>>>>> fixes the problem. well. you got stuck with an old version of your
>>>>> app. not too cool.
>>>>>
>>>>> ra
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> >
>>>>> > Regards,
>>>>> >  Miroslav
>>>>> >
>>>>> >
>>>>> > On 04/23/2010 05:39 PM, Raphael André Bauer wrote:
>>>>> >>
>>>>> >> On Fri, Apr 23, 2010 at 12:52 PM, Miroslav Genov<
>>>>> [email protected]>
>>>>> >>  wrote:
>>>>> >>
>>>>> >>>
>>>>> >>> Starred.
>>>>> >>>
>>>>> >>> Thanks for the assitance keyelo. I hope that problem will soon be
>>>>> >>> removed.
>>>>> >>>
>>>>> >>
>>>>> >> +1
>>>>> >>
>>>>> >> That's a huge blocker: 1.3.3 breaks all my
>>>>> >> com.google.inject.servlet.GuiceFilter based apps...
>>>>> >>
>>>>> >>
>>>>> >> If you use GuiceFilter do NOT upgrade to 1.3.3...
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >> Raphael
>>>>> >>
>>>>> >>
>>>>> >>
>>>>> >>>
>>>>> >>> Regards,
>>>>> >>>  Miroslav
>>>>> >>>
>>>>> >>> On 04/23/2010 01:48 PM, kinyelo wrote:
>>>>> >>>
>>>>> >>>>
>>>>> >>>> Issue opened
>>>>> >>>> http://code.google.com/p/googleappengine/issues/detail?id=3138
>>>>> >>>>
>>>>> >>>>
>>>>> >>>>
>>>>> >>>
>>>>> >>> --
>>>>> >>> 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
>>>>> >>> [email protected].
>>>>> >>> To unsubscribe from this group, send email to
>>>>> >>> [email protected]<google-appengine-java%[email protected]>
>>>>> .
>>>>> >>> For more options, visit this group at
>>>>> >>> http://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
>>>>> [email protected].
>>>>> > To unsubscribe from this group, send email to
>>>>> > [email protected]<google-appengine-java%[email protected]>
>>>>> .
>>>>> > For more options, visit this group at
>>>>> > http://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
>>>>> [email protected].
>>>>> To unsubscribe from this group, send email to
>>>>> [email protected]<google-appengine-java%[email protected]>
>>>>> .
>>>>> For more options, visit this group at
>>>>> http://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
>>> [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected]<google-appengine-java%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://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 [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-java?hl=en.

Reply via email to