[ 
https://issues.apache.org/jira/browse/JS2-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703169#action_12703169
 ] 

Woonsan Ko commented on JS2-629:
--------------------------------

Hi there,

I looked into this problem for hours, but I found that it was not that simple 
to fix.
 I'd like to suggest that this issue should be targeted to later version than 
2.2.0.
Here are my current understandings:

With non-cookie-enabled browser, each desktop AJAX request results response 
header, Set-COOKIE with new JSESSIONID. I still don't figure out why this 
happens, but it seems a bigger problem to me.
Also, even though the initial page url has ;jsessionid=abc path parameter, the 
desktop AJAX requests does not use this path param and the result response 
tries set another session id cookie.
Also, I tried to add path param during invoke requests in common.src.js 
locally, but the results were same.

I have googled on this kind of issues but no clue yet. (Probably I need to ask 
a question in the dojotoolkit mailing list.)
By the way, the current latest version (1.3.0) of DOJO seems providing more 
sophisticated ways to handle client session IDs. (Currently we're using 0.4)

Anyway, I'd like to suggest that this issue should be targeted to later version 
than 2.2.0 because of the following reasons:
 - IMHO, collecting and assembling jsessionid path parameter need to be the 
responsibility of the framework itself such as dojo.
 - If we provide a solution without framework support, then it must accompany 
dangerous changes for the 2.2.0 release. 

> session tracking: url rewriting broken
> --------------------------------------
>
>                 Key: JS2-629
>                 URL: https://issues.apache.org/jira/browse/JS2-629
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Components Core
>    Affects Versions: 2.1-dev
>            Reporter: Thorsten Berger
>            Assignee: Woonsan Ko
>             Fix For: 2.2.0
>
>         Attachments: url_rewriting_decorator_actions_patch.txt
>
>
> Session tracking by url rewriting is broken in the page and decorator action 
> links. I'll attach a patch to fix this.
> Will there be support for url rewriting in the desktop and the AJAX admin 
> portlets? We are using the new customizer (btw.: great work!) and the "Go 
> Back" button doesn't work with cookies disabled.
> Regards, Thorsten

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to