0

In activeweb 2.0, if there is a space in the tomcat installation directory, then there will be no packages, so can not found the correct Controller and action.

Because the space will be replaced with '%20' when we use the classLoader get current class's directory.

there is the code in org.javalite.activeweb.ControllerPackageLocator

source code

enter image description here

Tamara Koliada
  • 1,200
  • 2
  • 14
  • 31
靳刘杰
  • 25
  • 4

1 Answers1

0

If you feel this is a defect in the framework, please file a new issue here: https://github.com/javalite/activeweb/issues

Having spaces in directory and files names will get you in trouble universally.

ipolevoy
  • 5,432
  • 2
  • 31
  • 46