Skip to content

After login/logout redirected to the wrong url #431

Description

@gitblit

Originally reported on Google Code with ID 135

What steps will reproduce the problem?

1. Install the gitblit war in tomcat7
2. Create a symbolic link from webapps/gitblit-x.x.x to webapps/gitblit
3. Setup a subdomain proxy in Apache2 using AJP 
   (with the settings from http://gitblit.com/setup.html), forward the proxy to webapps/gitblit
(not the versioned url)
4. Go to git.mydomain.com and login

What is the expected output? 

Login and be forwarded to
git.mydomain.com/;jsessionid=xxxxx

What do you see instead?

I am forwarded to 
git.mydomain.com/gitblit/;jsessionid=xxxx
leading to a 404 error. When I remove the "/gitblit" part, i am logged in.

What version of the product are you using? On what operating system?

Gitblit: 1.1.0 war
Tomcat7: 7.0.28
Apache2: 2.2.22-11
Debian Wheezy

Please provide any additional information below.

Appearently, somewhere in the code is a forward to the url of the webapp, this should
be a forward to the existing url.

Reported by imeelvanjoost on 2012-09-19 22:06:47

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions