Author: alexoree
Date: Tue Aug 27 01:28:43 2013
New Revision: 1517737
URL: http://svn.apache.org/r1517737
Log:
JUDDI-579 revising web.xml for the gui, it will now prompt for authentication
for configuring the ui
Modified:
juddi/trunk/juddi-gui/src/main/webapp/WEB-INF/web.xml
Modified: juddi/trunk/juddi-gui/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/WEB-INF/web.xml?rev=1517737&r1=1517736&r2=1517737&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/WEB-INF/web.xml (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/WEB-INF/web.xml Tue Aug 27 01:28:43
2013
@@ -17,11 +17,11 @@
<extension>woff</extension>
<mime-type>application/x-font-woff</mime-type>
</mime-mapping>
- <error-page>
- <!-- <description>Missing login</description> -->
+ <!--<error-page>
+ <description>Missing login</description>
<error-code>401</error-code>
<location>/error.jsp</location>
- </error-page>
+ </error-page>-->
<error-page>
<!-- <description>Forbidden directory listing</description> -->
<error-code>403</error-code>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]