[jbosstools-issues] [JBoss JIRA] (JBIDE-10782) Usage tracking broken since 29th january - reporting too much

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Feb 3 10:08:49 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-10782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663915#comment-12663915 ] 

Andre Dietisheim edited comment on JBIDE-10782 at 2/3/12 10:07 AM:
-------------------------------------------------------------------

there was a bug in the cookie building code that was not terminating cookies correctly in some circumstances. In the above snippet you see that the keyword cookie (__utmctr) is not terminated by a ";".The user defined cookie ("__utmv") is therefore appended to it.  

{code}
archives-as-birt-esb-examples-freemarker-hibernatetools-jmx-maven-modeshape-portlet-runtime-seam-smooks-struts-ws-|__utmv=1186861493.unknown
{code}

should be:

{code}
archives-as-birt-esb-examples-freemarker-hibernatetools-jmx-maven-modeshape-portlet-runtime-seam-smooks-struts-ws-;__utmv=1186861493.unknown
{code}

Furthermore there was also a bug that was adding -1 to cookies in other cases. The 1st bug (inproperly terminated cookies) pretty much matches the cases where we had the linux distro (keywords) reported in the user defined vars.
                
      was (Author: adietish):
    there was a bug in the cookie building code that was not terminating cookies correctly in some circumstances. In the above snippet you see that the keyword cookie (__utmctr) is not terminated by a ";".The user defined cookie ("__utmv") is therefore appended to it.  

{code}
{code}
{code}
{code}

Furthermore there was also a bug that was adding -1 to cookies in other cases. The 1st bug (inproperly terminated cookies) pretty much matches the cases where we had the linux distro (keywords) reported in the user defined vars.
                  
> Usage tracking broken since 29th january - reporting too much
> -------------------------------------------------------------
>
>                 Key: JBIDE-10782
>                 URL: https://issues.jboss.org/browse/JBIDE-10782
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: usage
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Max Rydahl Andersen
>            Assignee: Andre Dietisheim
>            Priority: Blocker
>             Fix For: 3.3.0.Beta1
>
>         Attachments: cookies.patch, utmv-reported-in-keyword.png, utmv-reported-in-keyword2.png
>
>
> usage tracking went through the roof last night - I was happy...until I saw this in keyword fields:
> "archives-as-birt-esb-examples-freemarker-hibernatetools-jmx-maven-modeshape-portlet-runtime-seam-smooks-struts-ws-|__utmv=1186861493.unknown"
> That utmv is not supposed to be there and without it I assume google takes every hit as unique.
> This need fixing asap.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list