Skip to content

Commit

Permalink
fixed ugly typo in url rewriter
Browse files Browse the repository at this point in the history
git-svn-id: svn://bar.ebi.ac.uk/trunk/arrayexpress-interface@19611 2913f559-6b04-0410-9a09-c530ee9f5186
  • Loading branch information
kolais committed Apr 16, 2012
1 parent 158eeb2 commit a36cf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/main/webapp/WEB-INF/urlrewrite.xml
Expand Up @@ -79,7 +79,7 @@
<!-- new view for samples -->
<rule>
<from>^/experiments/(E-\w{4}-\d+)/samples\.html$</from>
<to type="forward">/servlets/fftransform/${upper:$1}/${upper:$1}.sdrf.txt/srdf-view/html</to>
<to type="forward">/servlets/fftransform/${upper:$1}/${upper:$1}.sdrf.txt/sdrf-view/html</to>
</rule>

<!-- arrays -->
Expand Down

0 comments on commit a36cf70

Please sign in to comment.