Search found 15 matches
- Wed Sep 20, 2023 2:13 pm
- Forum: HTTPAPI
- Topic: http_xproc() & repeated requests
- Replies: 2
- Views: 16574
Re: http_xproc() & repeated requests
Perfect, thank you!
- Tue Sep 19, 2023 1:25 pm
- Forum: HTTPAPI
- Topic: http_xproc() & repeated requests
- Replies: 2
- Views: 16574
http_xproc() & repeated requests
If I'm making a number of http_url_post() in succession, do I have to call http_xproc() for each one? If the info is retained, how do I clear it when I need to move on to different http_url_post() calls?
TIA
TIA
- Thu Mar 24, 2022 1:56 pm
- Forum: HTTPAPI
- Topic: Mystery cookie cache
- Replies: 4
- Views: 9197
Re: Mystery cookie cache
There shouldn't be cookies, and the problem user showed cookies in the log. That's why I started off looking at the cookies. There shouldn't be any authentication, so I don't know what it's doing there. The program doesn't specify any authentication, so where would the credentials come from? Edit: I...
- Wed Mar 23, 2022 3:28 pm
- Forum: HTTPAPI
- Topic: Mystery cookie cache
- Replies: 4
- Views: 9197
Re: Mystery cookie cache
I explicitly turned off cookies, but the underlying issue persists. The cookies may be another symptom of the actual issue or a red herring. Here's the actual procedure call: rc = http_url_get(lFileURL :lPdf); The log for the failing user shows Authorization, which shouldn't be there. Protocol Used:...
- Tue Mar 22, 2022 7:56 pm
- Forum: HTTPAPI
- Topic: Mystery cookie cache
- Replies: 4
- Views: 9197
Mystery cookie cache
I have a *SRVPGM that downloads PDF files from an Azure environment. The environment requires no authentication. The code hasn't changed in months or years. Starting Sunday morning, one particular user starting getting HTTP 403 responses. All other users continue to function, even downloading PDF fi...
- Tue Mar 22, 2022 7:25 pm
- Forum: HTTPAPI
- Topic: Backwards compatiblity with updates?
- Replies: 5
- Views: 11341
Re: Backwards compatiblity with updates?
Perfect! I have 1.45 running now. Thank you
- Tue Mar 22, 2022 3:38 pm
- Forum: HTTPAPI
- Topic: Backwards compatiblity with updates?
- Replies: 5
- Views: 11341
Re: Backwards compatiblity with updates?
I got delayed, and I just now tried the update. I have 1.32 and I'm trying to install 1.45. The install went OK, but I'm getting compile errors trying to recompile existing code (no changes made). The compiles are failing because it can't open a copybook within HTTPAPI. The issue is line 37 in HTTPA...
- Tue Jan 25, 2022 7:28 pm
- Forum: HSSFR4
- Topic: DocumentHelper-Illegal recflective access
- Replies: 5
- Views: 59263
Re: DocumentHelper-Illegal recflective access
Thanks guys
- Mon Jan 24, 2022 10:59 pm
- Forum: HSSFR4
- Topic: DocumentHelper-Illegal recflective access
- Replies: 5
- Views: 59263
Re: DocumentHelper-Illegal recflective access
Stackoverfow says to upgrade POI to 4.1.0 or 4.1.2. Will HSSFR4 work with those versions? I tested the latest release of POI, and HSSFR4 didn't work at all.
Thanks
Thanks
- Mon Jan 24, 2022 2:38 pm
- Forum: HSSFR4
- Topic: DocumentHelper-Illegal recflective access
- Replies: 5
- Views: 59263
DocumentHelper-Illegal recflective access
I've been seeing this blurb print to our system printer for some time now. Any idea what I need to do to resolve it? WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective acces by org.apache.poi.util.DocumentHelper to method com.sum.org.apache.xerces.internal.util....