Skip to content

Commit

Permalink
Add allow http method override as true
Browse files Browse the repository at this point in the history
  • Loading branch information
sandushi committed Nov 13, 2023
1 parent 81000df commit 3a8d309
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<ref bean="userBean"/>
</jaxrs:serviceBeans>

<jaxrs:properties>
<entry key="org.apache.cxf.jaxrs.allow.http.method.override" value="true"/>
</jaxrs:properties>

</jaxrs:server>

<jaxrs:server id="userResourceOrgPerspective" address="/o/Users">
Expand Down

0 comments on commit 3a8d309

Please sign in to comment.