Sounds good. Any info on how I can get that? I can also just send the suggest WIKI changes to a CXF contributor and they could review the changes if need be and they can add them. I don't making the updates myself as well.
Cheers, Yogesh ----- Original Message ---- From: Benson Margulies <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, August 28, 2008 3:36:16 PM Subject: Re: How do you edit the WIKI users guide You need to have an iCLA on file before we can give you access to edit the Wiki. On Thu, Aug 28, 2008 at 4:27 PM, Yogesh Chawla - PD <[EMAIL PROTECTED]> wrote: > Hello All, > I just joined the Apache CXF list and I see a couple of updates that can be > made to the WIKI. For example, the servlet transport page says how to get > to the http request and response, but only from the impl method: > > http://cwiki.apache.org/CXF20DOC/servlet-transport.html > > From an interceptor, you can get there like this: > > HttpServletRequest request = (HttpServletRequest) > message.get(AbstractHTTPDestination.HTTP_REQUEST); > HttpServletResponse response = (HttpServletResponse) > message.get(AbstractHTTPDestination.HTTP_REQUEST); > > I found this in the mailing list archives and would be great to have on the > WIKI. When I try to edit the WIKI, I get this: > > You do not have permission to view this page > > I guess I am asking the question in the wrong forum, but it would be great to > make > some WIKI additions/updates to make things easier for other CXF users. > > Cheers, > Yogesh >
