Details
Description
Seems latest JREs are more strict to XML serialization. If AttributesImpl class is used to be passed for encoding of "xmlns:sld=http://www.opengis.net/sld" like attributes in XML tags then XMLNS namespace must be declared explicitly:
------------------------------------------------------------------------------------------------------
atts.addAttribute("http://www.w3.org/2000/xmlns/", null, "xmlns:sld", "CDATA", "http://www.opengis.net/sld");
------------------------------------------------------------------------------------------------------
This affects TransformerBase class and stuff around it.
Activity
Jody Garnett
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.4-RC0 [ 13595 ] | |
| Fix Version/s | 2.4-M4 [ 13525 ] |
Jody Garnett
made changes -
| Fix Version/s | 2.4-RC0 [ 13595 ] | |
| Fix Version/s | 2.4-M4 [ 13525 ] | |
| Description |
Seems latest JREs are more strict to XML serialization. If AttributesImpl class is used to be passed for encoding of "xmlns:sld=http://www.opengis.net/sld" like attributes in XML tags then XMLNS namespace must be declared explicitly: ------------------------------------------------------------------------------------------------------ atts.addAttribute("http://www.w3.org/2000/xmlns/", null, "xmlns:sld", "CDATA", "http://www.opengis.net/sld"); ------------------------------------------------------------------------------------------------------ This affects TransformerBase class and stuff around it. |
Seems latest JREs are more strict to XML serialization. If AttributesImpl class is used to be passed for encoding of "xmlns:sld=http://www.opengis.net/sld" like attributes in XML tags then XMLNS namespace must be declared explicitly: ------------------------------------------------------------------------------------------------------ atts.addAttribute("http://www.w3.org/2000/xmlns/", null, "xmlns:sld", "CDATA", "http://www.opengis.net/sld"); ------------------------------------------------------------------------------------------------------ This affects TransformerBase class and stuff around it. |
Justin Deoliveira
made changes -
| Fix Version/s | 2.4-M4 [ 13525 ] | |
| Fix Version/s | 2.4-RC0 [ 13595 ] |
Justin Deoliveira
made changes -
| Fix Version/s | 2.4-RC0 [ 13595 ] | |
| Fix Version/s | 2.4-RC1 [ 13677 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.5-M1 [ 13281 ] | |
| Fix Version/s | 2.4-RC1 [ 13677 ] | |
| Fix Version/s | 2.4.1 [ 14069 ] | |
| Fix Version/s | 2.2.3 [ 13067 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.4.2 [ 14108 ] | |
| Fix Version/s | 2.4.1 [ 14069 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.4.3 [ 14180 ] | |
| Fix Version/s | 2.4.2 [ 14108 ] |
Jody Garnett
made changes -
| Fix Version/s | 2.5-M1 [ 13281 ] | |
| Fix Version/s | 2.5-M2 [ 14258 ] |
Jody Garnett
made changes -
| Fix Version/s | 2.5-M2 [ 14258 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.4.4 [ 14320 ] | |
| Fix Version/s | 2.4.3 [ 14180 ] |
Andrea Aime
made changes -
| Fix Version/s | 2.4.4 [ 14320 ] | |
| Fix Version/s | 2.4.5 [ 14338 ] |
Gabriel Roldan
made changes -
| Fix Version/s | 2.4.5 [ 14338 ] | |
| Fix Version/s | 2.4.6 [ 14552 ] |