This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch services_listing
in repository https://gitbox.apache.org/repos/asf/cxf.git.
discard 1198e18 Make sure to escape URLs returned in the services listing
add 4ca5f7b Make sure to escape URLs returned in the services listing
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1198e18)
\
N -- N -- N refs/heads/services_listing (4ca5f7b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
systests/ws-specs/pom.xml | 10 ++++++++++
.../org/apache/cxf/systest/ws}/AbstractSpringServer.java | 2 +-
.../systest/ws/servicelisting/GreeterServiceListing.java} | 12 +++++++-----
.../ws/servicelisting/JAXWSServicesListingTest.java} | 15 +++++++--------
.../service_listing/WEB-INF/beans.xml} | 11 +++++++++--
.../src/test/resources/service_listing/WEB-INF/web.xml | 0
6 files changed, 34 insertions(+), 16 deletions(-)
copy systests/{jaxrs/src/test/java/org/apache/cxf/systest/jaxrs =>
ws-specs/src/test/java/org/apache/cxf/systest/ws}/AbstractSpringServer.java
(98%)
copy
systests/{jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/BookServerServiceListing.java
=>
ws-specs/src/test/java/org/apache/cxf/systest/ws/servicelisting/GreeterServiceListing.java}
(76%)
copy
systests/{jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSServicesListingTest.java
=>
ws-specs/src/test/java/org/apache/cxf/systest/ws/servicelisting/JAXWSServicesListingTest.java}
(89%)
copy
systests/ws-specs/src/test/{java/org/apache/cxf/systest/ws/policy/http-server.xml
=> resources/service_listing/WEB-INF/beans.xml} (77%)
copy systests/{jaxrs =>
ws-specs}/src/test/resources/service_listing/WEB-INF/web.xml (100%)