Skip to content

Latest commit

 

History

History

case-sensitivity

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Case Sensitivity

Test the forced case sensitivity of the web server. Create different text files in the web root with various spellings for testing. To test this correctly, we really need to test the forced case insensitity on a case sensitive file system and test the case sensitivity on a case insensitive file system.

Setup

Test both combinations of settings

  • web.caseSensitivePaths enabled
  • web.caseSensitivePaths disabled

Tests