ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
arametersInterceptor-replacing-spaces-with--20-tp19462652p19462652.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, georz1 wrote: > I've run into an odd issue recently where data posted > from a form is being saved with %20 where a space is present. Is it a GET or POST form? > My app has been working for about a year and I have never > seen this happening and I don't recall changing someth

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
nterceptors twice--is that your intention? > > Dave > > > ----------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in conte

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread Dave Newton
--- On Fri, 9/12/08, georz1 wrote: > It's a post. And since posting to this group I've changed > from Struts 2.0.11 -> 2.0.11.2 still with the same results. I'm still reasonably certain it's not an S2 issue--if it were me I'd be checking the change logs. If it's been working for a year and sudd

Re: ParametersInterceptor replacing spaces with %20

2008-09-12 Thread georz1
I completely agree that something that was working shouldn't all of a sudden stop. I was kind of hoping someone has run into an issue like this before and might have pointed out some subtle change that I might have made and I'm just overlooking. I've been working in the code base adding things