Re: ServerSocket from within Tapestry

"Christopher Dodunski" <[email protected]> Wed, 20 Mar 2019 20:21:49 +1300 (NZDT)
Newsgroups gmane.comp.java.tapestry.user
Message-ID <[email protected]>
A simple solution in the end, a retweaking of the 'IgnoredPathsFilter'...

    public static void contributeIgnoredPathsFilter(Configuration<String>
configuration) {
        configuration.add("/websocket/.*");
    }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]