Thanks for your reply. If this fixes the exceptions this would realy help us. 

But I'm not sure if it is only happening with Flowscript. For example here:
http://demo.dspace.org/xmlui/admin/epeople

the reason for this exception is that there is a wrong value in pageMeta 
element (from the DRI document)
<metadata element="request" qualifier="URI">admin/epeople/main</metadata>

the additional main is leading to an exception. 

Same here:
http://demo.dspace.org/xmlui/admin/community?createNew
with pageMeta from DRI:
<metadata element="request" 
qualifier="URI">admin/community/createCommunity</metadata>

Maybe on could change the information from pageMeta and add the requestURI in 
dspace-xmlui/src/main/java/org/dspace/aqpp/xmlui/aspect/viewArtifacts-
>addPageMeta 
like:
pageMeta.addMetadata("request", "request uri").addContent(
                                request.getRequestURI());
because the content of requestURI is: /xmlui/admin/community
together with <metadata element="request" 
qualifier="queryString">createNew</metadata>

with this information it would be posible to build a working URL in 
structural.xsl 
 

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to