Posts

Showing posts from April 20, 2019

apache shiro url matching with apache tapestry

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 So here is my configuration configuration.add(factory.createChain("/abc/*") .add(factory.anon()).build()); configuration.add(factory.createChain("/pdf/pdfReport/*") .add(factory.authc()).build()); configuration.add(factory.createChain("/*").add(factory.authc()) .build()); The problem i am facing is /abc is in root path and if i make it anonymous then shiro still redirects it to login page. I guess /* is overwriting the /abc request and send every root reqyest for authentication because if i comment this code configuration.add(factory.createChai

Is there a “topology” of functions?

Image
1 $begingroup$ A pair of real variables could be the surface coordinates for a 2 dimensional surface such as a sphere or a torus or a genus n surface for example. Going from the space of real numbers to the space of functions is there an equivalent "topology" possible? One might imagine a functional of a pair of functions with certain properties defining a "topological surface" paramaterised by pairs of functions. I.e. do function spaces also have a notion of topology that is a higher order version of topology? general-topology functional-analysis share | cite | improve this question asked Jan 1 at 17:01