Hello Devs/Jarek, I have setup the Server side UsernameToken security in CXF/Jetty against Geronimo-2.2 based on the patches attached here https://issues.apache.org/jira/browse/GERONIMO-4642
I have attached the new patch named "UsernameToken_ServerSide.txt" on the above JIRA, please review and apply it. Let me know if you want me to fix something in it. I look forward to seeing your comment on this patch. Many Thanks, Rahul On Sat, Mar 27, 2010 at 12:39 AM, rahul.soa <[email protected]>wrote: > Hello Jeff, > > Thanks for your mail. > > I think code (not all the patches) is not committed yet for the same. I > will try to build latest of Geronimo and will create the same patches (at > lest more simplified) which are not committed from that JIRA. > > Many Thanks, > rahul > > > > On Fri, Mar 26, 2010 at 6:52 AM, chi runhua <[email protected]> wrote: > >> The document was written based on [1], you may take a look at this JIRA >> for the details. >> >> Anything we should update the doc accordingly, please let us know. >> >> [1] https://issues.apache.org/jira/browse/GERONIMO-4642 >> >> Jeff >> >> >> On Fri, Mar 26, 2010 at 5:31 AM, rahul.soa <[email protected]>wrote: >> >>> Hi Jarek/everyone, >>> >>> I hope you are doing well. >>> >>> I am trying to run a sample for securing web-service but that did not >>> work. >>> >>> I am not sure if this works now >>> >>> "Enabling WS-Security at service side" >>> http://cwiki.apache.org/GMOxDOC22/securing-web-service.html >>> >>> >>> <servlet> >>> <servlet-name>CalculatorService</servlet-name> >>> <ws-security-binding> >>> <security-realm-name>geronimo-admin</security-realm-name> >>> <property name="wss4j.in.action">UsernameToken</property> >>> </ws-security-binding> >>> </servlet> >>> I don't see the above in the jetty schema. >>> >>> Or I am missing something? Can you please correct me? >>> >>> Many Thanks, >>> rahul >>> >> >> >
