[seam-issues] [JBoss JIRA] Created: (SEAMREMOTING-22) docs - compress enabled by default

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Sun Jan 30 06:12:39 EST 2011


docs - compress enabled by default
----------------------------------

                 Key: SEAMREMOTING-22
                 URL: https://issues.jboss.org/browse/SEAMREMOTING-22
             Project: Seam Remoting
          Issue Type: Bug
    Affects Versions: 3.0.0.Beta2
            Reporter: Jozef Hartinger
            Priority: Minor
             Fix For: 3.0.0.CR1


The docs[1] say that one should use

<script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script>
for development and
<script type="text/javascript" src="seam/resource/remoting/resource/remote.js?compress=true"></script>
for production, however, the compress parameter seems to default to "true" as both URLs give me the same result.

Therefore, the docs should say:

<script type="text/javascript" src="seam/resource/remoting/resource/remote.js"></script> - production environment - compress enabled
<script type="text/javascript" src="seam/resource/remoting/resource/remote.js?compress=false"></script> - development mode - compress disabled

[1] http://docs.jboss.org/seam/3/remoting/3.0.0.Beta2/reference/en-US/html/remoting-general.html#d0e10

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list