Small improvements for (generated) HTML Pages
---------------------------------------------

                 Key: PIVOT-416
                 URL: https://issues.apache.org/jira/browse/PIVOT-416
             Project: Pivot
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Sandro Martini
            Priority: Trivial


Looking at Tutorials/Localization for a ticket, I've found a little thing: a 
meta tag is duplicated, take a look

<META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta 
http-equiv="Content-Type" content="text/html; charset=UTF-8">

but only the second tag is needed, probably this occurs after some XSLT 
transformations.


And, to avoid strange caching problems (mainly for applet jars), verify if it's 
useful to add also the following tags in generated HTML pages:

<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />


Both these points could be applied to all generated HTML pages, under tutorials 
and demos.


Last, if possible, add in JIRA a component for "tutorials", currently it's 
missing ... and another (or more) for "wtk-terra".

Sandro


-- 
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