History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16498
Type: Bug Bug
Status: Open Open
Assignee: Unassigned
Reporter: t800t8
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

IDEA doesn't skip to add a double quote for "pointcut" attribute

Created: 24 Nov 07 17:59   Updated: 24 Nov 07 17:59
Component/s: J2EE.Spring

Build: 7,562


 Description  « Hide
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:aop="http://www.springframework.org/schema/aop"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
       http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
       http://www.springframework.org/schema/aop
       http://www.springframework.org/schema/aop/spring-aop-2.0.xsd">

    <bean id="securityEnforcer"
          class="com.apress.springbook.chapter04.SecurityEnforcer"/>

    <aop:config>
        <aop:aspect ref="securityEnforcer">
            <aop:before method="denyAccessToAll"
                        pointcut="ADD A DOUBLE QUOTE HERE"/>
        </aop:aspect>
    </aop:config>

</beans>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.