To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41037
                  Issue #:|41037
                  Summary:|HTTP UCP: Prolems with bad data in URLs
                Component:|ucb
                  Version:|680m72
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|kso
              Reported by:|sb





------- Additional comments from [EMAIL PROTECTED] Thu Jan 20 07:24:16 -0800 
2005 -------
The HTTP UCP does not detect and reject URLs that contain unescaped NULL
(U+0000), LF (U+000A), and CR (U+000D).  When "http://host/path"; is a working
URL, calling XContent.execute("getPropertyValues") to retrieve the "Size"
property on contents corresponding to the following URLs has the following
results (all string literals are in Java notation):

"http://host/path": success
"http://host/path\u0000foo": success (error: "\u0000foo" is silently dropped on
client side)
"http://host/path\r\nfoo": com.sun.star.ucb.InteractiveNetworkReadException ""
(error: garbage is sent from client to server)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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

Reply via email to