Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
In directory
james.mmbase.org:/tmp/cvs-serv28039/src/org/mmbase/bridge/jsp/taglib
Modified Files:
CloudTag.java
Log Message:
added a request attr to the cloudtag to message the needed rank
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib
Index: CloudTag.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/CloudTag.java,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- CloudTag.java 11 Oct 2007 08:36:36 -0000 1.156
+++ CloudTag.java 25 Apr 2008 13:40:42 -0000 1.157
@@ -38,7 +38,7 @@
* @author Pierre van Rooden
* @author Michiel Meeuwissen
* @author Vincent van der Locht
- * @version $Id: CloudTag.java,v 1.156 2007/10/11 08:36:36 michiel Exp $
+ * @version $Id: CloudTag.java,v 1.157 2008/04/25 13:40:42 andre Exp $
*/
public class CloudTag extends ContextReferrerTag implements CloudProvider,
ParamHandler {
@@ -402,6 +402,7 @@
throw new JspTagException("Response is commited already, cannot
send a deny");
}
+ request.setAttribute("org.mmbase.cloudtag.denied_message", message);
response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
String realm = getRealm();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs