GitHub user vpopescu opened a pull request:
https://github.com/apache/cxf/pull/311
Added switch to disable the generation of a Lifetime element in a claâ¦
Added a boolean to disable the generation of the Lifetime element in the
STS response. Default is true (don't disable) to match existing behaviour.
Discussed here by a team member:
http://cxf.547215.n5.nabble.com/STS-removing-Lifetime-from-response-tc5782461.html
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vpopescu/cxf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/311.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #311
----
commit 272d085f9e0ff1941341ef68767781c8995ecdee
Author: HP <val>
Date: 2017-09-05T05:53:26Z
Added switch to disable the generation of a Lifetime element in a class
derived from AbstractOperation.
----
---