Yes this is pretty annoying, +1
Jacques
From: "Marco Risaliti" <mrisal...@libero.it>
Hi to all,
I have seen that sometimes is allow from webtools to reach the
attached screen without having any possibility to login to the
application.
In the past there was a link that permit to login but now is only
possible to change manually the request from /control/main to /control/
login but it cannot be acceptable for a final user.
I suggest to made the following changes (in the attached patch) so if
an user that access to webtools but it is not logged in it will
forward automatically to the login page.
What did you think of it ?
Thanks
Marco
Index: framework/webtools/webapp/webtools/WEB-INF/controller.xml
===================================================================
--- framework/webtools/webapp/webtools/WEB-INF/controller.xml
(revision 781833)
+++ framework/webtools/webapp/webtools/WEB-INF/controller.xml (working
copy)
@@ -112,7 +112,7 @@
<!-- End Utility Requests -->
<request-map uri="main">
- <security https="true" auth="false"/>
+ <security https="true" auth="true"/>
<response name="success" type="view" value="main"/>
</request-map>