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

PagesServlet cannot enter in directories with an extension #708

Closed
gitblit opened this issue Aug 12, 2015 · 2 comments
Closed

PagesServlet cannot enter in directories with an extension #708

gitblit opened this issue Aug 12, 2015 · 2 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 412

CONTEXT:
release: 1.5.0
Jetty/GO deployment

TESTCASE:
1. Create a gh-pages branches in a git repository
2. create/commit/push a directory named : 1.0-SNAPSHOT/ with files in it.
3. clic on pages, you see 1.0-SNAPSHOT in an simple file list
4. clic on it, you have a 404.

EXPECTED:
access to the content of 1.0-SNAPSHOT directory

INDICATION:
in directory file list construction (PagesServlet), browse directory request is detected
only if the directory has no extenstion.
The detection should be done if the entry is an effective TREE entry (JGitUtils new
function for simple testing purpose ?)

Reported by olivier.rouits on 2014-04-23 15:05:24

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fix has been deployed to master.

Reported by James.Moger on 2014-04-23 16:58:51

  • Status changed: Queued
  • Labels added: Milestone-1.5.1

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fix or change deployed in 1.5.1 release.

Reported by James.Moger on 2014-05-07 17:48:03

  • Status changed: Done

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 1.5.1 Dec 13, 2016
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

2 participants