Re: Random JSF error: no saved view state could be found

2013-09-30 Thread Romain Manni-Bucau
Hi Do you run mojarra on tomee? Basically the exception you sent doesnt seem complete and is not usable to help. About "it works with mojarra so that's mf" it is a big shortcut. It can be a bug in mojarra which make it working too (im not saying it, just you dont know and you cant conclude since

Re: Random JSF error: no saved view state could be found

2013-09-30 Thread Zmirc
Hi, Leonardo! Unfortunately, I've been very pressed by having to get it to work in production, so I switched this project to Majorra. Happily enough, the error didn't appear anymore, at least until now. I would have definitely loved to afford doing those tests, but it wasn't possible unfortu

Disable or configure CSRF

2013-09-30 Thread Johannes Murth
Hi! I have a scenario, where jsf-app has to be embedded into existing html+js application. But when i call http get on jsf with xmlhttprequest i get http status 200 with no response. I guess, this is because of csrf protection. How could this be solved? Best regards!

Re: %20 instead of space with passthrough

2013-09-30 Thread Karl Kildén
Hello, If we assume that a) It's reproducible for others and b) it works in Mojarra it should probably be changed per your suggestion. This however is a little beyond what I can really comment on for now but if it helps I can test a & b / Karl On 30 September 2013 09:00, Leonardo Uribe wrote:

Re: %20 instead of space with passthrough

2013-09-30 Thread Leonardo Uribe
Hi Maybe the fix we need to do should be in writeURIAttribute. For example, in this case the value is not an URI, so it should not be encoded. The implementation in myfaces always encode. There is evidence out there that the encode is not expected. regards, Leonardo Uribe On Sep 29, 2013 9:41 PM