Thank you for your replies.
I tried to set the header in the response object like you said in my servlet, but I was not able to get the header value from the
jsp page (I created a jsp page to
test). it is "null". by the way, I used redirect to the jsp page.
i did something like the following in my jsp page to see the result:
<%
System.out.println("test " + request.getHeader("Authorization"));
%>
any idea?