[ 
https://issues.apache.org/jira/browse/TRINIDAD-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628882#action_12628882
 ] 

Scott O'Bryan commented on TRINIDAD-1217:
-----------------------------------------

EITHER the stylesheet urls should be translated at runtime, or you should 
generate two stylesheets.  One approach I thought of taking for the Portlet 
Namespacing issue was to generate a normal version of the stylesheet and then 
generate a tokenized version of the stylesheet that can be quickly parsed.  
When in a servlet environment, just serve back the non-tokenized stylesheet 
otherwise, take the tokenized one, find all the tokens, encode the URL's on the 
fly, and resurn.  

It's important to note that from portlet instance to portlet instance, these 
URL's will change.  So generating the encoded urls into the stylesheet will not 
work anyway.

> in portals stylesheet generated in the producer even when skin matches and 
> suppress is true
> -------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1217
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1217
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Skinning
>    Affects Versions: 1.0.9-core, 1.2.9-core
>            Reporter: Jeanne Waldman
>            Assignee: Jeanne Waldman
>
> Remember that the same web-app is used in both portlet and servlet
> environment. So say we run this web-app as portlet first and the producer
> skin matches the consumer, so the producer shares the css generated by the
> consumer (ie the producer css is not being used by the producer, but it's
> generated anyway because of this bug - note that the url in the css is one of
> the funny portlet url (starts with wsrp_rewrite)). So far so good here.
> Now access the web-app as servlet. Since the css was already generated by the
> producer (when accessed as portlet), adfv doesn't generate a new stylesheet -
> but the urls to the icons are wrong.
> e.g.,
> .x1n
> {...;background-image:url(wsrp_rewrite?wsrp-urlType=resource&wsrp-url=http%3A%2F%2F
> localhost%3A8988%2Fdiv%2Fportletresource%2FC%253A130.35.95.52%253A2cb0f
> 9b5%253A11ac1ce2de8%253A-7ffb%2FS%253A130.35.95.52%253A-2cbc5940%25
> 3A11ac6466884%253A-7fff%253AE%253Aiadf_jsf__untitled1_jspx%253A130.35.95.5
> 2%253A2cb0f9b5%253A11ac
> 1ce2de8%253A-7ffa%2Fadf%2Fimages%2Fclose.gif&wsrp-requiresRewrite=false/wsrp_rewrite)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to