|
From: Tomas G. <to...@pr...> - 2012-09-24 07:28:47
|
Hi Toru, I guess this means the error page in the Admin GUI. The reason you get a text description of hte link is that we use JSF to encode all output to protect against Cross Site Scripting attacks (XSS). You will need to modify the jsp page in order to get a "real" link in there. Kind regards, Tomas On 09/24/2012 06:59 AM, Toru Tanaka wrote: > Hi all. > I want to dispaly URL link on the error page. > Therefore, I modify the properties file. > But EJBCA does not display the URL link and directly display "<a href > ="http://test.co.jp">test</a>" > I think surely EJBCA can display URL link on the error page. > If you know the way or idea, please teach me. > > thanks in advance. > Toru Tanaka > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > |