mrgmarsh / wfrog

Automatically exported from code.google.com/p/wfrog
GNU General Public License v3.0
0 stars 0 forks source link

Illegal Key value: EBox::Auth_EBox #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install wfrog on Zentyal 2.2
2. Log in into zentyal from an internal ip
3. open *serverIP*:*wfrog_port*

What is the expected output? What do you see instead?
Of course, the wfrog site - instead: Server error 500

What version of the product are you using? On what operating system?
Zentyal (Ubuntu 10.04.3)

Please provide any additional information below.

wfrog reads the cookie EBox::Auth_EBox which is created from zentyal after 
login. Deleting this cookie solves the issue.

Can you learn wfrog to handle this cookie?

Log -> http://pastebin.com/hPrPQDQh

Original issue reported on code.google.com by commi1...@gmail.com on 18 Sep 2011 at 12:24

GoogleCodeExporter commented 9 years ago
I've googled about that. Zentyal does not apply to rfc2965. So, special chars 
like : are not allowed and because of that, SimeCookie does not filter it.

SimpleCookie can filter commas (,) semi-colons (;) and whitespaces ( ).

I'll open a bug-ticket on zentyal to change the Cookie-name.

In the meantime I've attached a simple workaround.

I hope someone can check it :)

Original comment by commi1...@gmail.com on 26 Sep 2011 at 2:00

Attachments:

GoogleCodeExporter commented 9 years ago
Solved (applied patch). 

Original comment by jordi.pu...@gmail.com on 26 Sep 2011 at 8:12

GoogleCodeExporter commented 9 years ago
Thanks!

Zentyal-team has fixed the issue in their trunk. The release takes about one 
week.
Do you want to remove my odd fix? :D

Original comment by commi1...@gmail.com on 27 Sep 2011 at 4:09