rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - mastabog

Pages: 1
1
Bug reports / browse css and js lost if root not browsable
« on: April 28, 2013, 03:18:38 AM »
I added a subdirectory under root and made it browsable. There are no restrictions per user in either root or this dir. If the root dir / is not made browsable itself, then I can't see any of the styling (css) and neither of the javascript functions work. HFS issues a "403 forbidden":

Code: [Select]
GET /?mode=section&id=lib.js HTTP/1.1
Code: [Select]
GET /?mode=section&id=style.css HTTP/1.1
Code: [Select]
HTTP/1.1 403 Forbidden
Content-Type: text/html
Accept-Ranges: bytes
Server: HFS 2.3 beta
Content-Encoding: gzip

This is on beta #283

Pages: 1