Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Hello
Just scanning the code in ClickApp I think there is a bug when calling the getTemplateFiles() method. This method builds a list of all htm and jsp files contained in the root resource path. If it stumbles upon a directory, it calls the method processDirectory() which recursively scans the directories and appends to the list any htm files found. But processDirectory does not append any jsp files. Since I do not use jsp with click I assume this is wrong? Ill attach a patch too
regards
bob