Hello. I am using the new admin generator with Doctrine.

I do not like the behaviour of serializing the full object into the URL.

One of the reason is that I have some objects with large CLOB (TEXT) values, 
which can produce too large url's. I have problem with sending the form, as 
the form action url contains serialized data and the URL is at least 10kb 
large.

I get HTTP error 414 Request-URI Too Large
The requested URL's length exceeds the capacity limit for this server.

What should I do with this? How can I avoid the serialization of unnecessary 
fields into URL?

I tried to set the option with_wildcard_routes: false but it does nothing (or 
I do not notice anything)

Thanks for any response.

-- 
adrive

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to