Re: Mysterious(?) carriage returns

2015-04-06 Thread Heikki Hyyrö
Chris Pratt kirjoitti 7.4.2015 kello 0.32: > > I believe line breaks in HTTP are always represented as pairs, > regardless of the Client or Server OS's Thanks for the tip; it helped me to look for the right thing and verify that HTML 4.01 specification indeed states exactly what you said: ht

Re: [S2] 2.3.20 upgrade issue: No log warning entry for excluded package?

2015-04-06 Thread Burton Rhodes
ok - I will get back to you On Fri, Apr 3, 2015 at 1:13 AM, Lukasz Lenart wrote: > No idea what's wrong, without a small working example I cannot help you :( > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2015-03-31 22:31 GMT+02:00 Burton Rhodes : > > Lukasz - > > A

Rough estimate to migrate Struts 1 to Struts 2 app.

2015-04-06 Thread Krishnappan Muthuraman
Hi, What's the rough order of estimate for migrating a struts 1 app to struts 2 app? Can you also specify good tools for the migration? Thanks Krish - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional com

Re: Mysterious(?) carriage returns

2015-04-06 Thread Chris Pratt
I believe line breaks in HTTP are always represented as pairs, regardless of the Client or Server OS's (*Chris*) On Mon, Apr 6, 2015 at 2:07 PM Heikki Hyyrö wrote: > Hi, > > I have been stumped by the following problem: newlines within text > received from an html form show up in the form ”\r

RE: Mysterious(?) carriage returns

2015-04-06 Thread Sean Powell
The OS with the browser submitting the page is Windows? -Original Message- From: Heikki Hyyrö [mailto:heikki.hy...@uta.fi] Sent: Monday, April 06, 2015 4:03 PM To: Struts Users Mailing List Subject: Mysterious(?) carriage returns Hi, I have been stumped by the following problem: newline

Mysterious(?) carriage returns

2015-04-06 Thread Heikki Hyyrö
Hi, I have been stumped by the following problem: newlines within text received from an html form show up in the form ”\r\n” in our Struts 2 -based application. I am wondering how this is possible because I have verified the following: 1) The system is running on OS X or Linux, so the OS defau