Password protected dashboard

Thomas Reinhardt <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Hi List,

I have set up CC 2.8.3 and password protected the www sites. I simply 
added the snippets below to the configuration. Everything works fine 
except for the dashboard. It shows my project as "discontinued" which is 
wrong of course. If I hover with my mouse the status is displayed 
correctly, the artifacts are downloadable etc.
There is a number of people out there having the same problems, but none 
of them came up with a solution (or I missed it).

Has anybody managed to get this up and running correctly? Otherwise I 
will file a bug report.


Greetings,
	Thomas




etc/realm.properties

username: password



etc/webdefault.xml

     <security-constraint>
         <web-resource-collection>
             <web-resource-name>CCRealm</web-resource-name>
             <url-pattern>/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <role-name>*</role-name>
         </auth-constraint>
     </security-constraint>

	
	<!-- This application uses BASIC authentication -->
	<login-config>
		<auth-method>BASIC</auth-method>
		<realm-name>CCRealm</realm-name>
	</login-config>




-- 



Mit freundlichen Grüßen / Kind regards,
	Thomas Reinhardt



------------------------------------------------------------------------------

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.