On 7/16/09 12:58, [email protected] wrote:
On Thu, Jul 16, 2009 at 12:43 PM,<[email protected]>  wrote:
yeah, but the safeValue does get sent through PluginEnvironment
rewriteUri.
if a PluginEnvironment wants a safeValue other than the automatic one,
it can do the substitution then, right?

Yes, but then the PluginEnvironment would have to "reverse engineer"
the fact that the cajoler is trying to generate a safe URL, rather
than simply being told that up front.

hm, ok.  so PluginEnvironment would have methods like this?
  String safeUriForHtml(
      ExternalReference source, String tagName, String attrName);
  String safeUriForCss(
      ExternalReference source, String cssProperty);
or did you have something different in mind?

Reply via email to