Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiles 3 0 x how to define security role in tiles config file? #13

Open
wants to merge 66 commits into
base: trunk
Choose a base branch
from

Conversation

VanillaJelly
Copy link

reference page : http://tiles.apache.org/framework/tutorial/advanced/security.html
1、in XML definition files:
<definition name="test.definition" template="/layout/my-template.jsp>


2、in JSP pages, when inserting attributes:
<tiles:insertAttribute name="header" role="myrole" />
The "header" attribute of the page is blank,How to define the security role?

nlebas and others added 30 commits May 4, 2012 22:27
TILES-552: Update the poms and the documentation on the release process
TILES-548: mvn release:perfom fails on Maven 3.0.4

git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1360370 13f79535-47bb-0310-9956-ffa450edef68
 there is no way currently to evaluate the fallback in the attribute, only to render it.


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1484307 13f79535-47bb-0310-9956-ffa450edef68
upgrade to svnpubsub system using maven-scm-publish-plugin.
update the release and building pages for devs (svnpubsub, and referencing existing apache docs).
Update release documentation: build requires Java7, and build requires maven-3.0.5+


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1536457 13f79535-47bb-0310-9956-ffa450edef68
michaelsembwever and others added 25 commits May 3, 2014 21:42
     TILES-574 – Tiles expressions do not work after wildcard

PatternUtil.INVALID_FORMAT_ELEMENT, the pattern to match "{.*}" occurrances that are not meant to be replaced, was in some cases was matching two much.
 see test PatternUtilTest.testReplacePlaceholdersEL_options
This resulted in "PatternSyntaxException: named capturing group is missing trailing }"

3 tests have been added to cover such various side-cases.


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1594481 13f79535-47bb-0310-9956-ffa450edef68
Just changed the link in the web framework integrations page to point to the version of spring-mvc that has the sample code in it's repository.

Contribution from Clare Donnelly
 ref: #3


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1666175 13f79535-47bb-0310-9956-ffa450edef68
…h load

Fix by Jakub Dziworski - jakub.dziworski@gmail.com
This closes #9
ref: 78d9001


git-svn-id: https://svn.apache.org/repos/asf/tiles/framework/branches/TILES_3_0_X@1752405 13f79535-47bb-0310-9956-ffa450edef68
@nlebas
Copy link
Contributor

nlebas commented May 24, 2018

@nlebas
Copy link
Contributor

nlebas commented May 24, 2018

Please close the pull request as it would be inappropriate to merge TILES_3_0_X into trunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants