[ 
https://issues.apache.org/jira/browse/TUSCANY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586088#action_12586088
 ] 

Luciano Resende commented on TUSCANY-2202:
------------------------------------------

I was able to debug and find what's causing the issue... This issue was 
introduced in in revision #633212

When running with embedded tomcat
INFO: >>> request.getRequestURI : /ShoppingCart/Cart/
INFO: >>> request.getServletPath : /ShoppingCart/Cart

When running with tomcat and using host-webapp
INFO: >>> request.getRequestURI : /sample-feed-aggregator-webapp/atomAggregator
INFO: >>> request.getServletPath : /atomAggregator

This cause the atom binding to get a corrupted path info...
String path = 
URLDecoder.decode(request.getRequestURI().substring(request.getServletPath().length()),
 "UTF-8");

this is what is causing the 404 on the client application. 

Let me take a look and fix the atom-abdera extension

> Sample feed-aggregator fails in WAS 6.1
> ---------------------------------------
>
>                 Key: TUSCANY-2202
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2202
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.2
>            Reporter: Luciano Resende
>             Fix For: Java-SCA-1.2
>
>
> Start the application and click on one of the links
> Error 404: SRVE0190E: File not found: /rssAggregator

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to