You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Raymond Feng (JIRA)" <tu...@ws.apache.org> on 2007/09/20 02:32:12 UTC

[jira] Created: (TUSCANY-1770) The atom feed generated by feed-aggregator cannot be displayed by IE7

The atom feed generated by feed-aggregator cannot be displayed by IE7
---------------------------------------------------------------------

                 Key: TUSCANY-1770
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1770
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Misc Binding Extensions
            Reporter: Raymond Feng
            Priority: Minor


The atom feed generated by feed-aggregator cannot be displayed by IE7. IE7 is not happy with of the following URLs:

http://localhost:8083/atomAggregator
http://localhost:8083/atomAggregator?feedType=rss_2.0

Internet Explorer cannot display this feed 
 
   This feed contains code errors. 
     Go back to the previous page. 
 
     More information 

An invalid character was found in text content.
 Line: 460 Character: 331

&lt;p&gt;Improved diagnostic capabilities include enhanced logging, class loader viewer as well as JMX browser which are all available 
from the web based console. Change logging levels on the fly as well as view existing logs with a set of filters. Looking for a class 
and wondering where it came from? The class loader viewer let
 

http://localhost:8083/rssAggregator (OK)



-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1770) The atom feed generated by feed-aggregator cannot be displayed by IE7

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528970 ] 

Raymond Feng commented on TUSCANY-1770:
---------------------------------------

I did some invistigation and it turned that there is a special character in the content from this page:

http://www.apachenews.org/archives/001055.html

The line offending IE is: The class loader viewer let's you find them. It seems that IE7 doesn't like the ' in "let's".

Firefox works fine with this feed.

In org.apache.tuscany.sca.binding.feed.provider.FeedBindingListenerServlet.java, we set the charset to UTF-8, but we dump out the feed, we didn't see the encoding. After fixing that, it works for IE7 too.

I'll check in the fix soon.

Thanks,
Raymond

> The atom feed generated by feed-aggregator cannot be displayed by IE7
> ---------------------------------------------------------------------
>
>                 Key: TUSCANY-1770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Raymond Feng
>            Priority: Minor
>
> The atom feed generated by feed-aggregator cannot be displayed by IE7. IE7 is not happy with of the following URLs:
> http://localhost:8083/atomAggregator
> http://localhost:8083/atomAggregator?feedType=rss_2.0
> Internet Explorer cannot display this feed 
>  
>    This feed contains code errors. 
>      Go back to the previous page. 
>  
>      More information 
> An invalid character was found in text content.
>  Line: 460 Character: 331
> &lt;p&gt;Improved diagnostic capabilities include enhanced logging, class loader viewer as well as JMX browser which are all available 
> from the web based console. Change logging levels on the fly as well as view existing logs with a set of filters. Looking for a class 
> and wondering where it came from? The class loader viewer let
>  
> http://localhost:8083/rssAggregator (OK)

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-1770) The atom feed generated by feed-aggregator cannot be displayed by IE7

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng closed TUSCANY-1770.
---------------------------------


> The atom feed generated by feed-aggregator cannot be displayed by IE7
> ---------------------------------------------------------------------
>
>                 Key: TUSCANY-1770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Raymond Feng
>            Assignee: Raymond Feng
>            Priority: Minor
>
> The atom feed generated by feed-aggregator cannot be displayed by IE7. IE7 is not happy with of the following URLs:
> http://localhost:8083/atomAggregator
> http://localhost:8083/atomAggregator?feedType=rss_2.0
> Internet Explorer cannot display this feed 
>  
>    This feed contains code errors. 
>      Go back to the previous page. 
>  
>      More information 
> An invalid character was found in text content.
>  Line: 460 Character: 331
> &lt;p&gt;Improved diagnostic capabilities include enhanced logging, class loader viewer as well as JMX browser which are all available 
> from the web based console. Change logging levels on the fly as well as view existing logs with a set of filters. Looking for a class 
> and wondering where it came from? The class loader viewer let
>  
> http://localhost:8083/rssAggregator (OK)

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1770) The atom feed generated by feed-aggregator cannot be displayed by IE7

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng resolved TUSCANY-1770.
-----------------------------------

    Resolution: Fixed

Fixed under r577546 and merged into trunk under r578945

> The atom feed generated by feed-aggregator cannot be displayed by IE7
> ---------------------------------------------------------------------
>
>                 Key: TUSCANY-1770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Raymond Feng
>            Assignee: Raymond Feng
>            Priority: Minor
>
> The atom feed generated by feed-aggregator cannot be displayed by IE7. IE7 is not happy with of the following URLs:
> http://localhost:8083/atomAggregator
> http://localhost:8083/atomAggregator?feedType=rss_2.0
> Internet Explorer cannot display this feed 
>  
>    This feed contains code errors. 
>      Go back to the previous page. 
>  
>      More information 
> An invalid character was found in text content.
>  Line: 460 Character: 331
> &lt;p&gt;Improved diagnostic capabilities include enhanced logging, class loader viewer as well as JMX browser which are all available 
> from the web based console. Change logging levels on the fly as well as view existing logs with a set of filters. Looking for a class 
> and wondering where it came from? The class loader viewer let
>  
> http://localhost:8083/rssAggregator (OK)

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-1770) The atom feed generated by feed-aggregator cannot be displayed by IE7

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raymond Feng reassigned TUSCANY-1770:
-------------------------------------

    Assignee: Raymond Feng

> The atom feed generated by feed-aggregator cannot be displayed by IE7
> ---------------------------------------------------------------------
>
>                 Key: TUSCANY-1770
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1770
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Raymond Feng
>            Assignee: Raymond Feng
>            Priority: Minor
>
> The atom feed generated by feed-aggregator cannot be displayed by IE7. IE7 is not happy with of the following URLs:
> http://localhost:8083/atomAggregator
> http://localhost:8083/atomAggregator?feedType=rss_2.0
> Internet Explorer cannot display this feed 
>  
>    This feed contains code errors. 
>      Go back to the previous page. 
>  
>      More information 
> An invalid character was found in text content.
>  Line: 460 Character: 331
> &lt;p&gt;Improved diagnostic capabilities include enhanced logging, class loader viewer as well as JMX browser which are all available 
> from the web based console. Change logging levels on the fly as well as view existing logs with a set of filters. Looking for a class 
> and wondering where it came from? The class loader viewer let
>  
> http://localhost:8083/rssAggregator (OK)

-- 
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org