Re: Export - Import in latest Pier 2 Jenkins Build

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Export - Import in latest Pier 2 Jenkins Build

Lukas Renggli
This seems to be an issue in Seaside with multipart post requests.
This can be verified with the functional test suite of Seaside at
<http://localhost:8080/tests/functional/WAInputPostMultipartFunctionalTest>.

I will try to figure out what happens here. Thanks for letting us know.

Cheers,
Lukas

On 22 April 2011 10:16, Davorin Rusevljan <[hidden email]> wrote:

> Hmm could it be something related to handling of multipart forms in
> comanche? If I change form to be regular one, and buttons to just
> buttons instead of submitButton, export: method does fire up, and I do
> get download of pier.obj. (importing still groaks though).
>
> in one click image there is:
>
> Seaside-Adaptors-Comanche-pmm68
>
> Davorin Rusevljan
> http://www.cloud208.com/
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Export - Import in latest Pier 2 Jenkins Build

Lukas Renggli
The problem seems to come from this change:
<http://code.google.com/p/seaside/issues/detail?id=648>.

Reverting that code solves the problem:

Gofer new
   squeaksource: 'KomHttpServer';
   package: 'KomHttpServerLight';
   load

On 22 April 2011 10:46, Lukas Renggli <[hidden email]> wrote:

> This seems to be an issue in Seaside with multipart post requests.
> This can be verified with the functional test suite of Seaside at
> <http://localhost:8080/tests/functional/WAInputPostMultipartFunctionalTest>.
>
> I will try to figure out what happens here. Thanks for letting us know.
>
> Cheers,
> Lukas
>
> On 22 April 2011 10:16, Davorin Rusevljan <[hidden email]> wrote:
>> Hmm could it be something related to handling of multipart forms in
>> comanche? If I change form to be regular one, and buttons to just
>> buttons instead of submitButton, export: method does fire up, and I do
>> get download of pier.obj. (importing still groaks though).
>>
>> in one click image there is:
>>
>> Seaside-Adaptors-Comanche-pmm68
>>
>> Davorin Rusevljan
>> http://www.cloud208.com/
>> _______________________________________________
>> Magritte, Pier and Related Tools ...
>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>
>
>
> --
> Lukas Renggli
> www.lukas-renggli.ch
>



--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Export - Import in latest Pier 2 Jenkins Build

Lukas Renggli
>> The problem seems to come from this change:
>> <http://code.google.com/p/seaside/issues/detail?id=648>.
>
> I guess this had something to do with REST support, be damned ;)

No, I don't think so.

> Will this change be incorporated in #499 build of Pier?

Yes, this should be part of the most recent builds.

Lukas

--
Lukas Renggli
www.lukas-renggli.ch
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev