rufuspollock / s3-bucket-listing

Create nice directory listings for s3 buckets with javascript and HTML.
691 stars 300 forks source link

Chrome issue: Some directory links go to about:blank yet the directories are not empty #77

Open terrisgit opened 6 years ago

terrisgit commented 6 years ago

I am using var S3BL_IGNORE_PATH = false;

Using 'true' works except for the fact that users have to click on index.html to see the content, so that is a non-starter.

I have a directory where all the subdirectory links go straight to "about:blank" on Chrome. Works fine on Safari.

Note: All values in the 'size' column are zero.

The directories are in fact not empty. I have another tree in this bucket where the directories render correctly. Besides their names and content there is no difference between them that I am aware of. For example, they all have an index.html.

Last Modified Size Key

                                           ../
                            0              2018-03-09T01:04:51Z/
                            0              2018-03-09T01:06:43Z/
                            0              2018-03-09T05:58:22Z/
                            0              2018-03-09T18:11:41Z/
terrisgit commented 6 years ago

It's the colon.

rufuspollock commented 6 years ago

Ah ok, the colon in the directory names ...