<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/modrexx/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/modrexx/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/modrexx/bugs/</id><updated>2011-08-08T13:05:16Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>XMLHttpRequest POST </title><link href="https://sourceforge.net/p/modrexx/bugs/5/" rel="alternate"/><published>2011-08-08T13:05:16Z</published><updated>2011-08-08T13:05:16Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net235c376279a5bfbf40dd8878fcfa85ba747fa25d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Using XMLHttpRequest POST to a mod_rexx script on the server works for all browsers except Firefox. Firefox will always append "charset=UTF-8" after the Content-Type request header as seems appropiate as per spec of the W3C. Other browsers don't seem to do this yet.&lt;/p&gt;
&lt;p&gt;Mod_rexx will then fail to parse the request string into the WWWARGS.  stem due to a restrictive strcompare in rxfuncs.c in the WWWGetArgs function at line 513.&lt;/p&gt;
&lt;p&gt;Changing the compare to only compare for the length of "Content-Type" disragarding the appended character encoding will fix this for Firefox.&lt;/p&gt;
&lt;p&gt;Same thing is true for mod_oorexx, but since I'm unable to compile mod_oorexx cleanly for my Centos system i'm still using mod_rexx.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>libhttpd.dll traps when requesting an index</title><link href="https://sourceforge.net/p/modrexx/bugs/4/" rel="alternate"/><published>2006-06-30T08:12:14Z</published><updated>2006-06-30T08:12:14Z</updated><author><name>Jose Maria Blasco</name><uri>https://sourceforge.net/u/jmblasc2/</uri></author><id>https://sourceforge.net9e00c58be66361c9d9e5de7283d3a92fe9b13e84</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Setup: Windows XP with all fixes applied (either Home&lt;br /&gt;
or Professional, doesn't matter), Apache 2.0.58, ooRexx&lt;br /&gt;
or IBM Object REXX.  Mod_rexx 2.x working, rspcomp working.&lt;/p&gt;
&lt;p&gt;Set &lt;/p&gt;
&lt;p&gt;Directoryindex index.html index.rsp&lt;/p&gt;
&lt;p&gt;"GET /somedir/index.rsp" works.&lt;/p&gt;
&lt;p&gt;"GET /somedir/" gives a trap (access violation) in&lt;br /&gt;
libhttpd.dll.&lt;/p&gt;
&lt;p&gt;This does NOT happen with mod_rexx 1.2.0 for Apache 1.3.x.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Doesn't coexists with PHP 504 and Regina 33</title><link href="https://sourceforge.net/p/modrexx/bugs/3/" rel="alternate"/><published>2005-04-03T16:43:32Z</published><updated>2005-04-03T16:43:32Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net8812f601831bb90cb328b2fc8ebf079f4adfd17c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After one PHP page executed - every subsequent rexx &lt;br /&gt;
script (test.rex or/and rsptest1.rsp or whatever) will fail &lt;br /&gt;
with: The name specified is not recognized as an &lt;br /&gt;
internal or external command, operable program or &lt;br /&gt;
batch file (error in apache error.log). Means in script &lt;br /&gt;
test.rex the arg(1) ist empty and then it fails at call &lt;br /&gt;
WWWSendHTTPHeader r, "text/html". This situation is &lt;br /&gt;
duplicatable. Had no problem without PHP. This is a &lt;br /&gt;
Regina only problem. I've just tested the same with &lt;br /&gt;
ooRexx and there is no such of a problem. Hope there is &lt;br /&gt;
a new version takeing care of this...&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Internal Redirect Error</title><link href="https://sourceforge.net/p/modrexx/bugs/2/" rel="alternate"/><published>2004-10-01T12:26:11Z</published><updated>2004-10-01T12:26:11Z</updated><author><name>David Ashley</name><uri>https://sourceforge.net/u/wdashley/</uri></author><id>https://sourceforge.net51af97faea7d3eafdd41a9f5cab3b9f97ed7203c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I have two scripts that work independently (that is, I&lt;br /&gt;
can execute either from the browser and get the&lt;br /&gt;
expected page displayed).  From Rexx script #1 I'm&lt;br /&gt;
trying to perform a "WWWInternal_Redirect" to script&lt;br /&gt;
#2.  When I do this I get a segmentation fault in the&lt;br /&gt;
"error_log" and the second script page is never&lt;br /&gt;
displayed.  It appears the second script is never&lt;br /&gt;
executed.  It appears something related to the internal&lt;br /&gt;
redirect is not quite right.&lt;/p&gt;
&lt;p&gt;If I set a "location" header and respond with a 302&lt;br /&gt;
return code (temporarily moved) instead of the internal&lt;br /&gt;
redirect the second page is displayed.  This goes back&lt;br /&gt;
to the browser and causes it to perform an external&lt;br /&gt;
redirect by issuing another request with the relocated&lt;br /&gt;
URL.  This works for now.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>rflush analysis</title><link href="https://sourceforge.net/p/modrexx/bugs/1/" rel="alternate"/><published>2004-09-29T20:21:29Z</published><updated>2004-09-29T20:21:29Z</updated><author><name>David Ashley</name><uri>https://sourceforge.net/u/wdashley/</uri></author><id>https://sourceforge.net385ebade53f225514425b525af3c7055adc9e98e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Remove all extraneous rflush calls in order to improve&lt;br /&gt;
performance.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>