Hi Isomorphic,
this might be a silly question, but is there a way of declaratively declaring a .ds.xml-DataSource to be used server-only (=with com.isomorphic.* classes only) and not from the client side?
Can this be archived by just not listing it in the DataSourceLoader-list in the HTML (which would most likely be security by obscurity)?
The only other way I can think of right now is to trim the requests inside of a subclassed IDACall-servlet.
Best regards,
Blama
this might be a silly question, but is there a way of declaratively declaring a .ds.xml-DataSource to be used server-only (=with com.isomorphic.* classes only) and not from the client side?
Can this be archived by just not listing it in the DataSourceLoader-list in the HTML (which would most likely be security by obscurity)?
The only other way I can think of right now is to trim the requests inside of a subclassed IDACall-servlet.
Best regards,
Blama
Comment