--- old/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/XSOMParser.java 2013-08-20 00:51:35.304126421 +0200 +++ new/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/XSOMParser.java 2013-08-20 00:51:35.244123764 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -64,6 +64,9 @@ /** * Creates a new XSOMParser by using a SAX parser from JAXP. + * @deprecated Unsafe, use XSOMParser(factory) instead with + * security features initialized by setting + * XMLConstants.FEATURE_SECURE_PROCESSING feature. */ public XSOMParser() { this(new JAXPParser());