mirror of https://github.com/apache/archiva.git
show company logo on no results page (it previously failed as the page contains validation errors, so it would return input)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@507588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19987e6e17
commit
c3126b7ef6
|
@ -190,7 +190,8 @@
|
|||
|
||||
</package>
|
||||
|
||||
<package name="components" namespace="/components" extends="default">
|
||||
<package name="components" namespace="/components" extends="webwork-default">
|
||||
<default-interceptor-ref name="basicStack"/>
|
||||
<action name="companyInfo" class="companyInfo">
|
||||
<result>/WEB-INF/jsp/components/companyLogo.jsp</result>
|
||||
</action>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
<decorators defaultdir="/WEB-INF/jsp/decorators">
|
||||
<excludes>
|
||||
<pattern>/repository/*</pattern>
|
||||
<pattern>/components/*</pattern>
|
||||
</excludes>
|
||||
|
||||
<decorator name="default" page="default.jsp">
|
||||
|
|
Loading…
Reference in New Issue