shiro-faces icon indicating copy to clipboard operation
shiro-faces copied to clipboard

JSF 2 TagLib for Apache Shiro. This taglib reimplements all original JSP tags as their Facelets equivalent, so they can be used in JSF projects.

Results 6 shiro-faces issues
Sort by recently updated
recently updated
newest added

When compile application using shiro-faces console shows following ... ... Downloading from bintray-deluan-maven: http://dl.bintray.com/deluan/maven/com/sun/mail/jakarta.mail/maven-metadata.xml ... ... Could not transfer metadata com.sun.mail:jakarta.mail/maven-metadata.xml from/to bintray-deluan-maven (http://dl.bintray.com/deluan/maven): Authorization failed for http://dl.bintray.com/deluan/maven/com/sun/mail/jakarta.mail/maven-metadata.xml 403 Forbidden

suffers from XSS. Is it possible to enable some sort of "escape='true'" like in JSF?

The JSF2 supported version of shiro-faces by the way, it supports JSF EL expressions

Shiro-faces do not support myfaces?

I have this code in the UI: ``` ``` When the button is rendered, clicking it causes a page reload, but nothing happens in the backend--my delete method is never...

This looked like a reasonable way to implement a login/logout link: ``` Welcome, guest! Welcome back, ! ``` This works perfectly in an ordinary Facelets page. But if I move...