Since I will be accessing the page that is managed by CXfServlet should I take any precaution? Thank you. rn
On Fri, Jun 11, 2010 at 9:52 AM, Daniel Kulp <[email protected]> wrote: > > I think you would need to set up the full path for the redirect. Basically, > grabe the HttpRequest from the message and use the getPath getContextPath and > and such to construct a full path (that would start with "/") and set that. > That should get it out of the CXF servlets "space". > > Dan > > > > > On Thursday 10 June 2010 9:10:47 pm rangeli nepal wrote: >> Good evening everybody, >> >> I am trying to send a html page from interceptor. I try to do it by >> response.sendRedirect(consent.jsp"). >> But I guess with redirect it goes to browser and it starts to look for >> an endpoint consent.jsp. >> If any one has done before I will appreciate your input. >> Thank you. >> Santos > > -- > Daniel Kulp > [email protected] > http://dankulp.com/blog >
