Skip to content

Commit

Permalink
doc work, new example for expanding shortened urls
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Aug 10, 2013
1 parent 1f5cf71 commit 1157dc6
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 252 deletions.
1 change: 1 addition & 0 deletions spring-security-rest-basic-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
### Relevant Articles:
- [RestTemplate with Basic Authentication in Spring](http://www.baeldung.com/2012/04/16/how-to-use-resttemplate-with-basic-authentication-in-spring-3-1)
- [HttpClient Timeout](http://www.baeldung.com/httpclient-timeout)
- [HttpClient with SSL](http://www.baeldung.com/httpclient-ssl)
1 change: 1 addition & 0 deletions spring-security-rest-custom/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<property name="context-root" value="spring-security-rest-custom"/>
<property name="java-output-path" value="/spring-security-rest-custom/target/classes"/>
</wb-module>
Expand Down
Loading

0 comments on commit 1157dc6

Please sign in to comment.