Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7001A10987 for ; Sat, 25 Jan 2014 22:33:44 +0000 (UTC) Received: (qmail 31038 invoked by uid 500); 25 Jan 2014 22:33:41 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 30994 invoked by uid 500); 25 Jan 2014 22:33:40 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 30962 invoked by uid 99); 25 Jan 2014 22:33:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jan 2014 22:33:39 +0000 Date: Sat, 25 Jan 2014 22:33:39 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CXF-5522) xs:string content not correctly escaped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13882086#comment-13882086 ] Daniel Kulp edited comment on CXF-5522 at 1/25/14 10:33 PM: ------------------------------------------------------------ It is not a problem to have <'s escaped and > not. It is still valid XML. You can have something like: {code} 2 > 1 || 1 < 2 or 1 < 2 || 2 > 1 {code} that's perfectly valid XML. was (Author: dkulp): It is not a problem to have <'s escaped and > not. It is still valid XML. You can have something like: 2 > 1 || 1 < 2 or 1 < 2 || 2 > 1 that's perfectly valid XML. > xs:string content not correctly escaped > --------------------------------------- > > Key: CXF-5522 > URL: https://issues.apache.org/jira/browse/CXF-5522 > Project: CXF > Issue Type: Bug > Affects Versions: 2.7.5 > Reporter: Alex O'Ree > Assignee: Daniel Kulp > Fix For: Invalid > > > I have a jaxws service in which the content of the string actually includes xml. All of the < symbols are correctly escaped, however the > symbols are not. -- This message was sent by Atlassian JIRA (v6.1.5#6160)