Where are the instructions to unsubscribe from this list?
On Tuesday, June 9, 2015 8:51 PM, Randall Vasquez <rvasq...@actuate.com> wrote: <!--#yiv8730629962 _filtered #yiv8730629962 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv8730629962 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv8730629962 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv8730629962 #yiv8730629962 p.yiv8730629962MsoNormal, #yiv8730629962 li.yiv8730629962MsoNormal, #yiv8730629962 div.yiv8730629962MsoNormal {margin:0cm;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", "sans-serif";}#yiv8730629962 a:link, #yiv8730629962 span.yiv8730629962MsoHyperlink {color:blue;text-decoration:underline;}#yiv8730629962 a:visited, #yiv8730629962 span.yiv8730629962MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv8730629962 p.yiv8730629962MsoAcetate, #yiv8730629962 li.yiv8730629962MsoAcetate, #yiv8730629962 div.yiv8730629962MsoAcetate {margin:0cm;margin-bottom:.0001pt;font-size:8.0pt;font-family:"Tahoma", "sans-serif";}#yiv8730629962 span.yiv8730629962BalloonTextChar {font-family:"Tahoma", "sans-serif";}#yiv8730629962 span.yiv8730629962EmailStyle19 {font-family:"Calibri", "sans-serif";color:windowtext;}#yiv8730629962 span.yiv8730629962EmailStyle20 {font-family:"Calibri", "sans-serif";color:#1F497D;}#yiv8730629962 .yiv8730629962MsoChpDefault {font-size:10.0pt;} _filtered #yiv8730629962 {margin:72.0pt 72.0pt 72.0pt 72.0pt;}#yiv8730629962 div.yiv8730629962WordSection1 {}--> A client has specified that it is a security concern for them to show component/class names within error messages/faults I have a webservice set up and have tried to capture this issue using a handler but it seems that the issue is caught before any handler can be invoked. The issue occurs when an empty namespace is used. Example: Partial Message: <Envelope xmlns:soapenv="".... </Envelope> Partial Response: com.ctc.wstx.exc.WstxParsingException: Non-default namespace can not map to empty URI (as per Namespace 1.0 # 2) in XML 1.0 documents at [row,col {unknown-source}]: [1,26] This seems to be caught in the Axis Servlet before any flows or handlers can be called. Any help would be appreciated, Randall.