escapeXML doesn't work on Juzu Portlet

14 views
Skip to first unread message

Nguyen Duc Khoi

unread,
Dec 25, 2011, 11:45:26 PM12/25/11
to Juzu
Hi,

Since JSR-286, developer can turnoff the XML escaping of Portlet URL
by set javax.portlet.escapeXml in portlet definition, however it
doesn't work properly in Juzu portlet.

Plz look for this problem.

Julien Viet

unread,
Dec 26, 2011, 4:56:39 AM12/26/11
to ju...@googlegroups.com
Hi,

indeed it's part of the specific features of the Portlet API that are not yet bridged in Juzu.

I quickly implemented the feature in a programmatic manner on URLBuilder and in a declarative manner with @Application(escapeXML = true) . I think the second form is more appropriate as it will always pre configure URLBuilder to generate XML escaped URLs and does not require to add specific code for managing that in the application.

I will look at the other API parts you want to be bridged (like isUserInRole) soon.

Merry Christmas

Julien

Reply all
Reply to author
Forward
0 new messages