You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/04/15 10:22:33 UTC

svn commit: r934327 - in /camel/trunk/examples/camel-example-spring-security: README.txt src/main/resources/org/apache/camel/example/spring/security/camel-context.xml

Author: ningjiang
Date: Thu Apr 15 08:22:33 2010
New Revision: 934327

URL: http://svn.apache.org/viewvc?rev=934327&view=rev
Log:
CAMEL-2582 added wiki tag for camel-example-spring-security 

Modified:
    camel/trunk/examples/camel-example-spring-security/README.txt
    camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml

Modified: camel/trunk/examples/camel-example-spring-security/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-security/README.txt?rev=934327&r1=934326&r2=934327&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-security/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-security/README.txt Thu Apr 15 08:22:33 2010
@@ -17,7 +17,9 @@ To run the example, you need to start up
 
 To stop the server hit ctrl + c
 
-Then you can use the script in the client directory to send the request and check the response.
+Then you can use the script in the client directory to send the request and check the response,
+or use browser to access upper urls with the user/password 
+("jim/jimspassword" with the admin and user role  or "rob/robspassword" with user role).
 
 To use log4j as the logging framework add this to the pom.xml:
     <dependency>

Modified: camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml?rev=934327&r1=934326&r2=934327&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-spring-security/src/main/resources/org/apache/camel/example/spring/security/camel-context.xml Thu Apr 15 08:22:33 2010
@@ -75,5 +75,5 @@
           </camelContext>
           
 </beans>
-<!-- END SNIPPET: example -->                               
+<!-- END SNIPPET: example -->