I have in httpd.conf: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so
# Configure mod_proxy_html to understand HTML4/XHTML1 <IfModule proxy_html_module> Include conf/extra/proxy-html.conf </IfModule> LoadModule jk_module modules/mod_jk.so Gadi On Tue, Sep 30, 2014 at 4:38 PM, Daniel Mikusa <dmik...@pivotal.io> wrote: > On Tue, Sep 30, 2014 at 9:04 AM, Gadi Sastiel <gadi.sast...@gmail.com> > wrote: > > > Hi , we are behind Apache. , we have HTTP and AJP connectors. > > Java 1.7.17 it was reproduced on Latest chrome and firefox > > > > I've seen similar issues when Apache HTTPD is not configured correctly. > How are you proxying requests to your Tomcat server? mod_proxy? mod_jk? > Can you include relevant configuration? > > > > I can see the request on the tomcat access log. > > > > Can you include the log entries from both HTTPD & Tomcat? > > Dan > > > On Tue, Sep 30, 2014 at 2:59 PM, Konstantin Kolinko < > knst.koli...@gmail.com> > > wrote: > > > > > 2014-09-30 15:30 GMT+04:00 Gadi Sastiel <gadi.sast...@gmail.com>: > > > > Hi all, > > > > > > > > > > > > > > > > Tomcat version 7.0.30 > > > > > > > > Operating System – Windows server 2008 and above. > > > > > > > > > > > > > > > > When I concatenate “ ( quotes) to the end of the url when accessing > a > > > jsp > > > > > > > > for example: /pages/somePage.jsp” > > > > > > > > The browser returns the source code of the JSP. > > > > > > > > > > > > > > > > Does anyone see such a behavior before ? > > > > > > > > > > I cannot reproduce this with the currently being tested 7.0.56 > > > (release candidate), nor with the current Tomcat 6 and Tomcat 8. > > > > > > Is your Tomcat directly accessible via HTTP port, or it is behind > > > another HTTP server (IIS, Apache HTTPD)? What Connector is used to > > > access it (Bio/Nio/Apr, HTTP or AJP protocol)? > > > > > > What web browser are you using? What version of Java is used to run it? > > > > > > > > > > How can I filter it out ? > > > > > > That depends on the root cause. > > > > > > Is the source code displayed by Tomcat or by other web server? Is this > > > request mentioned in Tomcat access log file? > > > > > > > > > Best regards, > > > Konstantin Kolinko > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > > > > >