This environment works very well with exception of the following error.
Problem:
1) Open a new browser. Both Firefox and IE display the same issue. (Very important that this is a new browser session.)
2) Browse directly to a URL with a query string
E.G.
http://localhost/myApp/myPath/myServlet?String1=Value1
3) Firefox will display a blank screen while IE will display a error.
The following message appears in the error_log file:
[Mon Mar 29 09:29:07 2010] [notice] child pid 11764 exit signal Segmentation fault (11), possible coredump in /tmp/
The core dump states:
Core was generated by `/usr/share/apache-httpd-2.2.14/bin/httpd -k start'.
Program terminated with signal 11, Segmentation fault.
#0 0x005d569e in apr_array_pstrcat (p=0x9409158, arr=0x0, sep=44 ',') at tables/apr_tables.c:237
237 tables/apr_tables.c: No such file or directory.
in tables/apr_tables.c
The follow scenarios work correctly.
1) Open a new browser.
2) Browse directly to a URL without a query string
E.G.
http://localhost/myApp/myPath/myServlet
3) No issue, works as expected.
1) Open a new browser. Both Firefox and IE display the same issue. (Very important that this is a new browser session.)
2) Browse directly to a URL with a query string
E.G.
http://localhost/myApp/myPath/myServlet?String1=Value1
3) Firefox will display a blank screen while IE will display a error.
Note: The URL is rewritten as
http://localhost/myApp/myPath/myServlet?String1=Value1/josso_security_check
4) Delete the "/josso_security_check" off the end of the URL and resubmit the request. We are basically going back to the URL using a existing session instead of a new session.
5) No issue, works as expected.
JOSSO-202and it's probably fixed. Please see my comment onJOSSO-202and, if you can, give me some feedback regarding this before I resolve it.JOSSO-202and it's probably fixed. Please see my comment onJOSSO-202and, if you can, give me some feedback regarding this before I resolve it.