https://issues.apache.org/bugzilla/show_bug.cgi?id=48956

           Summary: SSI regular expressions not working
           Product: Tomcat 6
           Version: 6.0.26
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: altum...@gmail.com


I was trying to use Tomcat SSI filter:

http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html

While it generally works, I have discovered that SSI regular expressions are
not supported.
As much as I can see from tomcat source code, this feature is just not
implemented.

For example, those expressions always return "did not match":

<!--#if expr="abc = /abc/" -->matches<!--#else -->did not match<!--#endif -->

<!--#if expr="abc = /[a-z]/" -->matches<!--#else -->did not match<!--#endif -->

This bug is a showstopper for me, because in my application I need SSI regular
expressions support.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to