<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>O!Hacker Blog &#187; url rewrite</title>
	<atom:link href="http://ohacker.com/tag/url-rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://ohacker.com</link>
	<description>anything to hack</description>
	<lastBuildDate>Thu, 12 Aug 2010 05:17:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>URL Rewrite Filter 小例子(http to https)</title>
		<link>http://ohacker.com/2010/02/06/url-rewrite-filter/</link>
		<comments>http://ohacker.com/2010/02/06/url-rewrite-filter/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 03:15:55 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://ohacker.com/?p=236</guid>
		<description><![CDATA[URL Rewrite Filter是一个很好用的url重写的小工具，他可以根据你提供的url规则进行url的重写。<a href="http://tuckey.org/urlrewrite/">这里</a>是它的主页。]]></description>
		<wfw:commentRss>http://ohacker.com/2010/02/06/url-rewrite-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resin中配置URL重写</title>
		<link>http://ohacker.com/2010/01/30/resin_url_rewrite/</link>
		<comments>http://ohacker.com/2010/01/30/resin_url_rewrite/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 15:18:25 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[resin]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://ohacker.com/?p=77</guid>
		<description><![CDATA[web项目中url rewright的功能是一个很常见得功能，实现的方式多种多http://ohacker.com/wp-admin/post-new.php样，最常见的莫过于在web服务器中设置，例如在Apache中设置。而如果你使用Java开发，那么还有个更多的方案供你选择如使用url rewrite filter ,而如果你是使用resin(版本需要>3.1）作为你的application server，那么你还可以使用resin自带的url 重写功能。 首先，你必须使用resin-web.xml代替常规的web.xml作为你的项目部署描述文件，其次，你需要在描述文件中指定一个url重写的配置文件。再在这个文件中配置。 resin-web.xml &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;web-app xmlns=&#34;http://caucho.com/ns/resin&#34; xmlns:resin=&#34;http://caucho.com/ns/resin/core&#34;&#62; &#160; &#60;welcome-file-list&#62; &#60;welcome-file&#62;index.jsp&#60;/welcome-file&#62; &#60;/welcome-file-list&#62; &#60;rewrite-dispatch&#62; &#60;import path='WEB-INF/rewrite.xml'/&#62; &#60;/rewrite-dispatch&#62; &#60;/web-app&#62; rewrite.xml &#60;rewrite-dispatch xmlns=&#34;http://caucho.com/ns/resin&#34; xmlns:resin=&#34;http://caucho.com/ns/resin/core&#34;&#62; &#60;redirect regexp=&#34;^/tst&#34; target=&#34;https://ohacker.com/tst&#34;&#62; &#60;when secure=&#34;false&#34; /&#62; &#60;/redirect&#62; &#60;/rewrite-dispatch&#62; 相关日志URL Rewrite Filter 小例子(http to https)resin中配置database resourcewindows上配置nginx+resin不负责任书评（Java 篇,第一部）EJB3 persistence.xml 详解Java 数字浮点型与chat之间的转化（int or float convert into chart）Java 数字浮点型与chat之间的转化（int or float [...]]]></description>
		<wfw:commentRss>http://ohacker.com/2010/01/30/resin_url_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
