Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong redirect for expired sessions #552

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 3 comments
Closed

Wrong redirect for expired sessions #552

GoogleCodeExporter opened this issue Mar 25, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I have a configuration where my Seaside application (a Pier 2 website) is 
available in the root 
context. I use apache as a proxy to forward the requests to Seaside. Something 
like this:

    RewriteEngine On
    RewriteRule ^/files/ - [last]
    RewriteRule ^/(.*)$ http://localhost:9093/myapp/$1 [proxy,last]

In Seaside I added the following preference:

    application preferenceAt: #serverPath put: '/'

Everything works fine most of the time. Except when the session has expired. 
When the users 
clicks on a link http://host/page?_s=xyz he is redirected to 
http://host/myapp/page. And of 
course this page doesn't exist.

Any ideas how this can be fixed?

Jan. 

Original issue reported on code.google.com by renggli on 28 Feb 2010 at 9:32

@GoogleCodeExporter
Copy link
Author

Original comment by renggli on 15 Apr 2010 at 7:19

  • Added labels: Milestone-3.0
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by renggli on 15 Apr 2010 at 7:21

  • Added labels: ****
  • Removed labels: Milestone-3.0b1

@GoogleCodeExporter
Copy link
Author

Filename:   Seaside-Core-YM.639.mcz
Author: Yann Monclair
Timestamp:  22 May 2010 8:39:49 pm
UUID:   e24bae83-3671-4679-ac8d-9f21154c304e
Ancestors:  Seaside-Core-pmm.638.mcz

Name: Seaside-Tests-Core-YM.193
Author: YM
Time: 22 May 2010, 7:54:35 pm
UUID: 7ade5818-08ab-4eb3-8542-fdf78780a3a1
Ancestors: Seaside-Tests-Core-lr.192

Original comment by moncl...@gmail.com on 22 May 2010 at 6:59

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant