[jira] [Commented] (XERCESC-2237) NetAccessors do not work

2022-10-10 Thread Scott Cantor (Jira)


[ 
https://issues.apache.org/jira/browse/XERCESC-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17615170#comment-17615170
 ] 

Scott Cantor commented on XERCESC-2237:
---

All I can tell from debugging is that recv never returns (and this seems to be 
consistent across all the NetAccessors).

My best guess is that the HTTP requests it's formulating are missing something 
that modern servers need and it's preventing it from getting a response back 
(like perhaps the server is awaiting something it's not sending).

I do not have the ability to spend time on this since it doesn't affect my 
projects so I'm afraid leaving the bug report open is all I can do.

> NetAccessors do not work
> 
>
> Key: XERCESC-2237
> URL: https://issues.apache.org/jira/browse/XERCESC-2237
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Utilities
>Affects Versions: 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.1.3, 3.1.4, 3.2.1, 
> 3.2.2, 3.2.3, 3.2.4
> Environment: Mainly Linux, but could reproduce the issue on Windows 
> too.
>Reporter: Guillaume BOTTEX
>Assignee: Scott Cantor
>Priority: Blocker
> Attachments: test-1.xhtml
>
>
> Hello,
> We are using xerces in our project to parse XHTML files.
> However, we noticed that none of the NetAccessors (Socket, Curl, WinSock, 
> could not try on MacOS) are working in our case, and are freezing our 
> application.
> You can reproduce the issue by using the attached sample XHTML file, and use 
> it as input of the xerces "PParse" sample.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Commented] (XERCESC-2237) NetAccessors do not work

2022-10-05 Thread Scott Cantor (Jira)


[ 
https://issues.apache.org/jira/browse/XERCESC-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17613076#comment-17613076
 ] 

Scott Cantor commented on XERCESC-2237:
---

Well, I do indeed see it hanging. In the case of curl, it's stuck in the 
select() call waiting for data inside the readMore method.

My project uses its own variant of the Curl accessor that we use via customized 
entity resolution code to give us more control so I have custom code that I 
know works, but I don't have any experience using the built-in ones. They do 
seem to be non-functional.

Before I do a release I'll run a try on Windows since I can debug more easily 
there and I'll see if I can spot anything obvious, and eyeball the code a bit, 
but realistically I doubt I can do much.

I will do some more testing on more controlled sources of files though, it's 
possible something is up with the W3C site though I doubt that's the problem.

> NetAccessors do not work
> 
>
> Key: XERCESC-2237
> URL: https://issues.apache.org/jira/browse/XERCESC-2237
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Utilities
>Affects Versions: 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.1.3, 3.1.4, 3.2.1, 
> 3.2.2, 3.2.3
> Environment: Mainly Linux, but could reproduce the issue on Windows 
> too.
>Reporter: Guillaume BOTTEX
>Assignee: Scott Cantor
>Priority: Blocker
> Fix For: 3.2.4
>
> Attachments: test-1.xhtml
>
>
> Hello,
> We are using xerces in our project to parse XHTML files.
> However, we noticed that none of the NetAccessors (Socket, Curl, WinSock, 
> could not try on MacOS) are working in our case, and are freezing our 
> application.
> You can reproduce the issue by using the attached sample XHTML file, and use 
> it as input of the xerces "PParse" sample.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



[jira] [Commented] (XERCESC-2237) NetAccessors do not work

2022-10-05 Thread Scott Cantor (Jira)


[ 
https://issues.apache.org/jira/browse/XERCESC-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17613044#comment-17613044
 ] 

Scott Cantor commented on XERCESC-2237:
---

I do not believe this is a true report, but I will at least take a look given 
the sample attached.

> NetAccessors do not work
> 
>
> Key: XERCESC-2237
> URL: https://issues.apache.org/jira/browse/XERCESC-2237
> Project: Xerces-C++
>  Issue Type: Bug
>  Components: Utilities
>Affects Versions: 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.1.3, 3.1.4, 3.2.1, 
> 3.2.2, 3.2.3
> Environment: Mainly Linux, but could reproduce the issue on Windows 
> too.
>Reporter: Guillaume BOTTEX
>Priority: Blocker
> Attachments: test-1.xhtml
>
>
> Hello,
> We are using xerces in our project to parse XHTML files.
> However, we noticed that none of the NetAccessors (Socket, Curl, WinSock, 
> could not try on MacOS) are working in our case, and are freezing our 
> application.
> You can reproduce the issue by using the attached sample XHTML file, and use 
> it as input of the xerces "PParse" sample.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org