JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-4916

custom-security-filter should allow setting properties and referencing a bean

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 3.0.0-M4
  • Fix Version/s: 3.1.2, 3.2.0
  • Component/s: Core: Configuration
  • Labels:
    None
  • User impact:
    Low
  • Similar Issues:
    None

Description

  • without the capacity to set properties, you can't inject anything in the filter you're instantiating
  • without the capacity to reference a bean ('ref' attribute as an alternative to 'class' attribute), you have to copy/paste the custom-security-filter in all concerned endpoints.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Dan Diephouse added a comment - 27/Apr/11 06:11 PM

Fixed in 3.x r21741, 3.1.x 21742

Show
Dan Diephouse added a comment - 27/Apr/11 06:11 PM Fixed in 3.x r21741, 3.1.x 21742
Hide
Permalink
Dan Diephouse added a comment - 27/Apr/11 06:15 PM

Now, in 3.1.2/3.2.0 you can embed spring:propertys in the custom-security-filter. e.g.:

<custom-security-filter class="org.mule.security.UsernamePasswordAuthenticationFilter">
<spring:property name="password" value="#[header:inbound:pass]"/>
</custom-security-filter>

Show
Dan Diephouse added a comment - 27/Apr/11 06:15 PM Now, in 3.1.2/3.2.0 you can embed spring:propertys in the custom-security-filter. e.g.: <custom-security-filter class="org.mule.security.UsernamePasswordAuthenticationFilter"> <spring:property name="password" value="#[header:inbound:pass]"/> </custom-security-filter>

People

  • Assignee:
    Dan Diephouse
    Reporter:
    David Dossot
Vote (1)
Watch (1)

Dates

  • Created:
    21/Jun/10 08:09 PM
    Updated:
    27/Apr/11 06:15 PM
    Resolved:
    27/Apr/11 06:11 PM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.