Re: New Warn Log Messages When Using Struts 2.3.8

2012-12-29 Thread Lukasz Lenart
This should be only visible in devMode, but anyway level should be reduced to DEBUG - an issue was already registered: https://issues.apache.org/jira/browse/WW-3953 Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2012/12/28 bphill...@ku.edu : > I'm reviewing Struts 2.3.8 and notice

Re: Header "overflow" on redirectAction

2012-12-29 Thread Burton Rhodes
I think I got an answer here. Unforutnately, not the one I wanted to hear http://grokbase.com/t/struts/user/084r2f1npk/redirect-action-parameters-via-post On Fri, Dec 28, 2012 at 10:37 PM, Burton Rhodes wrote: > I am running into an issue in my development environment (maven jetty 7.x) > w

Re: Header "overflow" on redirectAction

2012-12-29 Thread Dave Newton
If the data is that large IMO it should either lube in the session temporarily, or a DB. I don't know of any standard mechanism that allows an "internal" post. Dave (pardon brevity, typos, and top-quoting; on cell) On Dec 29, 2012 6:37 AM, "Burton Rhodes" wrote: > I think I got an answer here.