Special chracters issue within hotdeploy component.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Special chracters issue within hotdeploy component.

Anchit Jindal
Hi all hope you all are doing well :)
I am facing an issue for special chracters with service "updatePartyPostalAddress" located in party Manager component. I am trying to update "Rübchenstraße" to address field from the ofbiz backend (party manager) it updates the same but using the same service if i am trying to update it from my frontend component in hotdeploy it changes text to (Rübchenstraße). I have checked logs in browser console value pass to request is same but in terminal logs it changes. Also i have checked its encoding is same for both frontend and backend its UTF-8. Can anyone please help me to sort it out.

Thanks, Anchit
Reply | Threaded
Open this post in threaded view
|

Re: Special chracters issue within hotdeploy component.

Deepak Dixit-3
Hi Anchit,

Do you have any custom filter in your web.xml?


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com

On Tue, Jun 7, 2016 at 12:34 PM, Anchit Jindal <[hidden email]>
wrote:

> Hi all hope you all are doing well :)
> I am facing an issue for special chracters with service
> "updatePartyPostalAddress" located in party Manager component. I am trying
> to update "Rübchenstraße" to address field from the ofbiz backend (party
> manager) it updates the same but using the same service if i am trying to
> update it from my frontend component in hotdeploy it changes text to
> (Rübchenstraße). I have checked logs in browser console value pass to
> request is same but in terminal logs it changes. Also i have checked its
> encoding is same for both frontend and backend its UTF-8. Can anyone please
> help me to sort it out.
>
> Thanks, Anchit
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Special-chracters-issue-within-hotdeploy-component-tp4682696.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Special chracters issue within hotdeploy component.

Anchit Jindal
Hello Sir, yes we have custom filter in web.xml and issue is due to it. We have placed our custom filter above ContextFilter and this causes the issue. Now we placed custom filter in the last and it works perfect. :) Thanks again.
Reply | Threaded
Open this post in threaded view
|

Re: Special chracters issue within hotdeploy component.

Jacques Le Roux
Administrator
Thanks guys for reporting in user ML.

Using the Skype channel is fine but it's always better to share the most. The user ML is not slower ;)

Jacques


Le 07/06/2016 à 10:51, Anchit Jindal a écrit :

> Hello Sir, yes we have custom filter in web.xml and issue is due to it. We
> have placed our custom filter above ContextFilter and this causes the issue.
> Now we placed custom filter in the last and it works perfect. :) Thanks
> again.
>
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Special-chracters-issue-within-hotdeploy-component-tp4682696p4682717.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>