[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-06-15 Thread Jenkins Bot
Fix committed into lp:ubuntu-rssreader-app at revision 453, scheduled
for release in ubuntu-rssreader-app, milestone alpha-1

** Changed in: ubuntu-rssreader-app
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Fix Committed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-06-10 Thread Joey Chan
** Branch linked: lp:~qqworini/ubuntu-rssreader-app/fix-crash-rewrite-
opml

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-22 Thread Joey Chan
Thx for your detail info  :)   should be useful

Before I fix this bug, pls keep using the "Google" mode

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-22 Thread Smurphy
Monitoring tool output.

** Attachment added: "Output from Monitoring tool."
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+attachment/4577266/+files/Monitoring_amp.jpeg

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-22 Thread Smurphy
That's the wrong approach for reproducing it. 
The data is getting there using the Google Search all right.
I have (from work) also a Monitoring system that is analysing the actuall HTTP 
Traffic on the OSI Layer and that's the one who notified me on the error.
While the results are partly correct, I noticed the that the requests (when 
Google Search is disabled), that the "&" signs are replaced with & which is 
breaking the actual URL.
Check the attached wireshark screenshot. I can send you the packet capture if 
you want. Don't want to expose it to the net.
These "modified" entries are actually pictures embedded in the blog entry 
(RDF/RSS Feed), that need to be extracted through a call to a database. Hence 
the ID requirement.
I suspect that the entries inside the HTML Code being tagged as images get the 
URL normalized somehow, converting the & into &
I also attached a screenshot from the Monitoring Tool.


PS: Was skiing ;) sorry for the late reply.

** Attachment added: "See blue line for the & entry in the get URL."
   
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+attachment/4577265/+files/Amp_url.jpeg

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-19 Thread Joey Chan
The attachment is a screenshot of your example URL, following is the
steps of what I did:

1. swipe up to show the "search" page;
2. paste "http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102"; to the 
search field,  hit enter;
3. result list only shows one result, select it then next
4. add to a topic, hit enter;
5. refresh then I can see all the articles.


/

Second test, I turn off the google engine in setting page, then repeat
above steps, I found Shorts return nothing due to it does not support
RDF format yet,  Wireshark shows the server returns http 200, and I can
see whole xml content in wireshark.


Pls correct my steps to reproduce this bug.

** Attachment added: "screenshot20160219_170005020.png"
   
https://bugs.launchpad.net/ubuntu-rssreader-app/+bug/1543995/+attachment/4575366/+files/screenshot20160219_170005020.png

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-12 Thread Smurphy
Just add the feed to Shorts - and update the feed. Every request going
to that site (for news) will issue a URL Get with the & converted into a
& as in the packet-capture(in Wireshark  -> Follow TCP Stream)
shows.

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-12 Thread Joey Chan
“When opening a RDF Feed”

I do not understand, how did u  "open" that feed ?   ~

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-11 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
   Status: New => Confirmed

** Changed in: canonical-devices-system-image
Milestone: None => backlog

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Alan Pope  (popey)

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  Confirmed
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-touch-coreapps-reviewers] [Bug 1543995] Re: Shorts converts & into & when reading RDF feeds

2016-02-10 Thread Alan Pope 
** Also affects: ubuntu-rssreader-app
   Importance: Undecided
   Status: New

** Changed in: ubuntu-rssreader-app
   Status: New => Confirmed

** Changed in: ubuntu-rssreader-app
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Shorts Developers, which is subscribed to Ubuntu Shorts App.
Matching subscriptions: Ubuntu RSS Reader Bugmail
https://bugs.launchpad.net/bugs/1543995

Title:
  Shorts converts & into & when reading RDF feeds

Status in Canonical System Image:
  New
Status in Ubuntu Shorts App:
  Confirmed

Bug description:
  When opening a RDF Feed, shorts converts the & char into & which is 
interpreted as a parameter in the url.
  Check the GET Line. The &bin is changed into &bin_id ...
  Example is taken from my blog URL:
  http://stargate.solsys.org/mod.php?mod=blog&op=rdf&user=102

  
  Example from RDF File read from Kjots -> KDE:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Host: stargate.solsys.org
  Connection: keep-alive
  User-Agent: Mozilla/5.0 (X11) KHTML/5.18.0 (like Gecko) Konqueror/5.18
  Referer: 
http://stargate.solsys.org/mod.php?mod=blog&op=view&view=294&expand=yes&akregatorPreviewMode=true
  Pragma: no-cache
  Cache-control: no-cache
  Accept: image/png, image/jpeg, video/x-mng, image/jp2, 
image/gif;q=0.5,*/*;q=0.1
  Accept-Encoding: gzip, deflate, x-gzip, x-deflate
  Accept-Charset: utf-8,*;q=0.5
  Accept-Language: en-US,fr;q=0.9,de;q=0.8,en;q=0.7
  Cookie: PHPSESSID=xxx

  HTTP/1.1 200 OK
  Date: Wed, 10 Feb 2016 11:02:44 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-disposition: filename="navod.jpg"
  Content-Length: 4517
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: image/jpeg

  
  Shorts request:
  GET /bin.php?bin=get&bin_id=774 HTTP/1.1
  Cookie: PHPSESSID=x
  Connection: Keep-Alive
  Accept-Encoding: gzip, deflate
  Accept-Language: en-US,*
  User-Agent: Mozilla/5.0
  Host: stargate.solsys.org

  HTTP/1.1 401 Bad Request
  Date: Wed, 10 Feb 2016 10:23:29 GMT
  Server: Apache/2.4.7 (Ubuntu) OpenSSL/1.0.1f
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  Pragma: no-cache
  Content-Length: 2563
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1543995/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-touch-coreapps-reviewers
Post to : ubuntu-touch-coreapps-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps-reviewers
More help   : https://help.launchpad.net/ListHelp