[jboss-user] [Beginner's Corner] - different action in jboss version 4.02 and 5.01
lee cholho
do-not-reply at jboss.com
Mon Nov 8 21:19:10 EST 2010
rokmn3309 [http://community.jboss.org/people/rokmn3309] created the discussion
"different action in jboss version 4.02 and 5.01"
To view the discussion, visit: http://community.jboss.org/message/570180#570180
--------------------------------------------------------------
hi..
i have a problem..
my system get request from local-user, then my system send request to another-web server.
and get some info from another-web server, after response to local-user..
now charset is this.
another-web server=EUC-JP
myserver,localuser=shift-jis(sjis)
local-user myserver another-web server
request ----------(1)-------> doGet ------------(2)-----------> request
response <----------(4)-------- doGet <-----------(3)------------ response
4.02 version is not problem but 5.01 version do not see message in myserver(local-user veiw page)
i checked (1) in myserver and i checked (3) message from another-web server in myserver..
and i debugging and check response.getWriter().write(body)
of couse body is get message from another-web server, but in myserver(local-user veiw page) is blank..
i think that response.getWriter().write(body) of 5.01 version is do not work..reason do not match charset..
if you know that 5.01 version is running to same 4.02 version?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/570180#570180]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101108/87d81378/attachment.html
More information about the jboss-user
mailing list