[Tramline-dev] Tramline and Plone login

Nate Aune natea at jazkarta.com
Tue Dec 13 22:12:22 CET 2005


On Dec 13, 2005, at 10:29 AM, Emyr Thomas wrote:

> Luis, how exactly have you integrated Tramline with Plone? Can you
> give some details?

I would also be very interested to know how you got Tramline working  
with Plone.

> I'm currently trying to PloneJUpload to work with Tramline & Plone.
> I'm almost there, I've had to patch the JUpload applet to send the
> tramline_ok header, but it still needs some work.

I'm using PloneJUpload and am very keen on getting Tramline  
integrated. Please keep the list posted on your progress.

Nate

> On 01/12/05, Luis De la Parra <lparrab at gmx.net> wrote:
>> Hi,
>>
>> On Monday 28 November 2005 15:02, Emyr Thomas wrote:
>>> Hi
>>>
>>> I've succesfully managed to integrate Tramline into Zope (just to  
>>> test
>>> it out). I then decided to tackle integration into Plone, but  
>>> Tramline
>>> seems to cause Plone logins to fail. Any advice on getting Tramline
>>> and Plone to work together?
>>>
>>
>> I downloaded tramline the other day and started playing with it  
>> (and got the
>> same problem)...I don't really know what is causing it, but I  
>> seems like the
>> login-form-post doesn't end with a new-line and tramline "eats" the
>> request...
>>
>> changing tramline/core.py like this is a work-around I found...
>>
>> ....
>>     def pushInputLine(self, data, out):
>>         # collect data
>>         self._incoming.append(data)
>>         # if we're not at the end of the line, input was broken
>>         # somewhere. We return to collect more first.
>>         if data[-1] != '\n':
>>             pass #return <<<<< this return makes the login in  
>> plone to stop
>> working
>> .....
>>
>> I wanted to take a closer look at it (and find the real problem  
>> and the right
>> solution) and report it back, but other things got in the way and  
>> I haven't
>> had much time since...
>>
>> regards,
>> luis
>>
>> _______________________________________________
>> Tramline-dev mailing list
>> Tramline-dev at codespeak.net
>> http://codespeak.net/mailman/listinfo/tramline-dev
>>
> _______________________________________________
> Tramline-dev mailing list
> Tramline-dev at codespeak.net
> http://codespeak.net/mailman/listinfo/tramline-dev

--
Nate Aune - natea at jazkarta.com
http://www.jazkarta.com




More information about the Tramline-dev mailing list