You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Florian Holeczek (JIRA)" <ji...@apache.org> on 2008/09/01 10:19:44 UTC

[jira] Created: (JSPWIKI-368) two user preferences cookies are stored

two user preferences cookies are stored
---------------------------------------

                 Key: JSPWIKI-368
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.6.4, 2.7.x
            Reporter: Florian Holeczek
            Priority: Minor


I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.

I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?


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


[jira] Commented: (JSPWIKI-368) two user preferences cookies are stored

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634089#action_12634089 ] 

Janne Jalkanen commented on JSPWIKI-368:
----------------------------------------

OK, my working theory is that this occurs only when JSPWiki is installed as the root app (that is, the BaseURL is http://website/).  The Cookie-cutter routine in jspwiki-common.js does not like this at all, because it assumes that JSPWiki is installed as a proper servlet.  I'm trying out something in 2.8.0-beta-9, let's see if it works.

> two user preferences cookies are stored
> ---------------------------------------
>
>                 Key: JSPWIKI-368
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.4, 2.7.x
>            Reporter: Florian Holeczek
>            Priority: Minor
>
> I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.
> I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?

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


[jira] Reopened: (JSPWIKI-368) two user preferences cookies are stored

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek reopened JSPWIKI-368:
--------------------------------------


I could still reproduce it with beta-9 as root webapp using ShortViewURLConstructor.

> two user preferences cookies are stored
> ---------------------------------------
>
>                 Key: JSPWIKI-368
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.4, 2.7.x
>            Reporter: Florian Holeczek
>            Priority: Minor
>             Fix For: 2.8
>
>
> I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.
> I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?

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


[jira] Resolved: (JSPWIKI-368) two user preferences cookies are stored

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek resolved JSPWIKI-368.
--------------------------------------

    Resolution: Fixed

Worked after clearing the cache, sorry!

> two user preferences cookies are stored
> ---------------------------------------
>
>                 Key: JSPWIKI-368
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.4, 2.7.x
>            Reporter: Florian Holeczek
>            Priority: Minor
>             Fix For: 2.8
>
>
> I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.
> I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?

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


[jira] Resolved: (JSPWIKI-368) two user preferences cookies are stored

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Jalkanen resolved JSPWIKI-368.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8

Seems to work.  Marking fixed.

> two user preferences cookies are stored
> ---------------------------------------
>
>                 Key: JSPWIKI-368
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.4, 2.7.x
>            Reporter: Florian Holeczek
>            Priority: Minor
>             Fix For: 2.8
>
>
> I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.
> I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?

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


[jira] Commented: (JSPWIKI-368) two user preferences cookies are stored

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630913#action_12630913 ] 

Janne Jalkanen commented on JSPWIKI-368:
----------------------------------------

Agreed, this looks like a bug.  My guess is that this is a bug in the Javascript, though... Dirk?

> two user preferences cookies are stored
> ---------------------------------------
>
>                 Key: JSPWIKI-368
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-368
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.4, 2.7.x
>            Reporter: Florian Holeczek
>            Priority: Minor
>
> I've just noticed that my Firefox 3 stores two JSPWikiUserPrefs cookies for jspwiki.org: one has the path "/" and the other one has the path "/wiki/". Both have different content.
> I think this is a bug in conjunction with ShortViewURLConstructor. What do you think?

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