Author: dblevins
Date: Tue Jun 26 00:29:15 2012
New Revision: 1353783
URL: http://svn.apache.org/viewvc?rev=1353783&view=rev
Log:
explicitly specify an empty string as the anonymous password
Modified:
openejb/site/trunk/templates/basic.html
Modified: openejb/site/trunk/templates/basic.html
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1353783&r1=1353782&r2=1353783&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Tue Jun 26 00:29:15 2012
@@ -146,7 +146,7 @@
<div class="modal-footer">
Do you have an Apache ID?
<a
href="javascript:void(location.href='https://cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">Yes</a>
- <a
href="javascript:void(location.href='https://[email protected]/redirect?uri='+escape(location.href))"
class="btn">No</a>
+ <a
href="javascript:void(location.href='https://anonymous:@cms.apache.org/redirect?uri='+escape(location.href))"
class="btn">No</a>
</div>
</div>
<script src="{{base}}javascript/bootstrap-modal.js"></script>